Lines Matching refs:RenderScene
45 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() { return true; };