Searched refs:Fact3 (Results 1 - 4 of 4) sorted by relevance

/external/skia/bench/
H A DRepeatTileBench.cpp133 static SkBenchmark* Fact3(void* p) { return new RepeatTileBench(p, SkBitmap::kIndex8_Config); } function
138 static BenchRegistry gReg3(Fact3);
H A DTextBench.cpp113 static SkBenchmark* Fact3(void* p) { return new TextBench(p, STR, SMALL, true, true); } function
128 static BenchRegistry gReg3(Fact3);
H A DBitmapBench.cpp168 static SkBenchmark* Fact3(void* p) { return new BitmapBench(p, false, SkBitmap::kARGB_4444_Config); } function
176 static BenchRegistry gReg3(Fact3);
H A DGradientBench.cpp145 static SkBenchmark* Fact3(void* p) { return new GradientBench(p, kRadial2_GradType); } function
150 static BenchRegistry gReg3(Fact3);

Completed in 53 milliseconds