Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTGeometry.cpp1339 void *pVtxNew; in SortVertices() local
1344 pVtxNew = malloc(nVertNum * nStride); in SortVertices()
1345 _ASSERT(pVtxNew); in SortVertices()
1360 memcpy((char*)pVtxNew+(wNext*nStride), (char*)pVtxData+(pwIdx[i]*nStride), nStride); in SortVertices()
1375 memcpy(pVtxData, pVtxNew, nVertNum * nStride); in SortVertices()
1378 FREE(pVtxNew); in SortVertices()