Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
DOGLES2DisplacementMap.cpp53 const char c_szSceneFile[] = "DisMapScene.pod"; variable
313 if(m_Scene.ReadFromFile(c_szSceneFile) != PVR_SUCCESS) in InitApplication()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
DOGLES3ColourGrading.cpp46 const char c_szSceneFile[] = "Mask.pod"; variable
203 if(m_Mask.ReadFromFile(c_szSceneFile) != PVR_SUCCESS) in InitApplication()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
DOGLES2ChameleonMan.cpp90 const char c_szSceneFile[] = "ChameleonScene.pod"; variable
403 if (m_Scene.ReadFromFile(c_szSceneFile) != PVR_SUCCESS) in InitApplication()