Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTGeometry.cpp1340 int *pnVtxDest; in SortVertices() local
1347 pnVtxDest = (int*)malloc(nVertNum * sizeof(*pnVtxDest)); in SortVertices()
1348 _ASSERT(pnVtxDest); in SortVertices()
1354 pnVtxDest[i] = -1; in SortVertices()
1358 if(pnVtxDest[pwIdx[i]] == -1) { in SortVertices()
1361 pnVtxDest[pwIdx[i]] = wNext++; in SortVertices()
1364 pwIdx[i] = pnVtxDest[pwIdx[i]]; in SortVertices()
1377 FREE(pnVtxDest); in SortVertices()