Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrVertexChunkArray.h43 , fMinVerticesPerChunk(minVerticesPerChunk) { in GrVertexChunkBuilder()
44 SkASSERT(fMinVerticesPerChunk > 0); in GrVertexChunkBuilder()
85 int fMinVerticesPerChunk; variable
DGrVertexChunkArray.cpp26 int minAllocCount = std::max(minCount, fMinVerticesPerChunk); in allocChunk()
38 fMinVerticesPerChunk *= 2; in allocChunk()