OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PVRTVec3
(Results
1 - 9
of
9
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTVector.h
22
struct
PVRTVec3
;
73
PVRTVec2(const
PVRTVec3
& v3Vec);
316
@struct
PVRTVec3
319
struct
PVRTVec3
: public PVRTVECTOR3
327
PVRTVec3
()
337
PVRTVec3
(VERTTYPE fX, VERTTYPE fY, VERTTYPE fZ)
345
PVRTVec3
(const VERTTYPE fValue)
353
PVRTVec3
(const VERTTYPE* pVec)
361
PVRTVec3
(const PVRTVec4& v4Vec);
367
@param[in] rhs Another
PVRTVec3
[
all
...]
PVRTVector.cpp
30
PVRTVec2::PVRTVec2(const
PVRTVec3
& vec3)
36
**
PVRTVec3
3 component vector
40
@Function
PVRTVec3
44
PVRTVec3
::
PVRTVec3
(const PVRTVec4& vec4)
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
and PVRTMat
[
all
...]
PVRTShadowVol.h
188
const
PVRTVec3
* const pvLightModel,
PVRTModelPOD.h
496
PVRTVec3
GetTranslation(
[
all
...]
PVRTShadowVol.cpp
618
const
PVRTVec3
* const pvLightModel,
[
all
...]
PVRTModelPOD.cpp
[
all
...]
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
OGLES3ColourGrading.cpp
597
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/
OGLES2DisplacementMap.cpp
425
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/
OGLES2ChameleonMan.cpp
607
PVRTVec3
vFrom, vTo, vUp(0.0f, 1.0f, 0.0f);
609
PVRTVec3
LightPos;
Completed in 158 milliseconds