Home
last modified time | relevance | path

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

/external/skqp/bench/
DMatrixConvolutionBench.cpp23 class MatrixConvolutionBench : public Benchmark { class
25 MatrixConvolutionBench(SkMatrixConvolutionImageFilter::TileMode tileMode, bool convolveAlpha) in MatrixConvolutionBench() function in MatrixConvolutionBench
67 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…
/external/skia/bench/
DMatrixConvolutionBench.cpp23 class MatrixConvolutionBench : public Benchmark { class
25 MatrixConvolutionBench(SkMatrixConvolutionImageFilter::TileMode tileMode, bool convolveAlpha) in MatrixConvolutionBench() function in MatrixConvolutionBench
67 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…
/external/skia/gn/
Dbench.gni76 "$_bench/MatrixConvolutionBench.cpp",
/external/skqp/gn/
Dbench.gni76 "$_bench/MatrixConvolutionBench.cpp",
/external/skia/
DAndroid.bp2017 "bench/MatrixConvolutionBench.cpp",