HomeSort by relevance Sort by last modified time
    Searched defs:ReleaseView (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/OGLES/
OGLESBasicTnL.cpp 49 virtual bool ReleaseView();
176 @Function ReleaseView
178 @Description Code in ReleaseView() will be called by PVRShell when the
181 bool OGLESBasicTnL::ReleaseView()
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
OGLES2DisplacementMap.cpp 99 virtual bool ReleaseView();
453 @Function ReleaseView
455 @Description Code in ReleaseView() will be called by PVRShell when the
458 bool OGLES2DisplacementMap::ReleaseView()
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
OGLES3ColourGrading.cpp 170 virtual bool ReleaseView();
613 @Function ReleaseView
615 @Description Code in ReleaseView() will be called by PVRShell when the
618 bool OGLES3ColourGrading::ReleaseView()
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.h 43 virtual bool ReleaseView();
67 ReleaseView() will be called by PVRShell before changing to a new rendering context or
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
471 virtual bool ReleaseView() { return true; };
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
OGLES2ChameleonMan.cpp 179 virtual bool ReleaseView();
511 @Function ReleaseView
513 @Description Code in ReleaseView() will be called by PVRShell when the
516 bool OGLES2ChameleonMan::ReleaseView()

Completed in 51 milliseconds