Home
last modified time | relevance | path

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

/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() function in CPVRTPFXParser
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPFXParserAPI.cpp813 unsigned int uiIndex = m_pParser->FindTextureIndex(pPFXTex->Name, m_nEffect); in SetTexture()