Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/tessellate/
DPathTessellator.cpp163 int patchPreallocCount = FixedCountCurves::PreallocCount(totalCombinedPathVerbCnt) + in prepareWithTriangles() local
167 int patchPreallocCount = FixedCountCurves::PreallocCount(totalCombinedPathVerbCnt); in prepareWithTriangles()
171 if (patchPreallocCount) { in prepareWithTriangles()
173 CurveWriter writer{fAttribs, &worstCase, target, &fVertexChunkArray, patchPreallocCount}; in prepareWithTriangles()
248 if (int patchPreallocCount = FixedCountWedges::PreallocCount(totalCombinedPathVerbCnt)) { in prepare() local
250 WedgeWriter writer{fAttribs, &worstCase, target, &fVertexChunkArray, patchPreallocCount}; in prepare()