Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/dlp/FakeClient/
DFakeClient.cpp160 void DeleteIconTexture(GLuint* pIconTextureId, demo::RenderSystemDrawing* pRenderSystem) in DeleteIconTexture() argument
162 if ( *pIconTextureId != 0 ) in DeleteIconTexture()
164 bool flag = pRenderSystem->DeleteTexture(*pIconTextureId); in DeleteIconTexture()
167 *pIconTextureId = 0; in DeleteIconTexture()
172 void CreateIconTexture(GLuint* pIconTextureId, const bit16* iconImage, demo::RenderSystemDrawing* p… in CreateIconTexture() argument
174 if ( *pIconTextureId != 0 ) in CreateIconTexture()
176 DeleteIconTexture(pIconTextureId, pRenderSystem); in CreateIconTexture()
209 *pIconTextureId = textureId; in CreateIconTexture()