Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCPerFlushResources.cpp24 static constexpr int kStrokeIdx = GrCCPerFlushResourceSpecs::kStrokeIdx; variable
143 (specs.fNumCopiedPaths[kFillIdx] + specs.fNumCopiedPaths[kStrokeIdx]) * 2 + in inst_buffer_count()
144 specs.fNumRenderedPaths[kFillIdx] + specs.fNumRenderedPaths[kStrokeIdx]; in inst_buffer_count()
154 specs.fRenderedPathStats[kStrokeIdx].fMaxPointsPerPath) + 1) in GrCCPerFlushResources()
159 , fStroker(specs.fNumRenderedPaths[kStrokeIdx], in GrCCPerFlushResources()
160 specs.fRenderedPathStats[kStrokeIdx].fNumTotalSkPoints, in GrCCPerFlushResources()
161 specs.fRenderedPathStats[kStrokeIdx].fNumTotalSkVerbs) in GrCCPerFlushResources()
172 specs.fNumCopiedPaths[kStrokeIdx]) { in GrCCPerFlushResources()
188 specs.fNumCopiedPaths[kFillIdx] + specs.fNumCopiedPaths[kStrokeIdx]); in GrCCPerFlushResources()
508 fNumCachedPaths += fNumCopiedPaths[kFillIdx] + fNumCopiedPaths[kStrokeIdx]; in cancelCopies()
[all …]
DGrCCPerFlushResources.h40 static constexpr int kStrokeIdx = 1; member
54 return 0 == fNumCachedPaths + fNumCopiedPaths[kFillIdx] + fNumCopiedPaths[kStrokeIdx] + in isEmpty()
55 fNumRenderedPaths[kFillIdx] + fNumRenderedPaths[kStrokeIdx] + fNumClipPaths; in isEmpty()
DGrCCDrawPathsOp.cpp242 : GrCCPerFlushResourceSpecs::kStrokeIdx; in accountForOwnPath()
261 : GrCCPerFlushResourceSpecs::kStrokeIdx; in accountForOwnPath()
DGrCoverageCountingPathRenderer.cpp240 specs.fNumCopiedPaths[GrCCPerFlushResourceSpecs::kStrokeIdx]; in preFlush()