Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DAImageDecoderTest.java135 nTestInfo(aimagedecoder, record.width, record.height, "image/png", in testCreateBuffer()
148 nTestInfo(aimagedecoder, record.width, record.height, "image/png", in testCreateFd()
159 nTestInfo(aimagedecoder, record.width, record.height, "image/png", in testCreateAsset()
184 nTestInfo(aimagedecoder, record.width, record.height, record.mimeType, in testCreateFdResources()
201 nTestInfo(aimagedecoder, record.width, record.height, record.mimeType, in testCreateFdOffset()
920 nTestInfo(aimagedecoder, 100, 80, mimeType, false,
1022 nTestInfo(aimagedecoder, width, height, toMimeType(format), false, dataSpace);
1074 nTestInfo(aimagedecoder, 32, 32, "image/jpeg", false, DataSpace.ADATASPACE_UNKNOWN);
1188 private static native void nTestInfo(long aimagedecoder, int width, int height,
DBitmapTest.java2565 nTestInfo(bm, expectedFormat, width, height, bm.hasAlpha(), in testNdkInfo()
2581 nTestInfo(hwBitmap, tempExpectedFormat, width, height, hwBitmap.hasAlpha(), in testNdkInfo()
2906 private static native void nTestInfo(Bitmap bm, int androidBitmapFormat, int width, int height, in nTestInfo() method