Searched refs:pErrorStr (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
H A DOGLES2DisplacementMap.cpp104 bool LoadTextures(CPVRTString* pErrorStr);
105 bool LoadShaders(CPVRTString* pErrorStr);
106 bool LoadVbos(CPVRTString* pErrorStr);
129 bool OGLES2DisplacementMap::LoadTextures(CPVRTString* pErrorStr) argument
144 *pErrorStr = "ERROR: Insufficient memory.";
167 *pErrorStr = "ERROR: Failed to load " + sTextureName + ".";
173 *pErrorStr += "Note: Can only load pvr files.";
183 *pErrorStr = "ERROR: Failed to load " + CPVRTString(c_szDisMapFile) + ".";
196 @Output pErrorStr A string describing the error on failure
201 bool OGLES2DisplacementMap::LoadShaders(CPVRTString* pErrorStr) argument
248 LoadVbos(CPVRTString* pErrorStr) argument
[all...]
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
H A DOGLES2ChameleonMan.cpp183 bool LoadTextures(CPVRTString* pErrorStr);
184 bool LoadShaders(CPVRTString* pErrorStr);
192 @Output pErrorStr A string describing the error on failure
196 bool OGLES2ChameleonMan::LoadTextures(CPVRTString* const pErrorStr) argument
201 *pErrorStr = CPVRTString("ERROR: Failed to load texture for Upper Body.\n");
207 *pErrorStr = CPVRTString("ERROR: Failed to load texture for Legs.\n");
213 *pErrorStr = CPVRTString("ERROR: Failed to load normalmap texture for Upper Body.\n");
219 *pErrorStr = CPVRTString("ERROR: Failed to load normalmap texture for Legs.\n");
225 *pErrorStr = CPVRTString("ERROR: Failed to load normalmap texture for Belt.\n");
231 *pErrorStr
263 LoadShaders(CPVRTString* pErrorStr) argument
[all...]

Completed in 338 milliseconds