Searched refs:MatrixConvolutionBench (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/bench/ |
H A D | MatrixConvolutionBench.cpp | 17 class MatrixConvolutionBench : public Benchmark { class 19 MatrixConvolutionBench(bool bigKernel, SkTileMode tileMode, bool convolveAlpha) in MatrixConvolutionBench() function in MatrixConvolutionBench 77 DEF_BENCH( return new MatrixConvolutionBench(false, SkTileMode::kClamp, true); ) 78 DEF_BENCH( return new MatrixConvolutionBench(false, SkTileMode::kRepeat, true); ) 79 DEF_BENCH( return new MatrixConvolutionBench(false, SkTileMode::kMirror, true); ) 80 DEF_BENCH( return new MatrixConvolutionBench(false, SkTileMode::kDecal, true); ) 81 DEF_BENCH( return new MatrixConvolutionBench(false, SkTileMode::kDecal, false); ) 83 DEF_BENCH( return new MatrixConvolutionBench(true, SkTileMode::kClamp, true); ) 84 DEF_BENCH( return new MatrixConvolutionBench(true, SkTileMode::kRepeat, true); ) 85 DEF_BENCH( return new MatrixConvolutionBench(tru [all...] |
Completed in 1 milliseconds