Searched defs:hwBitmap (Results 1 – 3 of 3) sorted by relevance
| /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
| D | CanvasTests.java | 228 Bitmap hwBitmap = getImmutableBitmap().copy(Bitmap.Config.HARDWARE, false); in testDrawHwBitmap_inSwCanvas() local 235 Bitmap hwBitmap = getImmutableBitmap().copy(Bitmap.Config.HARDWARE, false); in testDrawHwBitmap_inPictureCanvas_inSwCanvas() local 245 Bitmap hwBitmap = getImmutableBitmap().copy(Bitmap.Config.HARDWARE, false); in testDrawHwBitmap_inPictureCanvas_inPictureCanvas_inSwCanvas() local 259 Bitmap hwBitmap = getImmutableBitmap().copy(Bitmap.Config.HARDWARE, false); in testHwBitmapShaderInSwCanvas1() local 272 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 | 2162 Bitmap hwBitmap = BitmapFactory.decodeResource(mRes, R.drawable.start, HARDWARE_OPTIONS); in testHardwareCopyPixelsFromBuffer() local 2179 Bitmap hwBitmap = bitmap.copy(Config.HARDWARE, false); in testCopyHWBitmapInStrictMode() local 2188 Bitmap hwBitmap = bitmap.copy(Config.HARDWARE, false); in testCreateScaledFromHWInStrictMode() local 2197 Bitmap hwBitmap = bitmap.copy(Config.HARDWARE, false); in testExtractAlphaFromHWInStrictMode() local 2214 Bitmap hwBitmap = mBitmap.copy(Config.HARDWARE, false); in testParcelHWInStrictMode() local 2223 Bitmap hwBitmap = bitmap.copy(Config.HARDWARE, false); in testSameAsFirstHWInStrictMode() local 2232 Bitmap hwBitmap = bitmap.copy(Config.HARDWARE, false); in testSameAsSecondHWInStrictMode() local 2621 Bitmap hwBitmap = bm.copy(Bitmap.Config.HARDWARE, false); in testNdkInfo() local 3005 Bitmap hwBitmap = bm.copy(Bitmap.Config.HARDWARE, false /* mutable */); in testCopyAlpha8ToHardware() local
|