Lines Matching refs:mRotation
513 PVRTMATRIXx mRotation, mTemp = mOut; in PVRTMatrixPerspectiveFovLHX() local
514 PVRTMatrixRotationZX(mRotation, PVRTF2X(90.0f*PVRT_PIf/180.0f)); in PVRTMatrixPerspectiveFovLHX()
515 PVRTMatrixMultiplyX(mOut, mTemp, mRotation); in PVRTMatrixPerspectiveFovLHX()
568 PVRTMATRIXx mRotation, mTemp = mOut; in PVRTMatrixPerspectiveFovRHX() local
569 PVRTMatrixRotationZX(mRotation, PVRTF2X(-90.0f*PVRT_PIf/180.0f)); in PVRTMatrixPerspectiveFovRHX()
570 PVRTMatrixMultiplyX(mOut, mTemp, mRotation); in PVRTMatrixPerspectiveFovRHX()
621 PVRTMATRIXx mRotation, mTemp = mOut; in PVRTMatrixOrthoLHX() local
622 PVRTMatrixRotationZX(mRotation, PVRTF2X(-90.0f*PVRT_PIf/180.0f)); in PVRTMatrixOrthoLHX()
623 PVRTMatrixMultiplyX(mOut, mRotation, mTemp); in PVRTMatrixOrthoLHX()
674 PVRTMATRIXx mRotation, mTemp = mOut; in PVRTMatrixOrthoRHX() local
675 PVRTMatrixRotationZX(mRotation, PVRTF2X(-90.0f*PVRT_PIf/180.0f)); in PVRTMatrixOrthoRHX()
676 PVRTMatrixMultiplyX(mOut, mRotation, mTemp); in PVRTMatrixOrthoRHX()