Searched defs:m_ui32TexBeltNormalMap (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
H A DOGLES2ChameleonMan.cpp136 GLuint m_ui32TexBeltNormalMap; member in class:OGLES2ChameleonMan
223 if(PVRTTextureLoadFromPVR(c_szTang_space_BeltMapTexFile, &m_ui32TexBeltNormalMap) != PVR_SUCCESS)
520 glDeleteTextures(1, &m_ui32TexBeltNormalMap);
668 glBindTexture(GL_TEXTURE_2D, m_ui32TexBeltNormalMap);

Completed in 48 milliseconds