Home
last modified time | relevance | path

Searched refs:ParseFromMemory (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.h314 EPVRTError ParseFromMemory(const char * const pszScript, CPVRTString * const pReturnError);
DPVRTPFXParser.cpp744 EPVRTError CPVRTPFXParser::ParseFromMemory(const char * const pszScript, CPVRTString * const pRetur… in ParseFromMemory() function in CPVRTPFXParser
853 return ParseFromMemory(pPfxData, pReturnError); in ParseFromFile()