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

/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/OGLES/
H A DOGLESBasicTnL.cpp51 virtual bool RenderScene();
190 @Function RenderScene
199 bool OGLESBasicTnL::RenderScene() function in class:OGLESBasicTnL
/external/swiftshader/third_party/PowerVR_SDK/Shell/
H A DPVRShell.h45 virtual bool RenderScene();
70 RenderScene() is the main rendering loop function of the program. This function must return FALSE when the user wants to terminate the application.
88 bool MyApplication::RenderScene()
118 bool MyApplication::RenderScene()
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
449 are initialised, before entering the RenderScene() loop.
466 will be called after the RenderScene() loop, before
480 virtual bool RenderScene() { retur function in class:PVRShell
[all...]
H A DPVRShell.cpp1617 if(!m_pShell->RenderScene())
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
H A DOGLES2HelloAPI_LinuxX11.cpp579 @Function RenderScene
587 bool RenderScene( GLuint shaderProgram, EGLDisplay eglDisplay, EGLSurface eglSurface, Display* nativeDisplay ) function
819 if (!RenderScene(shaderProgram, eglDisplay, eglSurface, nativeDisplay))
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
H A DOGLES2DisplacementMap.cpp101 virtual bool RenderScene();
485 @Function RenderScene
494 bool OGLES2DisplacementMap::RenderScene() function in class:OGLES2DisplacementMap
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
H A DOGLES2ChameleonMan.cpp181 virtual bool RenderScene();
548 @Function RenderScene
557 bool OGLES2ChameleonMan::RenderScene() function in class:OGLES2ChameleonMan
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
H A DOGLES3ColourGrading.cpp172 virtual bool RenderScene();
662 @Function RenderScene
671 bool OGLES3ColourGrading::RenderScene() function in class:OGLES3ColourGrading

Completed in 189 milliseconds