Searched refs:Fact2 (Results 1 - 6 of 6) sorted by relevance

/external/skia/bench/
H A DDecodeBench.cpp58 static SkBenchmark* Fact2(void* p) { return new DecodeBench(p, SkBitmap::kARGB_4444_Config); } function
62 static BenchRegistry gReg2(Fact2);
H A DAAClipBench.cpp95 static SkBenchmark* Fact2(void* p) { return SkNEW_ARGS(AAClipBuilderBench, (p, true, false)); } function
100 static BenchRegistry gReg2(Fact2);
H A DPicturePlaybackBench.cpp142 static SkBenchmark* Fact2(void* p) { return new PosTextPlaybackBench(p, false); } function
146 static BenchRegistry gReg2(Fact2);
H A DRepeatTileBench.cpp139 static SkBenchmark* Fact2(void* p) { return new RepeatTileBench(p, SkBitmap::kARGB_4444_Config); } function
144 static BenchRegistry gReg2(Fact2);
H A DBitmapBench.cpp186 static SkBenchmark* Fact2(void* p) { return new BitmapBench(p, true, SkBitmap::kRGB_565_Config); } function
196 static BenchRegistry gReg2(Fact2);
H A DGradientBench.cpp256 static SkBenchmark* Fact2(void* p) { return new GradientBench(p, kSweep_GradType); } function
267 static BenchRegistry gReg2(Fact2);

Completed in 145 milliseconds