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

/external/chromium_org/third_party/skia/bench/
H A DAAClipBench.cpp18 class AAClipBench : public Benchmark { class in inherits:Benchmark
27 AAClipBench(bool doPath, bool doAA) function in class:AAClipBench
252 DEF_BENCH( return SkNEW_ARGS(AAClipBench, (false, false)); )
253 DEF_BENCH( return SkNEW_ARGS(AAClipBench, (false, true)); )
254 DEF_BENCH( return SkNEW_ARGS(AAClipBench, (true, false)); )
255 DEF_BENCH( return SkNEW_ARGS(AAClipBench, (true, true)); )
/external/skia/bench/
H A DAAClipBench.cpp18 class AAClipBench : public Benchmark { class in inherits:Benchmark
27 AAClipBench(bool doPath, bool doAA) function in class:AAClipBench
252 DEF_BENCH( return SkNEW_ARGS(AAClipBench, (false, false)); )
253 DEF_BENCH( return SkNEW_ARGS(AAClipBench, (false, true)); )
254 DEF_BENCH( return SkNEW_ARGS(AAClipBench, (true, false)); )
255 DEF_BENCH( return SkNEW_ARGS(AAClipBench, (true, true)); )

Completed in 57 milliseconds