Home
last modified time | relevance | path

Searched defs:fAspect (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTMatrixF.cpp473 const float fAspect, in PVRTMatrixPerspectiveFovLHF()
530 const float fAspect, in PVRTMatrixPerspectiveFovRHF()
DPVRTMatrixX.cpp477 const int fAspect, in PVRTMatrixPerspectiveFovLHX()
532 const int 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