Home
last modified time | relevance | path

Searched defs:newTexture3D (Results 1 – 10 of 10) sorted by relevance

/dports/games/glest/glest_source_3.2.2/source/shared_lib/include/graphics/gl/
H A Dgraphics_factory_gl.h43 virtual Texture3D *newTexture3D() {return new Texture3DGl();} in newTexture3D() function
H A Dgraphics_factory_gl2.h34 virtual Texture3D *newTexture3D() {return new Texture3DGl();} in newTexture3D() function
/dports/games/glest/glest_source_3.2.2/source/shared_lib/include/graphics/gl2/
H A Dgraphics_factory_gl2.h33 virtual Texture3D *newTexture3D() {return new Texture3DGl();} in newTexture3D() function
/dports/games/glest/glest_source_3.2.2/source/shared_lib/sources/graphics/
H A Dtexture_manager.cpp81 Texture3D *TextureManager::newTexture3D(){ in newTexture3D() function in Shared::Graphics::TextureManager
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/graphics/gl/
H A Dgraphics_factory_gl.h44 virtual Texture3D *newTexture3D() {return new Texture3DGl();} in newTexture3D() function
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/graphics/
H A Dtexture_manager.cpp145 Texture3D *TextureManager::newTexture3D(){ in newTexture3D() function in Shared::Graphics::TextureManager
/dports/games/glest/glest_source_3.2.2/source/shared_lib/include/graphics/
H A Dgraphics_factory.h60 virtual Texture3D *newTexture3D() {return NULL;} in newTexture3D() function
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/graphics/
H A Dgraphics_factory.h66 virtual Texture3D *newTexture3D() {return NULL;} in newTexture3D() function
/dports/games/glest/glest_source_3.2.2/source/glest_game/graphics/
H A Drenderer.cpp360 Texture3D *Renderer::newTexture3D(ResourceScope rs){ in newTexture3D() function in Glest::Game::Renderer
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/graphics/
H A Drenderer.cpp933 Texture3D *Renderer::newTexture3D(ResourceScope rs){ in newTexture3D() function in Glest::Game::Renderer