Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrVertexChunkArray.h56 if (fCurrChunkVertexCount + count > fCurrChunkVertexCapacity && !this->allocChunk(count)) { in appendVertices()
68 bool allocChunk(int minCount) { in allocChunk() function