Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrDefaultPathRenderer.cpp225 static const int kFallbackVerticesPerChunk = 16384; in allocNewBuffers() local
229 kFallbackVerticesPerChunk, in allocNewBuffers()
239 const int kFallbackIndicesPerChunk = kFallbackVerticesPerChunk * this->indexScale(); in allocNewBuffers()