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.java158 nTestInfo(aimagedecoder, record.width, record.height, "image/png", in testCreateBuffer()
171 nTestInfo(aimagedecoder, record.width, record.height, "image/png", in testCreateFd()
182 nTestInfo(aimagedecoder, record.width, record.height, "image/png", in testCreateAsset()
207 nTestInfo(aimagedecoder, record.width, record.height, record.mimeType, in testCreateFdResources()
224 nTestInfo(aimagedecoder, record.width, record.height, record.mimeType, in testCreateFdOffset()
1016 nTestInfo(aimagedecoder, 100, 80, mimeType, false,
1118 nTestInfo(aimagedecoder, width, height, toMimeType(format), false, dataSpace);
1170 nTestInfo(aimagedecoder, 32, 32, "image/jpeg", false, DataSpace.ADATASPACE_UNKNOWN);
1284 private static native void nTestInfo(long aimagedecoder, int width, int height,
DBitmapTest.java2553 nTestInfo(bm, expectedFormat, width, height, bm.hasAlpha(), in testNdkInfo()
2564 nTestInfo(hwBitmap, tempExpectedFormat, width, height, hwBitmap.hasAlpha(), in testNdkInfo()
2890 private static native void nTestInfo(Bitmap bm, int androidBitmapFormat, int width, int height, in nTestInfo() method