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

  /external/skia/bench/
DashBench.cpp 375 class DashGridBench : public Benchmark {
383 DashGridBench(int dashLength, int strokeWidth, bool doAA) {
482 DEF_BENCH( return new DashGridBench(1, 1, true); )
483 DEF_BENCH( return new DashGridBench(1, 1, false); )
484 DEF_BENCH( return new DashGridBench(3, 1, true); )
485 DEF_BENCH( return new DashGridBench(3, 1, false); )
  /external/skqp/bench/
DashBench.cpp 375 class DashGridBench : public Benchmark {
383 DashGridBench(int dashLength, int strokeWidth, bool doAA) {
482 DEF_BENCH( return new DashGridBench(1, 1, true); )
483 DEF_BENCH( return new DashGridBench(1, 1, false); )
484 DEF_BENCH( return new DashGridBench(3, 1, true); )
485 DEF_BENCH( return new DashGridBench(3, 1, false); )

Completed in 72 milliseconds