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.java349 assertEquals(ANDROID_BITMAP_FORMAT_RGB_565, nGetFormat(ret)); in testCreateBitmap1()
372 assertEquals(ANDROID_BITMAP_FORMAT_RGBA_8888, nGetFormat(mBitmap)); in testCreateBitmap2()
2424 int expectedFormat = nGetFormat(original); in testAsShared()
2501 int nativeFormat = nGetFormat(bm); in testNdkFormats()
2518 int nativeFormat = nGetFormat(bm); in testNdkFormatsHardware()
2888 static native int nGetFormat(Bitmap bitmap); in nGetFormat() method
DImageDecoderTest.java2539 BitmapTest.nGetFormat(bm)); in testTargetColorSpaceNoF16HARDWARE()