Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrContextPriv.cpp220 void GrContextPriv::copyRenderTasksFromDDL(const SkDeferredDisplayList* ddl, in copyRenderTasksFromDDL() function in GrContextPriv
222 fContext->drawingManager()->copyRenderTasksFromDDL(ddl, newDest); in copyRenderTasksFromDDL()
DGrDrawingManager.h98 void copyRenderTasksFromDDL(const SkDeferredDisplayList*, GrRenderTargetProxy* newDest);
DGrContextPriv.h223 void copyRenderTasksFromDDL(const SkDeferredDisplayList*, GrRenderTargetProxy* newDest);
DGrDrawingManager.cpp562 void GrDrawingManager::copyRenderTasksFromDDL(const SkDeferredDisplayList* ddl, in copyRenderTasksFromDDL() function in GrDrawingManager
/third_party/flutter/skia/src/gpu/vk/
DGrVkSecondaryCBDrawContext.cpp173 ctx->priv().copyRenderTasksFromDDL(ddl, rtc->asRenderTargetProxy()); in draw()
/third_party/flutter/skia/src/image/
DSkSurface_Gpu.cpp328 ctx->priv().copyRenderTasksFromDDL(ddl, rtc->asRenderTargetProxy()); in onDraw()