Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTShader.cpp177 EPVRTError PVRTShaderLoadFromFile( const char* const pszBinFile, in PVRTShaderLoadFromFile() argument
195 if(Format && pszBinFile && uiDefArraySize == 0) in PVRTShaderLoadFromFile()
197 CPVRTResourceFile ShaderFile(pszBinFile); in PVRTShaderLoadFromFile()
204 *pReturnError += CPVRTString("Failed to open shader ") + pszBinFile + "\n"; in PVRTShaderLoadFromFile()
DPVRTShader.h70 EPVRTError PVRTShaderLoadFromFile( const char* const pszBinFile,