Home
last modified time | relevance | path

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

/third_party/skia/bench/
H A 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);)

Completed in 1 milliseconds