Home
last modified time | relevance | path

Searched refs:moveRenderTasksToDDL (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/src/gpu/
DGrRecordingContextPriv.cpp57 void GrRecordingContextPriv::moveRenderTasksToDDL(SkDeferredDisplayList* ddl) { in moveRenderTasksToDDL() function in GrRecordingContextPriv
58 this->context()->drawingManager()->moveRenderTasksToDDL(ddl); in moveRenderTasksToDDL()
DGrDrawingManager.h159 void moveRenderTasksToDDL(SkDeferredDisplayList* ddl);
DGrRecordingContextPriv.h60 void moveRenderTasksToDDL(SkDeferredDisplayList*);
DGrDrawingManager.cpp584 void GrDrawingManager::moveRenderTasksToDDL(SkDeferredDisplayList* ddl) { in moveRenderTasksToDDL() function in GrDrawingManager
/third_party/flutter/skia/src/gpu/
DGrContextPriv.cpp216 void GrContextPriv::moveRenderTasksToDDL(SkDeferredDisplayList* ddl) { in moveRenderTasksToDDL() function in GrContextPriv
217 fContext->drawingManager()->moveRenderTasksToDDL(ddl); in moveRenderTasksToDDL()
DGrDrawingManager.h97 void moveRenderTasksToDDL(SkDeferredDisplayList* ddl);
DGrContextPriv.h222 void moveRenderTasksToDDL(SkDeferredDisplayList*);
DGrDrawingManager.cpp544 void GrDrawingManager::moveRenderTasksToDDL(SkDeferredDisplayList* ddl) { in moveRenderTasksToDDL() function in GrDrawingManager
/third_party/skia/src/core/
DSkDeferredDisplayListRecorder.cpp202 fContext->priv().moveRenderTasksToDDL(ddl.get()); in detach()
/third_party/flutter/skia/src/core/
DSkDeferredDisplayListRecorder.cpp225 fContext->priv().moveRenderTasksToDDL(ddl.get()); in detach()