Home
last modified time | relevance | path

Searched refs:pvLightModel (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTShadowVol.h170 const PVRTVECTOR3 * const pvLightModel,
188 const PVRTVec3 * const pvLightModel,
DPVRTShadowVol.cpp618 const PVRTVec3 * const pvLightModel, in PVRTShadowVolSilhouetteProjectedBuild() argument
622 …PVRTShadowVolSilhouetteProjectedBuild(psVol, dwVisFlags,psMesh, (PVRTVECTOR3*) pvLightModel, bPoin… in PVRTShadowVolSilhouetteProjectedBuild()
639 const PVRTVECTOR3 * const pvLightModel, in PVRTShadowVolSilhouetteProjectedBuild() argument
698 v.x = psMesh->pV[pE0->wV0].x - pvLightModel->x; in PVRTShadowVolSilhouetteProjectedBuild()
699 v.y = psMesh->pV[pE0->wV0].y - pvLightModel->y; in PVRTShadowVolSilhouetteProjectedBuild()
700 v.z = psMesh->pV[pE0->wV0].z - pvLightModel->z; in PVRTShadowVolSilhouetteProjectedBuild()
703 f = PVRTMatrixVec3DotProduct(psTri->vNormal, *pvLightModel); in PVRTShadowVolSilhouetteProjectedBuild()