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

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTTrans.h 20 PVRTVECTOR3 Point[8]; ///< 8 Vertices
40 const PVRTVECTOR3 * const pV,
103 const PVRTVECTOR3 * const pV,
123 PVRTVECTOR3 * const pTransformedVertex,
124 const PVRTVECTOR3 * const pV,
143 PVRTVECTOR3 * const pTransformedVertex,
144 const PVRTVECTOR3 * const pVertex,
PVRTMisc.h 27 PVRTVECTOR3 * const pvIntersection,
29 const PVRTVECTOR3 * const pv0,
30 const PVRTVECTOR3 * const pv1);
54 const PVRTVECTOR3 * const pFrom,
PVRTShadowVol.h 40 PVRTVECTOR3 vNormal; /*!< Triangle normal */
48 PVRTVECTOR3 *pV; /*!< Unique vertices in object space */
170 const PVRTVECTOR3 * const pvLightModel,
202 PVRTVECTOR3 * const pvExtrudedCube,
204 const PVRTVECTOR3 * const pvLightMdl,
227 const PVRTVECTOR3 * const pvLightMdl,
PVRTVertex.h 112 PVRTVECTOR3 * const pvTan,
113 PVRTVECTOR3 * const pvBin,
114 const PVRTVECTOR3 * const pvNor,
PVRTShadowVol.cpp 66 const static PVRTVECTOR3 c_pvRect[4] = {
99 static unsigned short FindOrCreateVertex(PVRTShadowVolShadowMesh * const psMesh, const PVRTVECTOR3 * const pV) {
133 static unsigned int FindOrCreateEdge(PVRTShadowVolShadowMesh * const psMesh, const PVRTVECTOR3 * const pv0, const PVRTVECTOR3 * const pv1) {
176 PVRTVECTOR3 * const pvOut,
177 const PVRTVECTOR3 * const pv0,
178 const PVRTVECTOR3 * const pv1,
179 const PVRTVECTOR3 * const pv2)
181 PVRTVECTOR3 v0, v1;
207 const PVRTVECTOR3 * const pv0
    [all...]
PVRTMisc.cpp 40 PVRTVECTOR3 * const pvIntersection,
42 const PVRTVECTOR3 * const pv0,
43 const PVRTVECTOR3 * const pv1)
45 PVRTVECTOR3 vD;
98 const PVRTVECTOR3 * const pFrom,
101 PVRTVECTOR3 pvWorld[5];
102 PVRTVECTOR3 *pvPolyPtr;
154 pvPolyPtr = (PVRTVECTOR3*)pfVtx;
190 pvPolyPtr = (PVRTVECTOR3*)((char*)pvPolyPtr + nStride);
202 pvPolyPtr = (PVRTVECTOR3*)((char*)pvPolyPtr + nStride)
    [all...]
PVRTTrans.cpp 40 const PVRTVECTOR3 * const pV,
135 PVRTVECTOR3 *pVertex =(PVRTVECTOR3*)(pV+i32Offset);
145 pVertex = (PVRTVECTOR3*)( (unsigned char*)(pVertex)+i32Stride);
309 const PVRTVECTOR3 * const pV,
314 const PVRTVECTOR3 *pSrc;
342 pSrc = (PVRTVECTOR3*)((char*)pSrc + nInStride);
361 PVRTVECTOR3 * const pTransformedVertex,
362 const PVRTVECTOR3 * const pV,
401 PVRTVECTOR3 * const pTransformedVertex
    [all...]
PVRTModelPOD.h 487 PVRTVECTOR3 &V,
599 PVRTVECTOR3 &vFrom,
600 PVRTVECTOR3 &vTo,
601 PVRTVECTOR3 &vUp,
616 PVRTVECTOR3 &vFrom,
617 PVRTVECTOR3 &vTo,
629 PVRTVECTOR3 &vPos,
630 PVRTVECTOR3 &vDir,
    [all...]
PVRTMatrix.h 160 typedef PVRTVECTOR3x PVRTVECTOR3;
188 typedef PVRTVECTOR3f PVRTVECTOR3;
PVRTModelPOD.cpp     [all...]
PVRTVector.h 319 struct PVRTVec3 : public PVRTVECTOR3
    [all...]

Completed in 160 milliseconds