Searched refs:gpuSync (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/tools/skpbench/ |
H A D | skpbench.cpp | 144 virtual int drawAndFlushAndSync(GrDirectContext*, SkSurface* surface, GpuSync& gpuSync) = 0; 153 GpuSync& gpuSync) override { 154 draw_skp_and_flush_with_sync(context, surface, fSkp.get(), gpuSync); 197 GpuSync& gpuSync) override { 199 draw_skp_and_flush_with_sync(context, surface, this->frame(i).get(), gpuSync); 211 static void ddl_sample(GrDirectContext* dContext, DDLTileHelper* tiles, GpuSync& gpuSync, in ddl_sample() argument 238 flush_with_sync(dContext, gpuSync); in ddl_sample() 242 flush_with_sync(dContext, gpuSync); in ddl_sample() 297 GpuSync gpuSync; in run_ddl_benchmark() local 298 ddl_sample(dContext, &tiles, gpuSync, nullpt in run_ddl_benchmark() 350 GpuSync gpuSync; run_benchmark() local 390 GpuSync gpuSync; run_gpu_time_benchmark() local 660 flush_with_sync(GrDirectContext* context, GpuSync& gpuSync) flush_with_sync() argument 671 draw_skp_and_flush_with_sync(GrDirectContext* context, SkSurface* surface, const SkPicture* skp, GpuSync& gpuSync) draw_skp_and_flush_with_sync() argument [all...] |
Completed in 2 milliseconds