Home
last modified time | relevance | path

Searched defs:PVRTMat3 (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTVector.h975 struct PVRTMat3 : public PVRTMATRIX3 struct
983 PVRTMat3(){} in PVRTMat3() function
988 PVRTMat3(const VERTTYPE* pMat) in PVRTMat3() argument
1009 PVRTMat3(VERTTYPE m0,VERTTYPE m1,VERTTYPE m2, in PVRTMat3() argument
1040 of the PVRTMat3 argument
1052 @param[in] rhs Another PVRTMat3 argument
1057 PVRTMat3 out; argument
1082 PVRTMat3 out; argument
1094 @param[in] rhs Another PVRTMat3 argument
1099 PVRTMat3 out; argument
[all …]
DPVRTVector.cpp129 PVRTMat3::PVRTMat3(const PVRTMat4& mat) in PVRTMat3() function in PVRTMat3