Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCPerFlushResources.cpp29 static constexpr int kFillIdx = GrCCPerFlushResourceSpecs::kFillIdx; variable
162 (specs.fNumCopiedPaths[kFillIdx] + specs.fNumCopiedPaths[kStrokeIdx]) * 2 + in inst_buffer_count()
163 specs.fNumRenderedPaths[kFillIdx] + specs.fNumRenderedPaths[kStrokeIdx]; in inst_buffer_count()
173 : fLocalDevPtsBuffer(SkTMax(specs.fRenderedPathStats[kFillIdx].fMaxPointsPerPath, in GrCCPerFlushResources()
178 specs.fNumRenderedPaths[kFillIdx] + specs.fNumClipPaths, in GrCCPerFlushResources()
179 specs.fRenderedPathStats[kFillIdx].fNumTotalSkPoints, in GrCCPerFlushResources()
180 specs.fRenderedPathStats[kFillIdx].fNumTotalSkVerbs, in GrCCPerFlushResources()
181 specs.fRenderedPathStats[kFillIdx].fNumTotalConicWeights) in GrCCPerFlushResources()
194 specs.fNumCopiedPaths[kFillIdx] + specs.fNumCopiedPaths[kStrokeIdx]) { in GrCCPerFlushResources()
212 specs.fNumRenderedPaths[kFillIdx] + specs.fNumRenderedPaths[kStrokeIdx] + in GrCCPerFlushResources()
[all …]
DGrCCPerFlushResources.h41 static constexpr int kFillIdx = 0; member
56 return 0 == fNumCachedPaths + fNumCopiedPaths[kFillIdx] + fNumCopiedPaths[kStrokeIdx] + in isEmpty()
57 fNumRenderedPaths[kFillIdx] + fNumRenderedPaths[kStrokeIdx] + fNumClipPaths; in isEmpty()
DGrCCClipPath.cpp59 specs->fRenderedPathStats[GrCCPerFlushResourceSpecs::kFillIdx].statPath(fDeviceSpacePath); in accountForOwnPath()
DGrCCDrawPathsOp.cpp254 ? GrCCPerFlushResourceSpecs::kFillIdx in accountForOwnPath()
273 ? GrCCPerFlushResourceSpecs::kFillIdx in accountForOwnPath()
DGrCoverageCountingPathRenderer.cpp278 int numCopies = specs.fNumCopiedPaths[GrCCPerFlushResourceSpecs::kFillIdx] + in preFlush()