Home
last modified time | relevance | path

Searched refs:HasTexture (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/include/demo/Render/
Ddemo_RenderSystemDrawing.h270 virtual bool HasTexture(const GLuint textureId);
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/
Ddemo_RenderSystemDrawing.cpp284 bool RenderSystemDrawing::HasTexture(const GLuint textureId) in HasTexture() function in demo::RenderSystemDrawing
403 if ( (textureId == 0 ) || (! HasTexture(textureId) ) ) in FillTexturedRectangle()