Home
last modified time | relevance | path

Searched refs:fFOVy (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTMatrix.h515 const float fFOVy,
532 const int fFOVy,
550 const float fFOVy,
567 const int fFOVy,
DPVRTMatrixF.cpp472 const float fFOVy, in PVRTMatrixPerspectiveFovLHF() argument
486 f = 1.0f / (float)PVRTFTAN(fFOVy * 0.5f); in PVRTMatrixPerspectiveFovLHF()
529 const float fFOVy, in PVRTMatrixPerspectiveFovRHF() argument
543 f = 1.0f / (float)PVRTFTAN(fFOVy * 0.5f); in PVRTMatrixPerspectiveFovRHF()
DPVRTMatrixX.cpp476 const int fFOVy, in PVRTMatrixPerspectiveFovLHX() argument
489 f = PVRTXDIV(PVRTF2X(1.0f), PVRTXTAN(PVRTXMUL(fFOVy, PVRTF2X(0.5f)))); in PVRTMatrixPerspectiveFovLHX()
531 const int fFOVy, in PVRTMatrixPerspectiveFovRHX() argument
544 f = PVRTXDIV(PVRTF2X(1.0f), PVRTXTAN(PVRTXMUL(fFOVy, PVRTF2X(0.5f)))); in PVRTMatrixPerspectiveFovRHX()