OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReleaseView
(Results
1 - 7
of
7
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/OGLES/
OGLESBasicTnL.cpp
49
virtual bool
ReleaseView
();
176
@Function
ReleaseView
178
@Description Code in
ReleaseView
() will be called by PVRShell when the
181
bool OGLESBasicTnL::
ReleaseView
()
/external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.h
43
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; };
[
all
...]
PVRShell.cpp
[
all
...]
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
OGLES2DisplacementMap.cpp
99
virtual bool
ReleaseView
();
453
@Function
ReleaseView
455
@Description Code in
ReleaseView
() will be called by PVRShell when the
458
bool OGLES2DisplacementMap::
ReleaseView
()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
OGLES2ChameleonMan.cpp
179
virtual bool
ReleaseView
();
511
@Function
ReleaseView
513
@Description Code in
ReleaseView
() will be called by PVRShell when the
516
bool OGLES2ChameleonMan::
ReleaseView
()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
OGLES3ColourGrading.cpp
170
virtual bool
ReleaseView
();
613
@Function
ReleaseView
615
@Description Code in
ReleaseView
() will be called by PVRShell when the
618
bool OGLES3ColourGrading::
ReleaseView
()
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.cpp
866
m_pShell->
ReleaseView
();
Completed in 189 milliseconds