Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/tessellate/
DStrokeFixedCountTessellator.cpp251 int capPreallocCount = 8; in prepare() local
252 int minInstancesPerChunk = strokePreallocCount + capPreallocCount; in prepare()
DStrokeHardwareTessellator.cpp708 int capPreallocCount = 8; in prepare() local
709 int minPatchesPerChunk = strokePreallocCount + capPreallocCount; in prepare()