Searched refs:PVRTShadowVolMTriangle (Results 1 – 2 of 2) sorted by relevance
37 struct PVRTShadowVolMTriangle { struct50 PVRTShadowVolMTriangle *pT; /*!< Unique triangles in object space */ argument
308 psMesh->pT = (PVRTShadowVolMTriangle*)malloc(nNumFaces * sizeof(*psMesh->pT)); in PVRTShadowVolMeshCreateMesh()333 psMesh->pT = (PVRTShadowVolMTriangle*)realloc(psMesh->pT, psMesh->nT * sizeof(*psMesh->pT)); in PVRTShadowVolMeshCreateMesh()644 PVRTShadowVolMTriangle *psTri; in PVRTShadowVolSilhouetteProjectedBuild()