Searched refs:allocChunk (Results 1 – 2 of 2) sorted by relevance
55 if (fCurrChunkVertexCount + count > fCurrChunkVertexCapacity && !this->allocChunk(count)) { in appendVertices()80 bool allocChunk(int minCount);
19 bool GrVertexChunkBuilder::allocChunk(int minCount) { in allocChunk() function in GrVertexChunkBuilder