Home
last modified time | relevance | path

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

/external/skia/bench/
DClipStrategyBench.cpp13 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/
DClipStrategyBench.cpp13 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/
Dbench.gni31 "$_bench/ClipStrategyBench.cpp",
/external/skqp/gn/
Dbench.gni31 "$_bench/ClipStrategyBench.cpp",
/external/skia/
DAndroid.bp1972 "bench/ClipStrategyBench.cpp",