Searched refs:ConfigToFormat (Results 1 – 1 of 1) sorted by relevance
2498 for (ConfigToFormat pair : CONFIG_TO_FORMAT) { in testNdkFormats()2508 for (ConfigToFormat pair : CONFIG_TO_FORMAT) { in testNdkFormatsHardware()2859 private static class ConfigToFormat { class2863 ConfigToFormat(Config c, int f) { in ConfigToFormat() method in ConfigToFormat2870 for (ConfigToFormat pair : CONFIG_TO_FORMAT) { in configToFormat()2878 private static final ConfigToFormat[] CONFIG_TO_FORMAT = new ConfigToFormat[] {2879 new ConfigToFormat(Bitmap.Config.ARGB_8888, ANDROID_BITMAP_FORMAT_RGBA_8888),2881 new ConfigToFormat(Bitmap.Config.ARGB_4444, ANDROID_BITMAP_FORMAT_RGBA_8888),2882 new ConfigToFormat(Bitmap.Config.RGB_565, ANDROID_BITMAP_FORMAT_RGB_565),2883 new ConfigToFormat(Bitmap.Config.ALPHA_8, ANDROID_BITMAP_FORMAT_A_8),[all …]