Searched refs:pVtxNew (Results 1 – 1 of 1) sorted by relevance
1339 void *pVtxNew; in SortVertices() local1344 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()