Home
last modified time | relevance | path

Searched refs:prefIsRotated (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.h255 prefIsRotated, /*!< Query this to learn whether screen is rotated */ enumerator
DPVRShell.cpp224 case prefIsRotated: return (m_pShellData->nShellDimY > m_pShellData->nShellDimX); in PVRShellGet()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
DOGLES2ChameleonMan.cpp484 bool bRotate = PVRShellGet(prefIsRotated) && PVRShellGet(prefFullScreen); in InitView()
613 bool bRotate = PVRShellGet(prefIsRotated) && PVRShellGet(prefFullScreen); in RenderScene()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
DOGLES2DisplacementMap.cpp397 bool bRotate = PVRShellGet(prefIsRotated) && PVRShellGet(prefFullScreen); in InitView()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
DOGLES3ColourGrading.cpp538 bool bRotate = PVRShellGet(prefIsRotated) && PVRShellGet(prefFullScreen); in InitView()
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp442 …m_pShell->PVRShellOutputDebug("Is Rotated: %s\n", m_pShell->PVRShellGet(prefIsRotated) ? "Yes" : "… in OutputAPIInfo()