Home
last modified time | relevance | path

Searched refs:moveOpListsToDDL (Results 1 – 5 of 5) sorted by relevance

/external/skqp/src/gpu/
DGrDrawingManager.h82 void moveOpListsToDDL(SkDeferredDisplayList* ddl);
DGrContextPriv.h214 void moveOpListsToDDL(SkDeferredDisplayList*);
DGrContext.cpp955 void GrContextPriv::moveOpListsToDDL(SkDeferredDisplayList* ddl) { in moveOpListsToDDL() function in GrContextPriv
956 fContext->fDrawingManager->moveOpListsToDDL(ddl); in moveOpListsToDDL()
DGrDrawingManager.cpp491 void GrDrawingManager::moveOpListsToDDL(SkDeferredDisplayList* ddl) { in moveOpListsToDDL() function in GrDrawingManager
/external/skqp/src/core/
DSkDeferredDisplayListRecorder.cpp205 fContext->contextPriv().moveOpListsToDDL(ddl.get()); in detach()