Home
last modified time | relevance | path

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

/third_party/skia/m133/src/gpu/ganesh/tessellate/
DPathTessellator.cpp174 int patchPreallocCount = FixedCountCurves::PreallocCount(totalCombinedPathVerbCnt) + in prepareWithTriangles() local
259 if (int patchPreallocCount = FixedCountWedges::PreallocCount(totalCombinedPathVerbCnt)) { in prepare() local
/third_party/skia/src/gpu/tessellate/
DPathTessellator.h93 if (int patchPreallocCount = this->patchPreallocCount(totalCombinedPathVerbCnt)) { in prepare() local
DPathCurveTessellator.cpp28 int PathCurveTessellator::patchPreallocCount(int totalCombinedPathVerbCnt) const { in patchPreallocCount() function in skgpu::PathCurveTessellator
DPathWedgeTessellator.cpp129 int PathWedgeTessellator::patchPreallocCount(int totalCombinedPathVerbCnt) const { in patchPreallocCount() function in skgpu::PathWedgeTessellator
/third_party/skia/src/gpu/ops/
DPathInnerTriangulateOp.cpp422 int patchPreallocCount = fFanBreadcrumbs.count() + in onPrepare() local
/third_party/skia/samplecode/
DSamplePathTessellators.cpp134 int patchPreallocCount = fTessellator->patchPreallocCount(fPath.countVerbs()); in onPrepare() local