Searched defs:pvExtrudedCube (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTShadowVol.cpp1092 @Modified pvExtrudedCube 8 Vertices to represent the extruded box
1100 PVRTVECTOR3 * const pvExtrudedCube,
1114 pvExtrudedCube[i].x = pBoundingBox->Point[i].x + fVolLength * (pBoundingBox->Point[i].x - pvLightMdl->x);
1115 pvExtrudedCube[i].y = pBoundingBox->Point[i].y + fVolLength * (pBoundingBox->Point[i].y - pvLightMdl->y);
1116 pvExtrudedCube[i].z = pBoundingBox->Point[i].z + fVolLength * (pBoundingBox->Point[i].z - pvLightMdl->z);
1124 pvExtrudedCube[i].x = pBoundingBox->Point[i].x + fVolLength * pvLightMdl->x;
1125 pvExtrudedCube[i].y = pBoundingBox->Point[i].y + fVolLength * pvLightMdl->y;
1126 pvExtrudedCube[i].z = pBoundingBox->Point[i].z + fVolLength * pvLightMdl->z;
1155 PVRTVECTOR3 pvExtrudedCube[8]; local
1203 Shadow the bounding box into pvExtrudedCube
1099 PVRTShadowVolBoundingBoxExtrude( PVRTVECTOR3 * const pvExtrudedCube, const PVRTBOUNDINGBOX * const pBoundingBox, const PVRTVECTOR3 * const pvLightMdl, const bool bPointLight, const float fVolLength) argument
[all...]

Completed in 61 milliseconds