Searched refs:fFOVy (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTMatrix.h | 515 const float fFOVy, 532 const int fFOVy, 550 const float fFOVy, 567 const int fFOVy,
|
D | PVRTMatrixF.cpp | 472 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()
|
D | PVRTMatrixX.cpp | 476 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()
|