Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/OGLES/
DOGLESBasicTnL.cpp48 virtual bool InitView();
92 bool OGLESBasicTnL::InitView() in InitView() function in OGLESBasicTnL
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
DOGLES2DisplacementMap.cpp98 virtual bool InitView();
363 bool OGLES2DisplacementMap::InitView() in InitView() function in OGLES2DisplacementMap
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.h461 virtual bool InitView() { return true; }; in InitView() function
DPVRShell.cpp1598 if(!m_pShell->InitView()) in Run()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
DOGLES3ColourGrading.cpp169 virtual bool InitView();
535 bool OGLES3ColourGrading::InitView() in InitView() function in OGLES3ColourGrading
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
DOGLES2ChameleonMan.cpp178 virtual bool InitView();
452 bool OGLES2ChameleonMan::InitView() in InitView() function in OGLES2ChameleonMan
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp871 m_pShell->InitView(); in ApiRenderComplete()