Searched refs:BitmapTexture (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/haiku3d/texture/
H A DBitmapTexture.h15 class BitmapTexture : public Texture { class in inherits:Texture
17 BitmapTexture(BBitmap* bitmap);
18 virtual ~BitmapTexture();
H A DBitmapTexture.cpp9 #include "BitmapTexture.h"
18 BitmapTexture::BitmapTexture(BBitmap* bitmap) function in class:BitmapTexture
26 BitmapTexture::~BitmapTexture()
32 BitmapTexture::_Load(BBitmap* bitmap) {
46 printf("BitmapTexture::_Load, loaded texture %u "
/haiku/src/apps/haiku3d/
H A DRenderView.cpp11 #include "BitmapTexture.h"
147 Texture* texture = new BitmapTexture(

Completed in 85 milliseconds