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

  /external/chromium_org/third_party/skia/bench/
RegionBench.cpp 120 class RectSectBench : public Benchmark {
136 RectSectBench(bool newWay) : fNewWay(newWay) {
187 DEF_BENCH( return SkNEW_ARGS(RectSectBench, (false)); )
188 DEF_BENCH( return SkNEW_ARGS(RectSectBench, (true)); )
  /external/skia/bench/
RegionBench.cpp 120 class RectSectBench : public Benchmark {
136 RectSectBench(bool newWay) : fNewWay(newWay) {
187 DEF_BENCH( return SkNEW_ARGS(RectSectBench, (false)); )
188 DEF_BENCH( return SkNEW_ARGS(RectSectBench, (true)); )

Completed in 96 milliseconds