Home | History | Annotate | Download | only in cts

Lines Matching defs:HARDWARE

306                     assertEquals(Bitmap.Config.HARDWARE, bm.getConfig());
396 assertNotEquals(Bitmap.Config.HARDWARE, bm.getConfig());
408 Bitmap.Config.HARDWARE, bm.getConfig());
526 assertNotEquals(Bitmap.Config.HARDWARE, bitmap.getConfig());
535 assertEquals(bitmap.getConfig(), Bitmap.Config.HARDWARE);
1101 assertNotEquals(Bitmap.Config.HARDWARE, bm.getConfig());
1622 // By default, this will decode to HARDWARE
1626 assertEquals(Bitmap.Config.HARDWARE, bm.getConfig());
1631 // Now set alpha mask, which is incompatible with HARDWARE
1641 assertNotEquals(Bitmap.Config.HARDWARE, bm.getConfig());
1706 // We do not support 565 in HARDWARE, so no RAM savings
1712 // does not support F16 in HARDWARE, "normal" is also
1713 // 8888. Its Config is HARDWARE either way, but we can
1727 // Not decoding to HARDWARE, but |normal| was. Again, if basi6a16
2069 // CTS infrastructure fails to create F16 HARDWARE Bitmaps, so this
2109 // CTS infrastructure fails to create F16 HARDWARE Bitmaps, so this