Searched refs:moveOpListsToDDL (Results 1 – 5 of 5) sorted by relevance
82 void moveOpListsToDDL(SkDeferredDisplayList* ddl);
214 void moveOpListsToDDL(SkDeferredDisplayList*);
955 void GrContextPriv::moveOpListsToDDL(SkDeferredDisplayList* ddl) { in moveOpListsToDDL() function in GrContextPriv956 fContext->fDrawingManager->moveOpListsToDDL(ddl); in moveOpListsToDDL()
491 void GrDrawingManager::moveOpListsToDDL(SkDeferredDisplayList* ddl) { in moveOpListsToDDL() function in GrDrawingManager
205 fContext->contextPriv().moveOpListsToDDL(ddl.get()); in detach()