Searched refs:allocChunk (Results 1 – 1 of 1) sorted by relevance
56 if (fCurrChunkVertexCount + count > fCurrChunkVertexCapacity && !this->allocChunk(count)) { in appendVertices()68 bool allocChunk(int minCount) { in allocChunk() function