Searched refs:nVtxTot (Results 1 – 1 of 1) sorted by relevance
122 const int nVtxTot,276 const int nVtxTot, in CObject() argument290 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()