Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ops/
DGrDefaultPathRenderer.cpp229 static const int kFallbackVerticesPerChunk = 16384; in allocNewBuffers() local
233 kFallbackVerticesPerChunk, in allocNewBuffers()
243 const int kFallbackIndicesPerChunk = kFallbackVerticesPerChunk * this->indexScale(); in allocNewBuffers()
/external/skia/src/gpu/ops/
DGrDefaultPathRenderer.cpp227 static const int kFallbackVerticesPerChunk = 16384; in allocNewBuffers() local
231 kFallbackVerticesPerChunk, in allocNewBuffers()
241 const int kFallbackIndicesPerChunk = kFallbackVerticesPerChunk * this->indexScale(); in allocNewBuffers()