HomeSort by relevance Sort by last modified time
    Searched refs:BLUR_SIGMA_SMALL (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/bench/
BlurImageFilterBench.cpp 21 #define BLUR_SIGMA_SMALL 1.0f
87 DEF_BENCH(return new BlurImageFilterBench(BLUR_SIGMA_SMALL, 0, false);)
89 DEF_BENCH(return new BlurImageFilterBench(0, BLUR_SIGMA_SMALL, false);)
92 DEF_BENCH(return new BlurImageFilterBench(BLUR_SIGMA_SMALL, BLUR_SIGMA_SMALL, true);)
93 DEF_BENCH(return new BlurImageFilterBench(BLUR_SIGMA_SMALL, BLUR_SIGMA_SMALL, false);)
  /external/skia/bench/
BlurImageFilterBench.cpp 21 #define BLUR_SIGMA_SMALL 1.0f
87 DEF_BENCH(return new BlurImageFilterBench(BLUR_SIGMA_SMALL, 0, false);)
89 DEF_BENCH(return new BlurImageFilterBench(0, BLUR_SIGMA_SMALL, false);)
90 DEF_BENCH(return new BlurImageFilterBench(BLUR_SIGMA_SMALL, BLUR_SIGMA_SMALL, true);)
91 DEF_BENCH(return new BlurImageFilterBench(BLUR_SIGMA_SMALL, BLUR_SIGMA_SMALL, false);)

Completed in 69 milliseconds