Searched refs:PVRTMatrixMultiplyX (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTMatrixX.cpp | 72 void PVRTMatrixMultiplyX( in PVRTMatrixMultiplyX() function 411 PVRTMatrixMultiplyX(mOut, t, mOut); in PVRTMatrixLookAtLHX() 461 PVRTMatrixMultiplyX(mOut, t, mOut); in PVRTMatrixLookAtRHX() 515 PVRTMatrixMultiplyX(mOut, mTemp, mRotation); in PVRTMatrixPerspectiveFovLHX() 570 PVRTMatrixMultiplyX(mOut, mTemp, mRotation); in PVRTMatrixPerspectiveFovRHX() 623 PVRTMatrixMultiplyX(mOut, mRotation, mTemp); in PVRTMatrixOrthoLHX() 676 PVRTMatrixMultiplyX(mOut, mRotation, mTemp); in PVRTMatrixOrthoRHX()
|
D | PVRTMatrix.h | 165 #define PVRTMatrixMultiply PVRTMatrixMultiplyX 259 void PVRTMatrixMultiplyX(
|