Searched refs:m_ppVtxByMesh (Results 1 – 1 of 1) sorted by relevance
117 SVtx **m_ppVtxByMesh; member in CObject290 m_ppVtxByMesh = (SVtx**)calloc(nVtxTot, sizeof(*m_ppVtxByMesh)); in CObject()291 _ASSERT(m_ppVtxByMesh); in CObject()383 FREE(m_ppVtxByMesh); in ~CObject()464 ppR = m_ppVtxByMesh; in CreateMeshList()465 ppW = m_ppVtxByMesh; in CreateMeshList()523 _ASSERT(ppR == &m_ppVtxByMesh[m_nVtxTot]); in CreateMeshList()524 _ASSERT(ppW == &m_ppVtxByMesh[m_nVtxTot]); in CreateMeshList()