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

  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.h 85 PVRShellSet (prefFullScreen, true);
254 prefFullScreen, /*!< Set to: 1 for full-screen rendering; 0 for windowed */
    [all...]
PVRShell.cpp 140 case prefFullScreen:
223 case prefFullScreen: return m_pShellData->bFullScreen;
1062 shell.PVRShellSet(prefFullScreen, (atoi(val) != 0));
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
OGLES2ChameleonMan.cpp 484 bool bRotate = PVRShellGet(prefIsRotated) && PVRShellGet(prefFullScreen);
613 bool bRotate = PVRShellGet(prefIsRotated) && PVRShellGet(prefFullScreen);
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
OGLES2DisplacementMap.cpp 397 bool bRotate = PVRShellGet(prefIsRotated) && PVRShellGet(prefFullScreen);
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
OGLES3ColourGrading.cpp 538 bool bRotate = PVRShellGet(prefIsRotated) && PVRShellGet(prefFullScreen);

Completed in 266 milliseconds