Searched refs:pvExtrudedCube (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTShadowVol.cpp | 1100 PVRTVECTOR3 * const pvExtrudedCube, in PVRTShadowVolBoundingBoxExtrude() argument 1114 …pvExtrudedCube[i].x = pBoundingBox->Point[i].x + fVolLength * (pBoundingBox->Point[i].x - pvLightM… in PVRTShadowVolBoundingBoxExtrude() 1115 …pvExtrudedCube[i].y = pBoundingBox->Point[i].y + fVolLength * (pBoundingBox->Point[i].y - pvLightM… in PVRTShadowVolBoundingBoxExtrude() 1116 …pvExtrudedCube[i].z = pBoundingBox->Point[i].z + fVolLength * (pBoundingBox->Point[i].z - pvLightM… in PVRTShadowVolBoundingBoxExtrude() 1124 pvExtrudedCube[i].x = pBoundingBox->Point[i].x + fVolLength * pvLightMdl->x; in PVRTShadowVolBoundingBoxExtrude() 1125 pvExtrudedCube[i].y = pBoundingBox->Point[i].y + fVolLength * pvLightMdl->y; in PVRTShadowVolBoundingBoxExtrude() 1126 pvExtrudedCube[i].z = pBoundingBox->Point[i].z + fVolLength * pvLightMdl->z; in PVRTShadowVolBoundingBoxExtrude() 1155 PVRTVECTOR3 pvExtrudedCube[8]; in PVRTShadowVolBoundingBoxIsVisible() local 1205 PVRTShadowVolBoundingBoxExtrude(pvExtrudedCube, pBoundingBox, pvLightMdl, bPointLight, fVolLength); in PVRTShadowVolBoundingBoxIsVisible() 1210 …ray(&BoundingHyperCubeT[8], sizeof(*BoundingHyperCubeT), pvExtrudedCube, sizeof(*pvExtrudedCube), … in PVRTShadowVolBoundingBoxIsVisible()
|
D | PVRTShadowVol.h | 202 PVRTVECTOR3 * const pvExtrudedCube,
|