Searched refs:OGL (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
H A DOGLES2DisplacementMap.cpp444 m_Projection = PVRTMat4::PerspectiveFovRH(fFOV, (float)PVRShellGet(prefWidth)/(float)PVRShellGet(prefHeight), g_fCameraNear, g_fCameraFar, PVRTMat4::OGL, bRotate);
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTPrint3DAPI.cpp252 PVRTMat4 mxOrtho = PVRTMat4::Ortho(0.0f, 0.0f, fW, -fH, -1.0f, 1.0f, PVRTMat4::OGL, m_bRotate);
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
H A DOGLES2ChameleonMan.cpp630 mProjection = PVRTMat4::PerspectiveFovRH(fFOV, (float)PVRShellGet(prefWidth)/(float)PVRShellGet(prefHeight), g_fCameraNear, g_fCameraFar, PVRTMat4::OGL, bRotate);
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
H A DOGLES3ColourGrading.cpp596 m_mViewProjection = PVRTMat4::PerspectiveFovRH(CAM_FOV, fAspect, CAM_NEAR, CAM_FAR, PVRTMat4::OGL, bRotate);
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTVector.h1854 ** Determines whether clip space Z ranges from -1 to 1 (OGL) or from 0 to 1 (D3D)
1856 enum eClipspace { OGL, D3D }; enumerator in enum:PVRTMat4::eClipspace

Completed in 125 milliseconds