Searched refs:wV0 (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTShadowVol.cpp135 unsigned short wV0, wV1; local
137 wV0 = FindOrCreateVertex(psMesh, pv0);
146 (psMesh->pE[nCurr].wV0 == wV0 && psMesh->pE[nCurr].wV1 == wV1) ||
147 (psMesh->pE[nCurr].wV0 == wV1 && psMesh->pE[nCurr].wV1 == wV0))
157 psMesh->pE[psMesh->nE].wV0 = wV0;
253 if(psE0->wV0 == psE1->wV0 || psE
[all...]
H A DPVRTShadowVol.h30 unsigned short wV0, wV1; /*!< Indices of the vertices of the edge */ member in struct:PVRTShadowVolMEdge

Completed in 120 milliseconds