Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTShadowVol.h37 struct PVRTShadowVolMTriangle { struct
50 PVRTShadowVolMTriangle *pT; /*!< Unique triangles in object space */ argument
DPVRTShadowVol.cpp308 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()