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

/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/OGLES/
H A DOGLESBasicTnL.cpp48 virtual bool InitView();
85 @Function InitView
87 @Description Code in InitView() will be called by PVRShell upon
92 bool OGLESBasicTnL::InitView() function in class:OGLESBasicTnL
/external/swiftshader/third_party/PowerVR_SDK/Shell/
H A DPVRShell.h42 virtual bool InitView();
65 InitView() will be called by PVRShell upon creation or change in the rendering context.
300 prefInitRepeats, /*!< Number of times to reinitialise (if >0 when app returns false from RenderScene(), shell will ReleaseView(), InitView() then re-enter RenderScene() loop). Decrements on each initialisation. */
391 QuitApplication(), InitView(), ReleaseView(), RenderScene()). Default stub
461 virtual bool InitView() { return true; }; function in class:PVRShell
468 to release any memory/resources acquired in InitView().
H A DPVRShell.cpp1598 if(!m_pShell->InitView())
1600 m_pShell->PVRShellOutputDebug("InitView failed!\n");
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
H A DOGLES2DisplacementMap.cpp98 virtual bool InitView();
356 @Function InitView
358 @Description Code in InitView() will be called by PVRShell upon
363 bool OGLES2DisplacementMap::InitView() function in class:OGLES2DisplacementMap
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
H A DOGLES2ChameleonMan.cpp178 virtual bool InitView();
445 @Function InitView
447 @Description Code in InitView() will be called by PVRShell upon
452 bool OGLES2ChameleonMan::InitView() function in class:OGLES2ChameleonMan
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
H A DOGLES3ColourGrading.cpp169 virtual bool InitView();
528 @Function InitView
530 @Description Code in InitView() will be called by PVRShell upon
535 bool OGLES3ColourGrading::InitView() function in class:OGLES3ColourGrading
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
H A DPVRShellAPI.cpp871 m_pShell->InitView();

Completed in 303 milliseconds