Searched refs:MatrixConvolutionBench (Results 1 – 3 of 3) sorted by relevance
14 class MatrixConvolutionBench : public Benchmark { class16 MatrixConvolutionBench(SkMatrixConvolutionImageFilter::TileMode tileMode, bool convolveAlpha) in MatrixConvolutionBench() function in MatrixConvolutionBench29 ~MatrixConvolutionBench() { in ~MatrixConvolutionBench()57 DEF_BENCH( return new MatrixConvolutionBench(SkMatrixConvolutionImageFilter::kClamp_TileMode, true)…58 DEF_BENCH( return new MatrixConvolutionBench(SkMatrixConvolutionImageFilter::kRepeat_TileMode, true…59 DEF_BENCH( return new MatrixConvolutionBench(SkMatrixConvolutionImageFilter::kClampToBlack_TileMode…60 DEF_BENCH( return new MatrixConvolutionBench(SkMatrixConvolutionImageFilter::kClampToBlack_TileMode…
79 MatrixConvolutionBench.cpp \
74 '../bench/MatrixConvolutionBench.cpp',