Searched refs:DecodeBench (Results 1 - 2 of 2) sorted by relevance

/external/skia/bench/
H A DDecodeBench.cpp10 class DecodeBench : public SkBenchmark { class in inherits:SkBenchmark
16 DecodeBench(void* param, SkBitmap::Config c) : SkBenchmark(param) { function in class:DecodeBench
49 static SkBenchmark* Fact0(void* p) { return new DecodeBench(p, SkBitmap::kARGB_8888_Config); }
50 static SkBenchmark* Fact1(void* p) { return new DecodeBench(p, SkBitmap::kRGB_565_Config); }
51 static SkBenchmark* Fact2(void* p) { return new DecodeBench(p, SkBitmap::kARGB_4444_Config); }
H A DAndroid.mk10 DecodeBench.cpp \

Completed in 94 milliseconds