Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCPerFlushResources.cpp458 int baseCopyInstance = 0; in finalize() local
466 int endCopyInstance = baseCopyInstance + copyRange.fCount; in finalize()
469 copyRange.fSrcProxy, baseCopyInstance, endCopyInstance, in finalize()
473 baseCopyInstance = endCopyInstance; in finalize()
478 SkASSERT(fNextCopyInstanceIdx == baseCopyInstance); in finalize()
479 SkASSERT(baseCopyInstance == fEndCopyInstance); in finalize()