Home
last modified time | relevance | path

Searched refs:fAspect (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTMatrix.h516 const float fAspect,
533 const int fAspect,
551 const float fAspect,
568 const int fAspect,
DPVRTMatrixF.cpp473 const float fAspect, in PVRTMatrixPerspectiveFovLHF() argument
481 fRealAspect = 1.0f / fAspect; in PVRTMatrixPerspectiveFovLHF()
483 fRealAspect = fAspect; in PVRTMatrixPerspectiveFovLHF()
530 const float fAspect, in PVRTMatrixPerspectiveFovRHF() argument
538 fRealAspect = 1.0f / fAspect; in PVRTMatrixPerspectiveFovRHF()
540 fRealAspect = fAspect; in PVRTMatrixPerspectiveFovRHF()
DPVRTMatrixX.cpp477 const int fAspect, in PVRTMatrixPerspectiveFovLHX() argument
485 fRealAspect = PVRTXDIV(PVRTF2X(1.0f), fAspect); in PVRTMatrixPerspectiveFovLHX()
487 fRealAspect = fAspect; in PVRTMatrixPerspectiveFovLHX()
532 const int fAspect, in PVRTMatrixPerspectiveFovRHX() argument
539 int fCorrectAspect = fAspect; in PVRTMatrixPerspectiveFovRHX()
542 fCorrectAspect = PVRTXDIV(PVRTF2X(1.0f), fAspect); in PVRTMatrixPerspectiveFovRHX()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
DOGLES3ColourGrading.cpp595 float fAspect = PVRShellGet(prefWidth) / (float)PVRShellGet(prefHeight); in InitView() local
596 …m_mViewProjection = PVRTMat4::PerspectiveFovRH(CAM_FOV, fAspect, CAM_NEAR, CAM_FAR, PVRTMat4::OGL,… in InitView()