/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTMatrix.h | 519 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);
|
D | PVRTVector.h | 1871 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 …]
|
D | PVRTMatrixX.cpp | 480 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 …]
|
D | PVRTMatrixF.cpp | 476 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()
|
D | PVRTPrint3D.cpp | 335 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()
|
D | PVRTBackground.h | 52 …EPVRTError Init(const SPVRTContext * const pContext, const bool bRotate, CPVRTString *pszError = 0…
|
D | PVRTPrint3D.h | 116 const bool bRotate = false, 138 const bool bRotate = false,
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/ |
D | PVRTBackground.cpp | 95 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/Advanced/ChameleonMan/OGLES2/ |
D | OGLES2ChameleonMan.cpp | 484 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/Examples/Intermediate/DisplacementMap/OGLES2/ |
D | OGLES2DisplacementMap.cpp | 397 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/ |
D | OGLES3ColourGrading.cpp | 538 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()
|