Home
last modified time | relevance | path

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

/third_party/flutter/skia/tools/skpbench/
Dskpbench.cpp121 static void draw_skp_and_flush(SkSurface*, const SkPicture*);
143 draw_skp_and_flush(surface, fSkp.get()); in drawAndFlushAndSync()
186 draw_skp_and_flush(surface, this->frame(i).get()); in drawAndFlushAndSync()
314 draw_skp_and_flush(surface, skp); in run_gpu_time_benchmark()
320 draw_skp_and_flush(surface, skp); in run_gpu_time_benchmark()
335 draw_skp_and_flush(surface, skp); in run_gpu_time_benchmark()
563 static void draw_skp_and_flush(SkSurface* surface, const SkPicture* skp) { in draw_skp_and_flush() function