Searched refs:vertsNeeded (Results 1 – 2 of 2) sorted by relevance
288 void needSpace(int vertsNeeded, int indicesNeeded = 0) { in needSpace() argument289 if (fCurVert + vertsNeeded > fVertices + fVerticesInChunk || in needSpace()
286 void needSpace(int vertsNeeded, int indicesNeeded = 0) { in needSpace() argument287 if (fCurVert + vertsNeeded > fVertices + fVerticesInChunk || in needSpace()