Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_BitmapTest.cpp86 info.format = ANDROID_BITMAP_FORMAT_NONE; in getFormat()
91 return ANDROID_BITMAP_FORMAT_NONE; in getFormat()
324 mBadInfo.format = ANDROID_BITMAP_FORMAT_NONE; in next()
Dandroid_graphics_cts_AImageDecoderTest.cpp140 ASSERT_EQ(ANDROID_BITMAP_FORMAT_NONE, format); in testNullDecoder()
338 for (auto newFormat : { ANDROID_BITMAP_FORMAT_RGBA_4444, ANDROID_BITMAP_FORMAT_NONE }) { in testSetFormat()
390 case ANDROID_BITMAP_FORMAT_NONE: in bytesPerPixel()
435 for (auto badFormat : { ANDROID_BITMAP_FORMAT_RGBA_4444, ANDROID_BITMAP_FORMAT_NONE }) { in testGetMinimumStride()
516 if (androidBitmapFormat == ANDROID_BITMAP_FORMAT_NONE) { in testDecode()
/cts/tests/tests/graphics/src/android/graphics/cts/
DAImageDecoderTest.java78 private static final int ANDROID_BITMAP_FORMAT_NONE = 0; field in AImageDecoderTest
325 nTestDecode(aimagedecoder, ANDROID_BITMAP_FORMAT_NONE, unpremul, bm); in testDecode()
337 nTestDecode(aimagedecoder, ANDROID_BITMAP_FORMAT_NONE, unpremul, bm); in testDecodeResources()
930 nTestDecode(aimagedecoder, ANDROID_BITMAP_FORMAT_NONE, false /* unpremul */, bm);
1092 nTestDecode(aimagedecoder, ANDROID_BITMAP_FORMAT_NONE, false /* unpremul */, bm);
DBitmapTest.java2870 private static final int ANDROID_BITMAP_FORMAT_NONE = 0;
2892 return ANDROID_BITMAP_FORMAT_NONE; in configToFormat()