Searched refs:pIconTextureId (Results 1 – 1 of 1) sorted by relevance
160 void DeleteIconTexture(GLuint* pIconTextureId, demo::RenderSystemDrawing* pRenderSystem) in DeleteIconTexture() argument162 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() argument174 if ( *pIconTextureId != 0 ) in CreateIconTexture()176 DeleteIconTexture(pIconTextureId, pRenderSystem); in CreateIconTexture()209 *pIconTextureId = textureId; in CreateIconTexture()