Searched defs:hwBitmap (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | CanvasTests.java | 171 Bitmap hwBitmap = getImmutableBitmap().copy(Bitmap.Config.HARDWARE, false); in testDrawHwBitmap_inSwCanvas() local 178 Bitmap hwBitmap = getImmutableBitmap().copy(Bitmap.Config.HARDWARE, false); in testDrawHwBitmap_inPictureCanvas_inSwCanvas() local 188 Bitmap hwBitmap = getImmutableBitmap().copy(Bitmap.Config.HARDWARE, false); in testDrawHwBitmap_inPictureCanvas_inPictureCanvas_inSwCanvas() local 202 Bitmap hwBitmap = getImmutableBitmap().copy(Bitmap.Config.HARDWARE, false); in testHwBitmapShaderInSwCanvas1() local 215 Bitmap hwBitmap = getImmutableBitmap().copy(Bitmap.Config.HARDWARE, false); in testHwBitmapShaderInSwCanvas2() local
|
D | HardwareBitmapTests.java | 305 Bitmap hwBitmap = bitmap.copy(Bitmap.Config.HARDWARE, false); in testHardwareExtractAlpha() local
|
/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/ |
D | SurfacePixelValidator2.java | 94 Bitmap hwBitmap = Bitmap.wrapHardwareBuffer(image.getHardwareBuffer(), null); in getPixels() local
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapTest.java | 1881 Bitmap hwBitmap = BitmapFactory.decodeResource(mRes, R.drawable.start, HARDWARE_OPTIONS); in testHardwareCopyPixelsFromBuffer() local 1898 Bitmap hwBitmap = bitmap.copy(Config.HARDWARE, false); in testCopyHWBitmapInStrictMode() local 1907 Bitmap hwBitmap = bitmap.copy(Config.HARDWARE, false); in testCreateScaledFromHWInStrictMode() local 1916 Bitmap hwBitmap = bitmap.copy(Config.HARDWARE, false); in testExtractAlphaFromHWInStrictMode() local 1933 Bitmap hwBitmap = mBitmap.copy(Config.HARDWARE, false); in testParcelHWInStrictMode() local 1942 Bitmap hwBitmap = bitmap.copy(Config.HARDWARE, false); in testSameAsFirstHWInStrictMode() local 1951 Bitmap hwBitmap = bitmap.copy(Config.HARDWARE, false); in testSameAsSecondHWInStrictMode() local
|