Searched refs:copyRenderTasksFromDDL (Results 1 – 6 of 6) sorted by relevance
220 void GrContextPriv::copyRenderTasksFromDDL(const SkDeferredDisplayList* ddl, in copyRenderTasksFromDDL() function in GrContextPriv222 fContext->drawingManager()->copyRenderTasksFromDDL(ddl, newDest); in copyRenderTasksFromDDL()
98 void copyRenderTasksFromDDL(const SkDeferredDisplayList*, GrRenderTargetProxy* newDest);
223 void copyRenderTasksFromDDL(const SkDeferredDisplayList*, GrRenderTargetProxy* newDest);
562 void GrDrawingManager::copyRenderTasksFromDDL(const SkDeferredDisplayList* ddl, in copyRenderTasksFromDDL() function in GrDrawingManager
173 ctx->priv().copyRenderTasksFromDDL(ddl, rtc->asRenderTargetProxy()); in draw()
328 ctx->priv().copyRenderTasksFromDDL(ddl, rtc->asRenderTargetProxy()); in onDraw()