Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrRenderTargetOpList.cpp642 for (OpChain& recordedOp : fOpChains) { in handleInternalAllocationFailure()
644 recordedOp.visitProxies(checkInstantiation); in handleInternalAllocationFailure()
647 recordedOp.deleteOps(fOpMemoryPool.get()); in handleInternalAllocationFailure()
660 for (const OpChain& recordedOp : fOpChains) { in onIsUsed() local
661 recordedOp.visitProxies(visit); in onIsUsed()
698 for (const OpChain& recordedOp : fOpChains) { in gatherProxyIntervals() local
700 recordedOp.visitProxies(gather); in gatherProxyIntervals()
/third_party/skia/src/gpu/ops/
DOpsTask.cpp963 for (const OpChain& recordedOp : fOpChains) { in gatherProxyIntervals() local
964 recordedOp.visitProxies(gather); in gatherProxyIntervals()