Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/bench/
H A DDecodeBench.cpp44 class BitmapDecodeBench final : public DecodeBench { class
46 BitmapDecodeBench(const char* name, const char* source) in BitmapDecodeBench() function in BitmapDecodeBench
238 DEF_BENCH(return new BitmapDecodeBench("png_large" /*1600x1600*/, "images/mandrill_1600.png"));
239 DEF_BENCH(return new BitmapDecodeBench("png_medium" /* 512x 512*/, "images/mandrill_512.png"));
240 DEF_BENCH(return new BitmapDecodeBench("png_small" /* 32x 32*/, "images/mandrill_32.png"));
241 DEF_BENCH(return new BitmapDecodeBench("png_phonehub_connecting" , "images/Connecting.png"));
242 DEF_BENCH(return new BitmapDecodeBench("png_phonehub_generic_error", "images/Generic_Error.png"));
243 DEF_BENCH(return new BitmapDecodeBench("png_phonehub_onboard" , "images/Onboard.png"));