Searched defs:hwBitmap (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | CanvasTests.java | 281 Bitmap hwBitmap = getImmutableBitmap().copy(Bitmap.Config.HARDWARE, false); in testDrawHwBitmap_inSwCanvas() local 288 Bitmap hwBitmap = getImmutableBitmap().copy(Bitmap.Config.HARDWARE, false); in testDrawHwBitmap_inPictureCanvas_inSwCanvas() local 298 Bitmap hwBitmap = getImmutableBitmap().copy(Bitmap.Config.HARDWARE, false); in testDrawHwBitmap_inPictureCanvas_inPictureCanvas_inSwCanvas() local 312 Bitmap hwBitmap = getImmutableBitmap().copy(Bitmap.Config.HARDWARE, false); in testHwBitmapShaderInSwCanvas1() local 325 Bitmap hwBitmap = getImmutableBitmap().copy(Bitmap.Config.HARDWARE, false); in testHwBitmapShaderInSwCanvas2() local
|
D | HardwareBitmapTests.java | 299 Bitmap hwBitmap = bitmap.copy(Bitmap.Config.HARDWARE, false); in testHardwareExtractAlpha() local
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapTest.java | 2176 Bitmap hwBitmap = BitmapFactory.decodeResource(mRes, R.drawable.start, HARDWARE_OPTIONS); in testHardwareCopyPixelsFromBuffer() local 2193 Bitmap hwBitmap = bitmap.copy(Config.HARDWARE, false); in testCopyHWBitmapInStrictMode() local 2202 Bitmap hwBitmap = bitmap.copy(Config.HARDWARE, false); in testCreateScaledFromHWInStrictMode() local 2211 Bitmap hwBitmap = bitmap.copy(Config.HARDWARE, false); in testExtractAlphaFromHWInStrictMode() local 2228 Bitmap hwBitmap = mBitmap.copy(Config.HARDWARE, false); in testParcelHWInStrictMode() local 2237 Bitmap hwBitmap = bitmap.copy(Config.HARDWARE, false); in testSameAsFirstHWInStrictMode() local 2246 Bitmap hwBitmap = bitmap.copy(Config.HARDWARE, false); in testSameAsSecondHWInStrictMode() local 2555 Bitmap hwBitmap = bm.copy(Bitmap.Config.HARDWARE, false); in testNdkInfo() local 2933 Bitmap hwBitmap = bm.copy(Bitmap.Config.HARDWARE, false /* mutable */); in testCopyAlpha8ToHardware() local
|