Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTGeometry.cpp124 const int nVtxLimit,
176 const int nVtxLimit,
278 const int nVtxLimit, in CObject() argument
284 m_nVtxLimit = nVtxLimit; in CObject()
287 m_pvMesh = new std::vector<SMesh>[nVtxLimit-2]; in CObject()
648 const int nVtxLimit, in Init() argument
651 m_nVtxLimit = nVtxLimit; in Init()
654 psVtx = (SVtx**)malloc(nVtxLimit * sizeof(*psVtx)); in Init()