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

/external/skia/bench/
H A DDecodeBench.cpp59 static SkBenchmark* Fact2(void* p) { return new DecodeBench(p, SkBitmap::kARGB_4444_Config); } function
63 static BenchRegistry gReg2(Fact2);
H A DChecksumBench.cpp94 static SkBenchmark* Fact2(void* p) { return new ComputeChecksumBench(p, kSHA1_ChecksumType); } function
100 static BenchRegistry gReg2(Fact2);
H A DGrMemoryPoolBench.cpp164 static SkBenchmark* Fact2(void* p) { return new GrMemoryPoolBenchRandom(p); } function
168 static BenchRegistry gReg02(Fact2);
H A DPicturePlaybackBench.cpp142 static SkBenchmark* Fact2(void* p) { return new PosTextPlaybackBench(p, false); } function
146 static BenchRegistry gReg2(Fact2);
H A DPictureRecordBench.cpp198 static SkBenchmark* Fact2(void* p) { return new RecurringPaintDictionaryRecordBench(p); } function
202 static BenchRegistry gReg2(Fact2);
H A DAAClipBench.cpp265 static SkBenchmark* Fact2(void* p) { return SkNEW_ARGS(AAClipBuilderBench, (p, true, false)); } function
270 static BenchRegistry gReg2(Fact2);
H A DRTreeBench.cpp203 static inline SkBenchmark* Fact2(void* p) { function
218 static BenchRegistry gReg2(Fact2);

Completed in 1592 milliseconds