Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java346 assertEquals(ANDROID_BITMAP_FORMAT_RGB_565, nGetFormat(ret)); in testCreateBitmap1()
369 assertEquals(ANDROID_BITMAP_FORMAT_RGBA_8888, nGetFormat(mBitmap)); in testCreateBitmap2()
2436 int expectedFormat = nGetFormat(original); in testAsShared()
2509 int nativeFormat = nGetFormat(bm); in testNdkFormats()
2527 int nativeFormat = nGetFormat(bm); in testNdkFormatsHardware()
2904 static native int nGetFormat(Bitmap bitmap); in nGetFormat() method
DImageDecoderTest.java2413 BitmapTest.nGetFormat(bm)); in testTargetColorSpaceNoF16HARDWARE()