Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPFXParserAPI.h72 …virtual EPVRTError PVRTPFXOnLoadTexture(const CPVRTStringHash& TextureName, GLuint& uiHandle, unsi…
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.h344 unsigned int FindTextureIndex(const CPVRTStringHash& TextureName, unsigned int uiEffect) const;
DPVRTPFXParser.cpp2742 unsigned int CPVRTPFXParser::FindTextureIndex( const CPVRTStringHash& TextureName, unsigned int uiE… in FindTextureIndex() argument
2747 if(Tex.Name == TextureName) in FindTextureIndex()