Searched refs:PVRTVec4 (Results 1 – 5 of 5) sorted by relevance
21 struct PVRTVec4;361 PVRTVec3(const PVRTVec4& v4Vec);667 struct PVRTVec4 : public PVRTVECTOR4 struct675 PVRTVec4(){} in PVRTVec4() function680 PVRTVec4(const VERTTYPE vec) in PVRTVec4() argument692 PVRTVec4(VERTTYPE fX, VERTTYPE fY, VERTTYPE fZ, VERTTYPE fW) in PVRTVec4() argument702 PVRTVec4(const PVRTVec3& vec3, VERTTYPE fW) in PVRTVec4() argument712 PVRTVec4(VERTTYPE fX, const PVRTVec3& vec3) in PVRTVec4() argument721 PVRTVec4(const VERTTYPE* pVec) in PVRTVec4() argument734 PVRTVec4 operator+(const PVRTVec4& rhs) const[all …]
44 PVRTVec3::PVRTVec3(const PVRTVec4& vec4) in PVRTVec3()93 PVRTVec4 PVRTVec4::operator*(const PVRTMat4& rhs) const in operator *()95 PVRTVec4 out; in operator *()109 PVRTVec4& PVRTVec4::operator*=(const PVRTMat4& rhs) in operator *=()
639 PVRTVec4 GetLightPosition(const unsigned int u32Idx) const;647 PVRTVec4 GetLightDirection(const unsigned int u32Idx) const;
2857 PVRTVec4 CPVRTModelPOD::GetLightPosition(const unsigned int u32Idx) const2864 return PVRTVec4(vPos,1);2873 PVRTVec4 CPVRTModelPOD::GetLightDirection(const unsigned int u32Idx) const2880 return PVRTVec4(vDir,0);
91 PVRTVec4 m_LightDir;572 PVRTVec4 vLightDir; in RenderScene()