Home
last modified time | relevance | path

Searched refs:BitmapDecodeBench (Results 1 – 1 of 1) sorted by relevance

/external/skia/bench/
DDecodeBench.cpp40 class BitmapDecodeBench final : public DecodeBench { class
42 BitmapDecodeBench(const char* name, const char* source) in BitmapDecodeBench() function in BitmapDecodeBench
230 DEF_BENCH(return new BitmapDecodeBench("png_large" /*1600x1600*/, "images/mandrill_1600.png"));
231 DEF_BENCH(return new BitmapDecodeBench("png_medium" /* 512x 512*/, "images/mandrill_512.png"));
232 DEF_BENCH(return new BitmapDecodeBench("png_small" /* 32x 32*/, "images/mandrill_32.png"));
233 DEF_BENCH(return new BitmapDecodeBench("png_phonehub_connecting" , "images/Connecting.png"));
234 DEF_BENCH(return new BitmapDecodeBench("png_phonehub_generic_error", "images/Generic_Error.png"));
235 DEF_BENCH(return new BitmapDecodeBench("png_phonehub_onboard" , "images/Onboard.png"));