Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java2506 for (ConfigToFormat pair : CONFIG_TO_FORMAT) { in testNdkFormats()
2516 for (ConfigToFormat pair : CONFIG_TO_FORMAT) { in testNdkFormatsHardware()
2876 private static class ConfigToFormat { class
2880 ConfigToFormat(Config c, int f) { in ConfigToFormat() method in ConfigToFormat
2887 for (ConfigToFormat pair : CONFIG_TO_FORMAT) { in configToFormat()
2895 private static final ConfigToFormat[] CONFIG_TO_FORMAT = new ConfigToFormat[] {
2896 new ConfigToFormat(Bitmap.Config.ARGB_8888, ANDROID_BITMAP_FORMAT_RGBA_8888),
2898 new ConfigToFormat(Bitmap.Config.ARGB_4444, ANDROID_BITMAP_FORMAT_RGBA_8888),
2899 new ConfigToFormat(Bitmap.Config.RGB_565, ANDROID_BITMAP_FORMAT_RGB_565),
2900 new ConfigToFormat(Bitmap.Config.ALPHA_8, ANDROID_BITMAP_FORMAT_A_8),
[all …]