HomeSort by relevance Sort by last modified time
    Searched refs:PVRTVec4 (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTVector.h 21 struct PVRTVec4;
358 @brief Constructor from a PVRTVec4
359 @param[in] v4Vec A PVRTVec4
361 PVRTVec3(const PVRTVec4& v4Vec);
664 @struct PVRTVec4
667 struct PVRTVec4 : public PVRTVECTOR4
675 PVRTVec4(){}
680 PVRTVec4(const VERTTYPE vec)
686 @brief Constructs a PVRTVec4 from 4 separate values
692 PVRTVec4(VERTTYPE fX, VERTTYPE fY, VERTTYPE fZ, VERTTYPE fW
    [all...]
PVRTVector.cpp 41 @Input v4Vec a PVRTVec4
42 @Description Constructor from a PVRTVec4
44 PVRTVec3::PVRTVec3(const PVRTVec4& vec4)
84 ** PVRTVec4 4 component vector
91 @Description matrix multiplication operator PVRTVec4 and PVRTMat4
93 PVRTVec4 PVRTVec4::operator*(const PVRTMat4& rhs) const
95 PVRTVec4 out;
107 @Description matrix multiplication and assignment operator for PVRTVec4 and PVRTMat4
109 PVRTVec4& PVRTVec4::operator*=(const PVRTMat4& rhs
    [all...]
PVRTModelPOD.h 636 @return PVRTVec4 position of light with w set correctly
639 PVRTVec4 GetLightPosition(const unsigned int u32Idx) const;
644 @return PVRTVec4 direction of light with w set correctly
647 PVRTVec4 GetLightDirection(const unsigned int u32Idx) const;
    [all...]
PVRTModelPOD.cpp     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
OGLES2DisplacementMap.cpp 91 PVRTVec4 m_LightDir;
572 PVRTVec4 vLightDir;

Completed in 506 milliseconds