Searched refs:PVRTVec2 (Results 1 - 2 of 2) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/ | ||
H A D | PVRTVector.h | 40 @struct PVRTVec2 43 struct PVRTVec2 struct 52 PVRTVec2() : x(0), y(0) {} function in struct:PVRTVec2 58 PVRTVec2(VERTTYPE fX, VERTTYPE fY) : x(fX), y(fY) {} function in struct:PVRTVec2 63 PVRTVec2(VERTTYPE fValue) : x(fValue), y(fValue) {} function in struct:PVRTVec2 68 PVRTVec2(const VERTTYPE* pVec) : x(pVec[0]), y(pVec[1]) {} function in struct:PVRTVec2 73 PVRTVec2(const PVRTVec3& v3Vec); 82 PVRTVec2 operator+(const PVRTVec2& rhs) const 84 PVRTVec2 ou [all...] |
H A D | PVRTVector.cpp | 22 ** PVRTVec2 2 component vector 26 @Function PVRTVec2 30 PVRTVec2::PVRTVec2(const PVRTVec3& vec3) function in class:PVRTVec2 |
Completed in 29 milliseconds