Home
last modified time | relevance | path

Searched refs:bRotate (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTMatrix.h519 const bool bRotate = false);
536 const bool bRotate = false);
554 const bool bRotate = false);
571 const bool bRotate = false);
589 const bool bRotate = false);
606 const bool bRotate = false);
624 const bool bRotate = false);
641 const bool bRotate = false);
DPVRTVector.h1871 VERTTYPE bottom, VERTTYPE nearPlane, VERTTYPE farPlane, const eClipspace cs, bool bRotate = false)
1879 if (bRotate)
1937 VERTTYPE farPlane, const eClipspace cs, bool bRotate = false)
1938 { return Perspective(width, height, nearPlane, farPlane, cs, true, bRotate); }
1951 … VERTTYPE height, VERTTYPE nearPlane, VERTTYPE farPlane, const eClipspace cs, bool bRotate = false)
1952 { return Perspective(width, height, nearPlane, farPlane, cs, false, bRotate); }
1964 …hRH(VERTTYPE width, VERTTYPE height, VERTTYPE nearPlane, const eClipspace cs, bool bRotate = false)
1965 { return PerspectiveFloatDepth(width, height, nearPlane, cs, true, bRotate); }
1977 …hLH(VERTTYPE width, VERTTYPE height, VERTTYPE nearPlane, const eClipspace cs, bool bRotate = false)
1978 { return PerspectiveFloatDepth(width, height, nearPlane, cs, false, bRotate); }
[all …]
DPVRTMatrixX.cpp480 const bool bRotate) in PVRTMatrixPerspectiveFovLHX() argument
484 if (bRotate) in PVRTMatrixPerspectiveFovLHX()
511 if (bRotate) in PVRTMatrixPerspectiveFovLHX()
535 const bool bRotate) in PVRTMatrixPerspectiveFovRHX() argument
540 if (bRotate) in PVRTMatrixPerspectiveFovRHX()
566 if (bRotate) in PVRTMatrixPerspectiveFovRHX()
590 const bool bRotate) in PVRTMatrixOrthoLHX() argument
594 if (bRotate) in PVRTMatrixOrthoLHX()
619 if (bRotate) in PVRTMatrixOrthoLHX()
643 const bool bRotate) in PVRTMatrixOrthoRHX() argument
[all …]
DPVRTMatrixF.cpp476 const bool bRotate) in PVRTMatrixPerspectiveFovLHF() argument
480 if (bRotate) in PVRTMatrixPerspectiveFovLHF()
509 if (bRotate) in PVRTMatrixPerspectiveFovLHF()
533 const bool bRotate) in PVRTMatrixPerspectiveFovRHF() argument
537 if (bRotate) in PVRTMatrixPerspectiveFovRHF()
566 if (bRotate) in PVRTMatrixPerspectiveFovRHF()
590 const bool bRotate) in PVRTMatrixOrthoLHF() argument
612 if (bRotate) in PVRTMatrixOrthoLHF()
636 const bool bRotate) in PVRTMatrixOrthoRHF() argument
658 if (bRotate) in PVRTMatrixOrthoRHF()
DPVRTPrint3D.cpp335 const bool bRotate, in SetTextures() argument
359 return SetTextures(pContext, pData, dwScreenX, dwScreenY, bRotate, bMakeCopy); in SetTextures()
383 const bool bRotate, in SetTextures() argument
394 m_bRotate = bRotate; in SetTextures()
395 m_ui32ScreenDim[0] = bRotate ? dwScreenY : dwScreenX; in SetTextures()
396 m_ui32ScreenDim[1] = bRotate ? dwScreenX : dwScreenY; in SetTextures()
410 m_fScreenScale[0] = (bRotate ? fY : fX) /640.0f; in SetTextures()
411 m_fScreenScale[1] = (bRotate ? fX : fY) /480.0f; in SetTextures()
DPVRTPrint3D.h116 const bool bRotate = false,
138 const bool bRotate = false,
DPVRTBackground.h52 …EPVRTError Init(const SPVRTContext * const pContext, const bool bRotate, CPVRTString *pszError = 0…
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
DOGLES2ChameleonMan.cpp484 bool bRotate = PVRShellGet(prefIsRotated) && PVRShellGet(prefFullScreen); in InitView() local
486 if(m_Print3D.SetTextures(0,PVRShellGet(prefWidth),PVRShellGet(prefHeight), bRotate) != PVR_SUCCESS) in InitView()
613 bool bRotate = PVRShellGet(prefIsRotated) && PVRShellGet(prefFullScreen); in RenderScene() local
621 …fFOV *= bRotate ? (float)PVRShellGet(prefWidth)/(float)PVRShellGet(prefHeight) : (float)PVRShellGe… in RenderScene()
630 …et(prefWidth)/(float)PVRShellGet(prefHeight), g_fCameraNear, g_fCameraFar, PVRTMat4::OGL, bRotate); in RenderScene()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTBackground.cpp95 EPVRTError CPVRTBackground::Init(const SPVRTContext * const pContext, bool bRotate, CPVRTString *ps… in Init() argument
197 if(!bRotate) in Init()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
DOGLES2DisplacementMap.cpp397 bool bRotate = PVRShellGet(prefIsRotated) && PVRShellGet(prefFullScreen); in InitView() local
399 if(m_Print3D.SetTextures(0,PVRShellGet(prefWidth),PVRShellGet(prefHeight), bRotate) != PVR_SUCCESS) in InitView()
444 …et(prefWidth)/(float)PVRShellGet(prefHeight), g_fCameraNear, g_fCameraFar, PVRTMat4::OGL, bRotate); in InitView()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
DOGLES3ColourGrading.cpp538 bool bRotate = PVRShellGet(prefIsRotated) && PVRShellGet(prefFullScreen); in InitView() local
540 …if(m_Print3D.SetTextures(0, PVRShellGet(prefWidth), PVRShellGet(prefHeight), bRotate) != PVR_SUCCE… in InitView()
592 LoadVbos(bRotate); in InitView()
596 …ojection = PVRTMat4::PerspectiveFovRH(CAM_FOV, fAspect, CAM_NEAR, CAM_FAR, PVRTMat4::OGL, bRotate); in InitView()