Searched refs:RotRectBench (Results 1 – 2 of 2) sorted by relevance
/external/skqp/bench/ |
D | RotatedRectBench.cpp | 74 class RotRectBench: public Benchmark { class 76 RotRectBench(bool aa, ColorType ct, SkBlendMode mode, bool perspective = false) in RotRectBench() function in RotRectBench 191 DEF_BENCH(return new RotRectBench(aa, kConstantOpaque_ColorType, blend);) \ 192 DEF_BENCH(return new RotRectBench(aa, kConstantTransparent_ColorType, blend);) \ 193 DEF_BENCH(return new RotRectBench(aa, kChangingOpaque_ColorType, blend);) \ 194 DEF_BENCH(return new RotRectBench(aa, kChangingTransparent_ColorType, blend);) \ 195 DEF_BENCH(return new RotRectBench(aa, kAlternatingOpaqueAndTransparent_ColorType, blend);) \ 196 DEF_BENCH(return new RotRectBench(aa, kShaderOpaque_ColorType, blend);) 209 DEF_BENCH(return new RotRectBench(aa, kConstantOpaque_ColorType, SkBlendMode::kSrcOver, true);)\ 210 DEF_BENCH(return new RotRectBench(aa, kShaderOpaque_ColorType, SkBlendMode::kSrcOver, true);)
|
/external/skia/bench/ |
D | RotatedRectBench.cpp | 72 class RotRectBench: public Benchmark { class 74 RotRectBench(bool aa, ColorType ct, SkBlendMode mode, bool perspective = false) in RotRectBench() function in RotRectBench 189 DEF_BENCH(return new RotRectBench(aa, kConstantOpaque_ColorType, blend);) \ 190 DEF_BENCH(return new RotRectBench(aa, kConstantTransparent_ColorType, blend);) \ 191 DEF_BENCH(return new RotRectBench(aa, kChangingOpaque_ColorType, blend);) \ 192 DEF_BENCH(return new RotRectBench(aa, kChangingTransparent_ColorType, blend);) \ 193 DEF_BENCH(return new RotRectBench(aa, kAlternatingOpaqueAndTransparent_ColorType, blend);) \ 194 DEF_BENCH(return new RotRectBench(aa, kShaderOpaque_ColorType, blend);) 207 DEF_BENCH(return new RotRectBench(aa, kConstantOpaque_ColorType, SkBlendMode::kSrcOver, true);)\ 208 DEF_BENCH(return new RotRectBench(aa, kShaderOpaque_ColorType, SkBlendMode::kSrcOver, true);)
|