HomeSort by relevance Sort by last modified time
    Searched refs:InitApplication (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/OGLES/
OGLESBasicTnL.cpp 47 virtual bool InitApplication();
56 @Function InitApplication
58 @Description Code in InitApplication() will be called by PVRShell once per
62 If the rendering context is lost, InitApplication() will
65 bool OGLESBasicTnL::InitApplication()
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.h 41 virtual bool InitApplication();
60 InitApplication() will be called by PVRShell once per run, before the graphic context is created.
76 in InitApplication() so the user preferences are applied at the API initialisation.
83 bool MyApplication::InitApplication()
390 implementations of the virtual functions of PVRShell (InitApplication(),
433 virtual bool InitApplication() { return true; };
440 memory/resources acquired in InitApplication().
456 InitApplication() were not successful.
488 If used, this function must be called from InitApplication().
497 If used, this function must be called from InitApplication()
    [all...]
PVRShell.cpp 126 // Allow user to set preferences from within InitApplication
130 If used, this function must be called from InitApplication().
249 If used, this function must be called from InitApplication().
286 If used, this function must be called from InitApplication().
449 If used, this function must be called from InitApplication().
491 If used, this function must be called from InitApplication().
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
OGLES2DisplacementMap.cpp 97 virtual bool InitApplication();
293 @Function InitApplication
295 @Description Code in InitApplication() will be called by PVRShell once per
299 If the rendering context is lost, InitApplication() will
302 bool OGLES2DisplacementMap::InitApplication()
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
OGLES2ChameleonMan.cpp 177 virtual bool InitApplication();
383 @Function InitApplication
385 @Description Code in InitApplication() will be called by PVRShell once per
389 If the rendering context is lost, InitApplication() will
392 bool OGLES2ChameleonMan::InitApplication()
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
OGLES3ColourGrading.cpp 168 virtual bool InitApplication();
183 @Function InitApplication
185 @Description Code in InitApplication() will be called by PVRShell once per
189 If the rendering context is lost, InitApplication() will
192 bool OGLES3ColourGrading::InitApplication()

Completed in 962 milliseconds