Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
DOGLES2DisplacementMap.cpp54 const char c_szDisMapFile[] = "DisMap.pvr"; variable
181 if(PVRTTextureLoadFromPVR(c_szDisMapFile, &m_uiDisMapID) != PVR_SUCCESS) in LoadTextures()
183 *pErrorStr = "ERROR: Failed to load " + CPVRTString(c_szDisMapFile) + "."; in LoadTextures()