Searched refs:MatrixConvolutionBench (Results 1 – 5 of 5) sorted by relevance
23 class MatrixConvolutionBench : public Benchmark { class25 MatrixConvolutionBench(SkMatrixConvolutionImageFilter::TileMode tileMode, bool convolveAlpha) in MatrixConvolutionBench() function in MatrixConvolutionBench67 DEF_BENCH( return new MatrixConvolutionBench(SkMatrixConvolutionImageFilter::kClamp_TileMode, true)…68 DEF_BENCH( return new MatrixConvolutionBench(SkMatrixConvolutionImageFilter::kRepeat_TileMode, true…69 DEF_BENCH( return new MatrixConvolutionBench(SkMatrixConvolutionImageFilter::kClampToBlack_TileMode…70 DEF_BENCH( return new MatrixConvolutionBench(SkMatrixConvolutionImageFilter::kClampToBlack_TileMode…
76 "$_bench/MatrixConvolutionBench.cpp",
2017 "bench/MatrixConvolutionBench.cpp",