Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/tessellate/
H A DPathTessellator.cpp174 int patchPreallocCount = FixedCountCurves::PreallocCount(totalCombinedPathVerbCnt) + in prepareWithTriangles() local
178 int patchPreallocCount = FixedCountCurves::PreallocCount(totalCombinedPathVerbCnt); in prepareWithTriangles()
182 if (patchPreallocCount) { in prepareWithTriangles()
184 CurveWriter writer{fAttribs, &worstCase, target, &fVertexChunkArray, patchPreallocCount}; in prepareWithTriangles()
259 if (int patchPreallocCount = FixedCountWedges::PreallocCount(totalCombinedPathVerbCnt)) { in prepare() local
261 WedgeWriter writer{fAttribs, &worstCase, target, &fVertexChunkArray, patchPreallocCount}; in prepare()