Lines Matching refs:mRotation
511 PVRTMATRIXf mRotation, mTemp = mOut; in PVRTMatrixPerspectiveFovLHF() local
512 PVRTMatrixRotationZF(mRotation, 90.0f*PVRT_PIf/180.0f); in PVRTMatrixPerspectiveFovLHF()
513 PVRTMatrixMultiplyF(mOut, mTemp, mRotation); in PVRTMatrixPerspectiveFovLHF()
568 PVRTMATRIXf mRotation, mTemp = mOut; in PVRTMatrixPerspectiveFovRHF() local
569 PVRTMatrixRotationZF(mRotation, -90.0f*PVRT_PIf/180.0f); in PVRTMatrixPerspectiveFovRHF()
570 PVRTMatrixMultiplyF(mOut, mTemp, mRotation); in PVRTMatrixPerspectiveFovRHF()
614 PVRTMATRIXf mRotation, mTemp = mOut; in PVRTMatrixOrthoLHF() local
615 PVRTMatrixRotationZF(mRotation, -90.0f*PVRT_PIf/180.0f); in PVRTMatrixOrthoLHF()
616 PVRTMatrixMultiplyF(mOut, mRotation, mTemp); in PVRTMatrixOrthoLHF()
660 PVRTMATRIXf mRotation, mTemp = mOut; in PVRTMatrixOrthoRHF() local
661 PVRTMatrixRotationZF(mRotation, -90.0f*PVRT_PIf/180.0f); in PVRTMatrixOrthoRHF()
662 PVRTMatrixMultiplyF(mOut, mRotation, mTemp); in PVRTMatrixOrthoRHF()