HomeSort by relevance Sort by last modified time
    Searched refs:PVRTMat3 (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTVector.h 23 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);
    [all...]
PVRTVector.cpp 51 @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::PVRTMat3(const PVRTMat4& mat
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
OGLES2ChameleonMan.cpp 803 PVRTMat3 afBoneWorldIT[8], mBoneIT;
817 afBoneWorldIT[i] = PVRTMat3(amBoneWorld[i]).inverse().transpose();
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
OGLES3ColourGrading.cpp 747 PVRTVec3 vMsLightDir = (PVRTVec3(1, 1, 1) * PVRTMat3(mModel)).normalized();

Completed in 249 milliseconds