Home
last modified time | relevance | path

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

/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.cpp421 int patchPreallocCount = fFanBreadcrumbs.count() + in onPrepare() local
/third_party/skia/samplecode/
DSamplePathTessellators.cpp134 int patchPreallocCount = fTessellator->patchPreallocCount(fPath.countVerbs()); in onPrepare() local