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

  /external/skia/bench/
RefCntBench.cpp 197 static SkBenchmark* Fact12(void* p) { return new WeakRefCntBench_New(p); }
205 static BenchRegistry gReg12(Fact12);
TextBench.cpp 139 static SkBenchmark* Fact12(void* p) { return new TextBench(p, STR, 16, 0xFFFF0000, kAA); }
153 static BenchRegistry gReg12(Fact12);
BitmapBench.cpp 258 static SkBenchmark* Fact12(void* p) { return new FilterBitmapBench(p, true, SkBitmap::kARGB_8888_Config, true, false, -1, -1, true, false, true); }
279 static BenchRegistry gReg12(Fact12);

Completed in 576 milliseconds