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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTVector.h22 struct PVRTVec3;
73 PVRTVec2(const PVRTVec3& v3Vec);
316 @struct PVRTVec3
319 struct PVRTVec3 : public PVRTVECTOR3 struct in inherits:PVRTVECTOR3
327 PVRTVec3() function in struct:PVRTVec3
337 PVRTVec3(VERTTYPE fX, VERTTYPE fY, VERTTYPE fZ) function in struct:PVRTVec3
345 PVRTVec3(const VERTTYPE fValue) function in struct:PVRTVec3
353 PVRTVec3(const VERTTYPE* pVec) function in struct:PVRTVec3
361 PVRTVec3(const PVRTVec4& v4Vec);
367 @param[in] rhs Another PVRTVec3
[all...]
H A DPVRTVector.cpp30 PVRTVec2::PVRTVec2(const PVRTVec3& vec3)
36 ** PVRTVec3 3 component vector
40 @Function PVRTVec3
44 PVRTVec3::PVRTVec3(const PVRTVec4& vec4) function in class:PVRTVec3
53 @Description matrix multiplication operator PVRTVec3 and PVRTMat3
55 PVRTVec3 PVRTVec3::operator*(const PVRTMat3& rhs) const
57 PVRTVec3 out;
70 @Description matrix multiplication and assignment operator for PVRTVec3 an
[all...]
H A DPVRTShadowVol.h188 const PVRTVec3 * const pvLightModel,
H A DPVRTModelPOD.h496 PVRTVec3 GetTranslation(
H A DPVRTShadowVol.cpp618 const PVRTVec3 * const pvLightModel,
H A DPVRTModelPOD.cpp2428 PVRTVec3 CPVRTModelPOD::GetTranslation(const SPODNode &node) const
2430 PVRTVec3 vOut;
2859 PVRTVec3 vPos, vDir;
2875 PVRTVec3 vPos, vDir;
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
H A DOGLES3ColourGrading.cpp597 m_mViewProjection *= PVRTMat4::LookAtRH(PVRTVec3(0.f, 0.f, 150.f), PVRTVec3(0.f), PVRTVec3(0.f, 1.f, 0.f));
747 PVRTVec3 vMsLightDir = (PVRTVec3(1, 1, 1) * PVRTMat3(mModel)).normalized();
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
H A DOGLES2DisplacementMap.cpp425 PVRTVec3 vFrom, vTo(0.0f), vUp(0.0f, 1.0f, 0.0f);
575 PVRTVec3 vLightDirModel = *(PVRTVec3*) vLightDir.ptr();
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
H A DOGLES2ChameleonMan.cpp607 PVRTVec3 vFrom, vTo, vUp(0.0f, 1.0f, 0.0f);
609 PVRTVec3 LightPos;

Completed in 150 milliseconds