Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tools/skpbench/
H A Dskpbench.cpp135 static void draw_skp_and_flush_with_sync(GrDirectContext*, SkSurface*, const SkPicture*, GpuSync&);
159 draw_skp_and_flush_with_sync(context, surface, fSkp.get(), gpuSync); in drawAndFlushAndSync()
204 draw_skp_and_flush_with_sync(context, surface, this->frame(i).get(), gpuSync); in drawAndFlushAndSync()
401 draw_skp_and_flush_with_sync(context, surface.get(), skp, gpuSync); in run_gpu_time_benchmark()
406 draw_skp_and_flush_with_sync(context, surface.get(), skp, gpuSync); in run_gpu_time_benchmark()
420 draw_skp_and_flush_with_sync(context, surface.get(), skp, gpuSync); in run_gpu_time_benchmark()
681 static void draw_skp_and_flush_with_sync(GrDirectContext* context, SkSurface* surface, in draw_skp_and_flush_with_sync() function