HomeSort by relevance Sort by last modified time
    Searched refs:InitView (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/OGLES/
OGLESBasicTnL.cpp 48 virtual bool InitView();
85 @Function InitView
87 @Description Code in InitView() will be called by PVRShell upon
92 bool OGLESBasicTnL::InitView()
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.h 42 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; };
468 to release any memory/resources acquired in InitView().
    [all...]
PVRShell.cpp     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
OGLES2DisplacementMap.cpp 98 virtual bool InitView();
356 @Function InitView
358 @Description Code in InitView() will be called by PVRShell upon
363 bool OGLES2DisplacementMap::InitView()
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
OGLES2ChameleonMan.cpp 178 virtual bool InitView();
445 @Function InitView
447 @Description Code in InitView() will be called by PVRShell upon
452 bool OGLES2ChameleonMan::InitView()
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
OGLES3ColourGrading.cpp 169 virtual bool InitView();
528 @Function InitView
530 @Description Code in InitView() will be called by PVRShell upon
535 bool OGLES3ColourGrading::InitView()
  /external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.cpp 871 m_pShell->InitView();

Completed in 536 milliseconds