Home
last modified time | relevance | path

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

/external/skia/bench/
DRotatedRectBench.cpp69 class RotRectBench: public Benchmark { class
71 RotRectBench(bool aa, ColorType ct, SkBlendMode mode) in RotRectBench() function in RotRectBench
161 DEF_BENCH(return new RotRectBench(true, kConstantOpaque_ColorType, SkBlendMode::k…
162 DEF_BENCH(return new RotRectBench(true, kConstantTransparent_ColorType, SkBlendMode::k…
163 DEF_BENCH(return new RotRectBench(true, kChangingOpaque_ColorType, SkBlendMode::k…
164 DEF_BENCH(return new RotRectBench(true, kChangingTransparent_ColorType, SkBlendMode::k…
165 DEF_BENCH(return new RotRectBench(true, kAlternatingOpaqueAndTransparent_ColorType, SkBlendMode::k…
167 DEF_BENCH(return new RotRectBench(false, kConstantOpaque_ColorType, SkBlendMode::k…
168 DEF_BENCH(return new RotRectBench(false, kConstantTransparent_ColorType, SkBlendMode::k…
169 DEF_BENCH(return new RotRectBench(false, kChangingOpaque_ColorType, SkBlendMode::k…
[all …]