Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTGeometry.cpp122 const int nVtxTot,
276 const int nVtxTot, in CObject() argument
290 m_ppVtxByMesh = (SVtx**)calloc(nVtxTot, sizeof(*m_ppVtxByMesh)); in CObject()
293 m_nVtxTot = nVtxTot; in CObject()
305 m_pVtx = (SVtx*)calloc(nVtxTot, sizeof(*m_pVtx)); in CObject()
326 for(i = 0; i < nVtxTot; ++i) in CObject()
344 for(i = 0; i < nVtxTot; ++i) { in CObject()