Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/OGLES/
DOGLESBasicTnL.cpp49 virtual bool ReleaseView();
181 bool OGLESBasicTnL::ReleaseView() in ReleaseView() function in OGLESBasicTnL
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
DOGLES2DisplacementMap.cpp99 virtual bool ReleaseView();
458 bool OGLES2DisplacementMap::ReleaseView() in ReleaseView() function in OGLES2DisplacementMap
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.h471 virtual bool ReleaseView() { return true; }; in ReleaseView() function
DPVRShell.cpp1667 m_pShell->ReleaseView(); in Run()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
DOGLES3ColourGrading.cpp170 virtual bool ReleaseView();
618 bool OGLES3ColourGrading::ReleaseView() in ReleaseView() function in OGLES3ColourGrading
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
DOGLES2ChameleonMan.cpp179 virtual bool ReleaseView();
516 bool OGLES2ChameleonMan::ReleaseView() in ReleaseView() function in OGLES2ChameleonMan
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp866 m_pShell->ReleaseView(); in ApiRenderComplete()