Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_AImageDecoderTest.cpp202 ASSERT_EQ(ANDROID_BITMAP_FORMAT_RGBA_F16, format); in testInfo()
315 ASSERT_EQ(ANDROID_BITMAP_FORMAT_RGBA_F16, format); in testSetFormat()
344 for (auto newFormat : { ANDROID_BITMAP_FORMAT_RGBA_8888, ANDROID_BITMAP_FORMAT_RGBA_F16 }) { in testSetFormat()
388 case ANDROID_BITMAP_FORMAT_RGBA_F16: in bytesPerPixel()
409 ASSERT_EQ(bytesPerPixel(ANDROID_BITMAP_FORMAT_RGBA_F16) * width, stride); in testGetMinimumStride()
431 for (auto newFormat : { ANDROID_BITMAP_FORMAT_RGBA_8888, ANDROID_BITMAP_FORMAT_RGBA_F16 }) { in testGetMinimumStride()
644 ANDROID_BITMAP_FORMAT_RGBA_F16, in testDecodeStride()
/cts/tests/tests/graphics/src/android/graphics/cts/
DAImageDecoderTest.java81 private static final int ANDROID_BITMAP_FORMAT_RGBA_F16 = 9; field in AImageDecoderTest
478 nTestDecode(aimagedecoder, ANDROID_BITMAP_FORMAT_RGBA_F16, unpremul, bm);
499 nTestDecode(aimagedecoder, ANDROID_BITMAP_FORMAT_RGBA_F16, unpremul, bm);
DBitmapTest.java2532 || nativeFormat == ANDROID_BITMAP_FORMAT_RGBA_F16); in testNdkFormatsHardware()
2550 new Object[] { Config.RGBA_F16, ANDROID_BITMAP_FORMAT_RGBA_F16 }, in parametersForTestNdkInfo()
2874 private static final int ANDROID_BITMAP_FORMAT_RGBA_F16 = 9;
2901 new ConfigToFormat(Bitmap.Config.RGBA_F16, ANDROID_BITMAP_FORMAT_RGBA_F16),