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

/external/skia/bench/
H A DDecodeBench.cpp17 class DecodeBench : public SkBenchmark { class in inherits:SkBenchmark
23 DecodeBench(void* param, SkBitmap::Config c) : SkBenchmark(param) { function in class:DecodeBench
56 static SkBenchmark* Fact0(void* p) { return new DecodeBench(p, SkBitmap::kARGB_8888_Config); }
57 static SkBenchmark* Fact1(void* p) { return new DecodeBench(p, SkBitmap::kRGB_565_Config); }
58 static SkBenchmark* Fact2(void* p) { return new DecodeBench(p, SkBitmap::kARGB_4444_Config); }
H A DAndroid.mk17 DecodeBench.cpp \

Completed in 56 milliseconds