Searched refs:createDDLTask (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrDirectContextPriv.cpp | 63 void GrDirectContextPriv::createDDLTask(sk_sp<const SkDeferredDisplayList> ddl, in createDDLTask() function in GrDirectContextPriv 66 this->context()->drawingManager()->createDDLTask(std::move(ddl), std::move(newDest), offset); in createDDLTask()
|
D | GrDirectContextPriv.h | 100 void createDDLTask(sk_sp<const SkDeferredDisplayList>,
|
D | GrDrawingManager.h | 160 void createDDLTask(sk_sp<const SkDeferredDisplayList>,
|
D | GrDrawingManager.cpp | 608 void GrDrawingManager::createDDLTask(sk_sp<const SkDeferredDisplayList> ddl, in createDDLTask() function in GrDrawingManager
|
/third_party/skia/src/gpu/vk/ |
D | GrVkSecondaryCBDrawContext.cpp | 204 direct->priv().createDDLTask(std::move(ddl), readSurfaceView.asRenderTargetProxyRef(), {0, 0});
|
/third_party/skia/src/image/ |
D | SkSurface_Gpu.cpp | 388 direct->priv().createDDLTask(std::move(ddl), view.asRenderTargetProxyRef(), offset); in onDraw()
|