Home | History | Annotate | Download | only in Shell

Lines Matching refs:InitView

42      virtual bool InitView();
65 InitView() will be called by PVRShell upon creation or change in the rendering context.
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
461 virtual bool InitView() { return true; };
468 to release any memory/resources acquired in InitView().