Home
last modified time | relevance | path

Searched refs:PVRTVec4 (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTVector.h21 struct PVRTVec4;
361 PVRTVec3(const PVRTVec4& v4Vec);
667 struct PVRTVec4 : public PVRTVECTOR4 struct
675 PVRTVec4(){} in PVRTVec4() argument
680 PVRTVec4(const VERTTYPE vec) in PVRTVec4() function
692 PVRTVec4(VERTTYPE fX, VERTTYPE fY, VERTTYPE fZ, VERTTYPE fW) in PVRTVec4() argument
702 PVRTVec4(const PVRTVec3& vec3, VERTTYPE fW) in PVRTVec4() function
712 PVRTVec4(VERTTYPE fX, const PVRTVec3& vec3) in PVRTVec4() argument
721 PVRTVec4(const VERTTYPE* pVec) in PVRTVec4() function
734 PVRTVec4 operator+(const PVRTVec4& rhs) const
[all …]
DPVRTVector.cpp44 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 *=()
DPVRTModelPOD.h639 PVRTVec4 GetLightPosition(const unsigned int u32Idx) const;
647 PVRTVec4 GetLightDirection(const unsigned int u32Idx) const;
DPVRTModelPOD.cpp2857 PVRTVec4 CPVRTModelPOD::GetLightPosition(const unsigned int u32Idx) const
2864 return PVRTVec4(vPos,1);
2873 PVRTVec4 CPVRTModelPOD::GetLightDirection(const unsigned int u32Idx) const
2880 return PVRTVec4(vDir,0);
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
DOGLES2DisplacementMap.cpp91 PVRTVec4 m_LightDir;
572 PVRTVec4 vLightDir; in RenderScene()