Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCPerFlushResources.cpp143 (specs.fNumCopiedPaths[kFillIdx] + specs.fNumCopiedPaths[kStrokeIdx]) * 2 + in inst_buffer_count()
171 , fNextPathInstanceIdx(specs.fNumCopiedPaths[kFillIdx] + 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()
509 fNumCopiedPaths[kFillIdx] = fNumCopiedPaths[kStrokeIdx] = 0; in cancelCopies()
DGrCCPerFlushResources.h44 int fNumCopiedPaths[2] = {0, 0}; member
54 return 0 == fNumCachedPaths + fNumCopiedPaths[kFillIdx] + fNumCopiedPaths[kStrokeIdx] + in isEmpty()
DGrCoverageCountingPathRenderer.cpp239 int numCopies = specs.fNumCopiedPaths[GrCCPerFlushResourceSpecs::kFillIdx] + in preFlush()
240 specs.fNumCopiedPaths[GrCCPerFlushResourceSpecs::kStrokeIdx]; in preFlush()
DGrCCDrawPathsOp.cpp243 ++specs->fNumCopiedPaths[idx]; in accountForOwnPath()