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

  /external/skia/bench/
DashBench.cpp 297 class GiantDashBench : public Benchmark {
317 GiantDashBench(LineType lt, SkScalar width) {
467 /* Disable the GiantDashBench for Android devices until we can better control
471 DEF_BENCH( return new GiantDashBench(GiantDashBench::kHori_LineType, 0); )
472 DEF_BENCH( return new GiantDashBench(GiantDashBench::kVert_LineType, 0); )
473 DEF_BENCH( return new GiantDashBench(GiantDashBench::kDiag_LineType, 0); )
478 DEF_BENCH( return new GiantDashBench(GiantDashBench::kHori_LineType, 2);
    [all...]
  /external/skqp/bench/
DashBench.cpp 297 class GiantDashBench : public Benchmark {
317 GiantDashBench(LineType lt, SkScalar width) {
467 /* Disable the GiantDashBench for Android devices until we can better control
471 DEF_BENCH( return new GiantDashBench(GiantDashBench::kHori_LineType, 0); )
472 DEF_BENCH( return new GiantDashBench(GiantDashBench::kVert_LineType, 0); )
473 DEF_BENCH( return new GiantDashBench(GiantDashBench::kDiag_LineType, 0); )
478 DEF_BENCH( return new GiantDashBench(GiantDashBench::kHori_LineType, 2);
    [all...]

Completed in 213 milliseconds