Home
last modified time | relevance | path

Searched refs:PVRTVec3 (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTVector.h22 struct PVRTVec3;
73 PVRTVec2(const PVRTVec3& v3Vec);
319 struct PVRTVec3 : public PVRTVECTOR3 struct
327 PVRTVec3() in PVRTVec3() function
337 PVRTVec3(VERTTYPE fX, VERTTYPE fY, VERTTYPE fZ) in PVRTVec3() function
345 PVRTVec3(const VERTTYPE fValue) in PVRTVec3() function
353 PVRTVec3(const VERTTYPE* pVec) in PVRTVec3() function
361 PVRTVec3(const PVRTVec4& v4Vec);
370 PVRTVec3 operator+(const PVRTVec3& rhs) const
372 PVRTVec3 out; argument
[all …]
DPVRTVector.cpp30 PVRTVec2::PVRTVec2(const PVRTVec3& vec3) in PVRTVec2()
44 PVRTVec3::PVRTVec3(const PVRTVec4& vec4) in PVRTVec3() function in PVRTVec3
55 PVRTVec3 PVRTVec3::operator*(const PVRTMat3& rhs) const in operator *()
57 PVRTVec3 out; in operator *()
72 PVRTVec3& PVRTVec3::operator*=(const PVRTMat3& rhs) in operator *=()
DPVRTShadowVol.h188 const PVRTVec3 * const pvLightModel,
DPVRTModelPOD.h496 PVRTVec3 GetTranslation(
DPVRTModelPOD.cpp2428 PVRTVec3 CPVRTModelPOD::GetTranslation(const SPODNode &node) const
2430 PVRTVec3 vOut;
2859 PVRTVec3 vPos, vDir;
2875 PVRTVec3 vPos, vDir;
DPVRTShadowVol.cpp618 const PVRTVec3 * const pvLightModel, in PVRTShadowVolSilhouetteProjectedBuild()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
DOGLES3ColourGrading.cpp597 …m_mViewProjection *= PVRTMat4::LookAtRH(PVRTVec3(0.f, 0.f, 150.f), PVRTVec3(0.f), PVRTVec3(0.f, 1.… in InitView()
747 PVRTVec3 vMsLightDir = (PVRTVec3(1, 1, 1) * PVRTMat3(mModel)).normalized(); in RenderScene()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
DOGLES2DisplacementMap.cpp425 PVRTVec3 vFrom, vTo(0.0f), vUp(0.0f, 1.0f, 0.0f); in InitView()
575 PVRTVec3 vLightDirModel = *(PVRTVec3*) vLightDir.ptr(); in RenderScene()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
DOGLES2ChameleonMan.cpp607 PVRTVec3 vFrom, vTo, vUp(0.0f, 1.0f, 0.0f); in RenderScene()
609 PVRTVec3 LightPos; in RenderScene()