HomeSort by relevance Sort by last modified time
    Searched refs:PVRTShadowVolMEdge (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTShadowVol.h 29 struct PVRTShadowVolMEdge {
49 PVRTShadowVolMEdge *pE; /*!< Unique edges in object space */
PVRTShadowVol.cpp 125 @Return PVRTShadowVolMEdge The index of the found/created edge in the
212 PVRTShadowVolMEdge *psE0, *psE1, *psE2;
307 psMesh->pE = (PVRTShadowVolMEdge*)malloc(nNumFaces * sizeof(*psMesh->pE) * 3);
332 psMesh->pE = (PVRTShadowVolMEdge*)realloc(psMesh->pE, psMesh->nE * sizeof(*psMesh->pE));
645 PVRTShadowVolMEdge *psEdge;
691 PVRTShadowVolMEdge *pE0, *pE1, *pE2;
    [all...]

Completed in 43 milliseconds