Searched refs:copyOpListsFromDDL (Results 1 – 5 of 5) sorted by relevance
83 void copyOpListsFromDDL(const SkDeferredDisplayList*, GrRenderTargetProxy* newDest);
215 void copyOpListsFromDDL(const SkDeferredDisplayList*, GrRenderTargetProxy* newDest);
959 void GrContextPriv::copyOpListsFromDDL(const SkDeferredDisplayList* ddl, in copyOpListsFromDDL() function in GrContextPriv961 fContext->fDrawingManager->copyOpListsFromDDL(ddl, newDest); in copyOpListsFromDDL()
509 void GrDrawingManager::copyOpListsFromDDL(const SkDeferredDisplayList* ddl, in copyOpListsFromDDL() function in GrDrawingManager
264 ctx->contextPriv().copyOpListsFromDDL(ddl, rtc->asRenderTargetProxy()); in onDraw()