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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTVector.h21 struct PVRTVec4;
358 @brief Constructor from a PVRTVec4
359 @param[in] v4Vec A PVRTVec4
361 PVRTVec3(const PVRTVec4& v4Vec);
664 @struct PVRTVec4
667 struct PVRTVec4 : public PVRTVECTOR4 struct in inherits:PVRTVECTOR4
675 PVRTVec4(){} function in struct:PVRTVec4
680 PVRTVec4(const VERTTYPE vec) function in struct:PVRTVec4
686 @brief Constructs a PVRTVec4 from 4 separate values
692 PVRTVec4(VERTTYP function in struct:PVRTVec4
702 PVRTVec4(const PVRTVec3& vec3, VERTTYPE fW) function in struct:PVRTVec4
712 PVRTVec4(VERTTYPE fX, const PVRTVec3& vec3) function in struct:PVRTVec4
721 PVRTVec4(const VERTTYPE* pVec) function in struct:PVRTVec4
[all...]

Completed in 56 milliseconds