Home
last modified time | relevance | path

Searched refs:draw_with_gpu (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/tools/fm/
Dfm.cpp243 static sk_sp<SkImage> draw_with_gpu(std::function<bool(SkCanvas*)> draw, in draw_with_gpu() function
537 image = draw_with_gpu(draw, info, (GrContextFactory::ContextType)backend, &factory); in main()
/third_party/skia/tools/fm/
Dfm.cpp300 static sk_sp<SkImage> draw_with_gpu(std::function<bool(SkCanvas*)> draw, in draw_with_gpu() function
615 image = draw_with_gpu(draw, info, (GrContextFactory::ContextType)backend, &factory); in main()