Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCPerFlushResources.cpp162 (specs.fNumCopiedPaths[kFillIdx] + specs.fNumCopiedPaths[kStrokeIdx]) * 2 + in inst_buffer_count()
194 specs.fNumCopiedPaths[kFillIdx] + specs.fNumCopiedPaths[kStrokeIdx]) { in GrCCPerFlushResources()
224 specs.fNumCopiedPaths[kFillIdx] + specs.fNumCopiedPaths[kStrokeIdx]); in GrCCPerFlushResources()
607 fNumCachedPaths += fNumCopiedPaths[kFillIdx] + fNumCopiedPaths[kStrokeIdx]; in cancelCopies()
608 fNumCopiedPaths[kFillIdx] = fNumCopiedPaths[kStrokeIdx] = 0; in cancelCopies()
DGrCCPerFlushResources.h46 int fNumCopiedPaths[2] = {0, 0}; member
56 return 0 == fNumCachedPaths + fNumCopiedPaths[kFillIdx] + fNumCopiedPaths[kStrokeIdx] + in isEmpty()
DGrCoverageCountingPathRenderer.cpp278 int numCopies = specs.fNumCopiedPaths[GrCCPerFlushResourceSpecs::kFillIdx] + in preFlush()
279 specs.fNumCopiedPaths[GrCCPerFlushResourceSpecs::kStrokeIdx]; in preFlush()
DGrCCDrawPathsOp.cpp256 ++specs->fNumCopiedPaths[idx]; in accountForOwnPath()