Searched refs:ClipStrategyBench (Results 1 – 5 of 5) sorted by relevance
/external/skia/bench/ |
D | ClipStrategyBench.cpp | 13 class ClipStrategyBench : public Benchmark { class 20 ClipStrategyBench(Mode mode, size_t count) in ClipStrategyBench() function in ClipStrategyBench 36 ~ClipStrategyBench() override = default; 83 DEF_BENCH( return new ClipStrategyBench(ClipStrategyBench::Mode::kClipPath, 1 );) 84 DEF_BENCH( return new ClipStrategyBench(ClipStrategyBench::Mode::kClipPath, 5 );) 85 DEF_BENCH( return new ClipStrategyBench(ClipStrategyBench::Mode::kClipPath, 10 );) 86 DEF_BENCH( return new ClipStrategyBench(ClipStrategyBench::Mode::kClipPath, 100);) 88 DEF_BENCH( return new ClipStrategyBench(ClipStrategyBench::Mode::kMask, 1 );) 89 DEF_BENCH( return new ClipStrategyBench(ClipStrategyBench::Mode::kMask, 5 );) 90 DEF_BENCH( return new ClipStrategyBench(ClipStrategyBench::Mode::kMask, 10 );) [all …]
|
/external/skqp/bench/ |
D | ClipStrategyBench.cpp | 13 class ClipStrategyBench : public Benchmark { class 20 ClipStrategyBench(Mode mode, size_t count) in ClipStrategyBench() function in ClipStrategyBench 36 ~ClipStrategyBench() override = default; 83 DEF_BENCH( return new ClipStrategyBench(ClipStrategyBench::Mode::kClipPath, 1 );) 84 DEF_BENCH( return new ClipStrategyBench(ClipStrategyBench::Mode::kClipPath, 5 );) 85 DEF_BENCH( return new ClipStrategyBench(ClipStrategyBench::Mode::kClipPath, 10 );) 86 DEF_BENCH( return new ClipStrategyBench(ClipStrategyBench::Mode::kClipPath, 100);) 88 DEF_BENCH( return new ClipStrategyBench(ClipStrategyBench::Mode::kMask, 1 );) 89 DEF_BENCH( return new ClipStrategyBench(ClipStrategyBench::Mode::kMask, 5 );) 90 DEF_BENCH( return new ClipStrategyBench(ClipStrategyBench::Mode::kMask, 10 );) [all …]
|
/external/skia/gn/ |
D | bench.gni | 31 "$_bench/ClipStrategyBench.cpp",
|
/external/skqp/gn/ |
D | bench.gni | 31 "$_bench/ClipStrategyBench.cpp",
|
/external/skia/ |
D | Android.bp | 1972 "bench/ClipStrategyBench.cpp",
|