Searched defs:PVRTVec3 (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTVector.cpp30 PVRTVec2::PVRTVec2(const PVRTVec3& vec3)
36 ** PVRTVec3 3 component vector
40 @Function PVRTVec3
44 PVRTVec3::PVRTVec3(const PVRTVec4& vec4) function in class:PVRTVec3
53 @Description matrix multiplication operator PVRTVec3 and PVRTMat3
55 PVRTVec3 PVRTVec3::operator*(const PVRTMat3& rhs) const
57 PVRTVec3 out;
70 @Description matrix multiplication and assignment operator for PVRTVec3 an
[all...]
H A DPVRTVector.h22 struct PVRTVec3;
73 PVRTVec2(const PVRTVec3& v3Vec);
316 @struct PVRTVec3
319 struct PVRTVec3 : public PVRTVECTOR3 struct in inherits:PVRTVECTOR3
327 PVRTVec3() function in struct:PVRTVec3
337 PVRTVec3(VERTTYPE fX, VERTTYPE fY, VERTTYPE fZ) function in struct:PVRTVec3
345 PVRTVec3(const VERTTYPE fValue) function in struct:PVRTVec3
353 PVRTVec3(const VERTTYPE* pVec) function in struct:PVRTVec3
361 PVRTVec3(const PVRTVec4& v4Vec);
367 @param[in] rhs Another PVRTVec3
[all...]

Completed in 83 milliseconds