Searched refs:PVRTMat3 (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTVector.cpp51 @Input rhs a PVRTMat3
53 @Description matrix multiplication operator PVRTVec3 and PVRTMat3
55 PVRTVec3 PVRTVec3::operator*(const PVRTMat3& rhs) const
68 @Input rhs a PVRTMat3
70 @Description matrix multiplication and assignment operator for PVRTVec3 and PVRTMat3
72 PVRTVec3& PVRTVec3::operator*=(const PVRTMat3& rhs)
122 ** PVRTMat3 3x3 matrix
125 @Function PVRTMat3
127 @Description constructor to form a PVRTMat3 from a PVRTMat4
129 PVRTMat3 function in class:PVRTMat3
[all...]
H A DPVRTVector.h23 struct PVRTMat3;
456 @brief Matrix multiplication operator PVRTVec3 and PVRTMat3
457 @param[in] rhs A PVRTMat3
460 PVRTVec3 operator*(const PVRTMat3& rhs) const;
463 @brief Matrix multiplication and assignment operator for PVRTVec3 and PVRTMat3
464 @param[in] rhs A PVRTMat3
467 PVRTVec3& operator*=(const PVRTMat3& rhs);
972 @struct PVRTMat3
975 struct PVRTMat3 : public PVRTMATRIX3 struct in inherits:PVRTMATRIX3
983 PVRTMat3(){} function in struct:PVRTMat3
988 PVRTMat3(const VERTTYPE* pMat) function in struct:PVRTMat3
1009 PVRTMat3(VERTTYPE m0,VERTTYPE m1,VERTTYPE m2, function in struct:PVRTMat3
[all...]
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
H A DOGLES2ChameleonMan.cpp803 PVRTMat3 afBoneWorldIT[8], mBoneIT;
817 afBoneWorldIT[i] = PVRTMat3(amBoneWorld[i]).inverse().transpose();
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
H A DOGLES3ColourGrading.cpp747 PVRTVec3 vMsLightDir = (PVRTVec3(1, 1, 1) * PVRTMat3(mModel)).normalized();

Completed in 221 milliseconds