Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.h429 int FindEffectByName(const CPVRTStringHash& Name) const;
DPVRTPFXParser.cpp2893 int CPVRTPFXParser::FindEffectByName(const CPVRTStringHash& Name) const in FindEffectByName() function in CPVRTPFXParser
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPFXParserAPI.cpp90 int iEffect = src.FindEffectByName(CPVRTStringHash(pszEffect)); in Load()