HomeSort by relevance Sort by last modified time
    Searched refs:DecodeBench (Results 1 - 2 of 2) sorted by null

  /external/skia/bench/
DecodeBench.cpp 17 class DecodeBench : public SkBenchmark {
23 DecodeBench(void* param, SkBitmap::Config c) : SkBenchmark(param) {
57 static SkBenchmark* Fact0(void* p) { return new DecodeBench(p, SkBitmap::kARGB_8888_Config); }
58 static SkBenchmark* Fact1(void* p) { return new DecodeBench(p, SkBitmap::kRGB_565_Config); }
59 static SkBenchmark* Fact2(void* p) { return new DecodeBench(p, SkBitmap::kARGB_4444_Config); }
Android.mk 29 DecodeBench.cpp \

Completed in 579 milliseconds