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

  /external/chromium_org/third_party/skia/bench/
DashBench.cpp 299 class GiantDashBench : public Benchmark {
319 GiantDashBench(LineType lt, SkScalar width) {
470 /* Disable the GiantDashBench for Android devices until we can better control
474 DEF_BENCH( return new GiantDashBench(GiantDashBench::kHori_LineType, 0); )
475 DEF_BENCH( return new GiantDashBench(GiantDashBench::kVert_LineType, 0); )
476 DEF_BENCH( return new GiantDashBench(GiantDashBench::kDiag_LineType, 0); )
481 DEF_BENCH( return new GiantDashBench(GiantDashBench::kHori_LineType, 2);
    [all...]
  /external/skia/bench/
DashBench.cpp 299 class GiantDashBench : public Benchmark {
319 GiantDashBench(LineType lt, SkScalar width) {
470 /* Disable the GiantDashBench for Android devices until we can better control
474 DEF_BENCH( return new GiantDashBench(GiantDashBench::kHori_LineType, 0); )
475 DEF_BENCH( return new GiantDashBench(GiantDashBench::kVert_LineType, 0); )
476 DEF_BENCH( return new GiantDashBench(GiantDashBench::kDiag_LineType, 0); )
481 DEF_BENCH( return new GiantDashBench(GiantDashBench::kHori_LineType, 2);
    [all...]

Completed in 64 milliseconds