Searched refs:AAClipBench (Results 1 – 2 of 2) sorted by relevance
18 class AAClipBench : public Benchmark { class27 AAClipBench(bool doPath, bool doAA) in AAClipBench() function in AAClipBench250 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);)
10 "$_bench/AAClipBench.cpp",