HomeSort by relevance Sort by last modified time
    Searched refs:fAspect (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTMatrix.h 507 @param[in] fAspect Aspect ratio
516 const float fAspect,
524 @param[in] fAspect Aspect ratio
533 const int fAspect,
542 @param[in] fAspect Aspect ratio
551 const float fAspect,
559 @param[in] fAspect Aspect ratio
568 const int fAspect,
PVRTMatrixF.cpp 464 @Input fAspect Aspect ratio
473 const float fAspect,
481 fRealAspect = 1.0f / fAspect;
483 fRealAspect = fAspect;
521 @Input fAspect Aspect ratio
530 const float fAspect,
538 fRealAspect = 1.0f / fAspect;
540 fRealAspect = fAspect;
PVRTMatrixX.cpp 468 @Input fAspect Aspect ratio
477 const int fAspect,
485 fRealAspect = PVRTXDIV(PVRTF2X(1.0f), fAspect);
487 fRealAspect = fAspect;
523 @Input fAspect Aspect ratio
532 const int fAspect,
539 int fCorrectAspect = fAspect;
542 fCorrectAspect = PVRTXDIV(PVRTF2X(1.0f), fAspect);
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
OGLES3ColourGrading.cpp 595 float fAspect = PVRShellGet(prefWidth) / (float)PVRShellGet(prefHeight);
596 m_mViewProjection = PVRTMat4::PerspectiveFovRH(CAM_FOV, fAspect, CAM_NEAR, CAM_FAR, PVRTMat4::OGL, bRotate);

Completed in 1608 milliseconds