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

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTVector.h 40 @struct PVRTVec2
43 struct PVRTVec2
52 PVRTVec2() : x(0), y(0) {}
58 PVRTVec2(VERTTYPE fX, VERTTYPE fY) : x(fX), y(fY) {}
63 PVRTVec2(VERTTYPE fValue) : x(fValue), y(fValue) {}
68 PVRTVec2(const VERTTYPE* pVec) : x(pVec[0]), y(pVec[1]) {}
73 PVRTVec2(const PVRTVec3& v3Vec);
82 PVRTVec2 operator+(const PVRTVec2& rhs) const
84 PVRTVec2 out(*this)
    [all...]
PVRTVector.cpp 22 ** PVRTVec2 2 component vector
26 @Function PVRTVec2
30 PVRTVec2::PVRTVec2(const PVRTVec3& vec3)

Completed in 63 milliseconds