Searched refs:moveRenderTasksToDDL (Results 1 – 5 of 5) sorted by relevance
13 void GrRecordingContextPriv::moveRenderTasksToDDL(SkDeferredDisplayList* ddl) { in moveRenderTasksToDDL() function in GrRecordingContextPriv14 fContext->drawingManager()->moveRenderTasksToDDL(ddl); in moveRenderTasksToDDL()
65 void moveRenderTasksToDDL(SkDeferredDisplayList*);
142 void moveRenderTasksToDDL(SkDeferredDisplayList* ddl);
568 void GrDrawingManager::moveRenderTasksToDDL(SkDeferredDisplayList* ddl) { in moveRenderTasksToDDL() function in GrDrawingManager
229 fContext->priv().moveRenderTasksToDDL(ddl.get()); in detach()