Searched defs:ReleaseView (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/OGLES/
H A DOGLESBasicTnL.cpp49 virtual bool ReleaseView();
176 @Function ReleaseView
178 @Description Code in ReleaseView() will be called by PVRShell when the
181 bool OGLESBasicTnL::ReleaseView() function in class:OGLESBasicTnL
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
H A DOGLES2DisplacementMap.cpp99 virtual bool ReleaseView();
453 @Function ReleaseView
455 @Description Code in ReleaseView() will be called by PVRShell when the
458 bool OGLES2DisplacementMap::ReleaseView() function in class:OGLES2DisplacementMap
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
H A DOGLES3ColourGrading.cpp170 virtual bool ReleaseView();
613 @Function ReleaseView
615 @Description Code in ReleaseView() will be called by PVRShell when the
618 bool OGLES3ColourGrading::ReleaseView() function in class:OGLES3ColourGrading
/external/swiftshader/third_party/PowerVR_SDK/Shell/
H A DPVRShell.h43 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; }; function in class:PVRShell
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
H A DOGLES2ChameleonMan.cpp179 virtual bool ReleaseView();
511 @Function ReleaseView
513 @Description Code in ReleaseView() will be called by PVRShell when the
516 bool OGLES2ChameleonMan::ReleaseView() function in class:OGLES2ChameleonMan

Completed in 152 milliseconds