Home
last modified time | relevance | path

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

/third_party/skia/bench/
DAAClipBench.cpp18 class AAClipBench : public Benchmark { class
27 AAClipBench(bool doPath, bool doAA) in AAClipBench() function in AAClipBench
250 DEF_BENCH(return new AAClipBench(false, false);)
251 DEF_BENCH(return new AAClipBench(false, true);)
252 DEF_BENCH(return new AAClipBench(true, false);)
253 DEF_BENCH(return new AAClipBench(true, true);)
/third_party/skia/gn/
Dbench.gni10 "$_bench/AAClipBench.cpp",