Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrDrawingManager.cpp255 sk_sp<GrRenderTargetOpList> onFlushOpList = sk_ref_sp(rtc->getRTOpList()); in flush() local
256 if (!onFlushOpList) { in flush()
262 onFlushOpList->visitProxies_debugOnly([](GrSurfaceProxy* p) { in flush()
267 onFlushOpList->makeClosed(*fContext->contextPriv().caps()); in flush()
268 onFlushOpList->prepare(&flushState); in flush()
269 fOnFlushCBOpLists.push_back(std::move(onFlushOpList)); in flush()
407 for (sk_sp<GrOpList>& onFlushOpList : fOnFlushCBOpLists) { in executeOpLists()
408 if (!onFlushOpList->execute(flushState)) { in executeOpLists()
411 SkASSERT(onFlushOpList->unique()); in executeOpLists()
412 onFlushOpList = nullptr; in executeOpLists()