Searched defs:hardwareBitmap (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
H A D | HardwareBitmapTests.java | 79 Bitmap hardwareBitmap = BitmapFactory.decodeResource(mRes, R.drawable.robot, in testDecodeResource() local 98 Bitmap hardwareBitmap = Bitmap.createBitmap(picture); in testCreateFromPicture() local 109 Bitmap hardwareBitmap = BitmapFactory.decodeResource(mRes, R.drawable.robot, in testReadbackThroughPicture() local 129 Bitmap hardwareBitmap = BitmapFactory.decodeResource(mRes, R.drawable.robot, in testReadbackThroughPictureNoEndRecording() local 173 Bitmap hardwareBitmap = decoder.decodeRegion(new Rect(10, 15, 34, 39), in testBitmapRegionDecode() local 207 Bitmap hardwareBitmap = BitmapFactory.decodeResource(mRes, R.drawable.robot, in testSetDensity() local 229 Bitmap hardwareBitmap = BitmapFactory.decodeResource(mRes, R.drawable.robot, in testCreateIdentityBitmap() local 238 Bitmap hardwareBitmap = BitmapFactory.decodeResource(mRes, R.drawable.robot, in testCreateScaledBitmap() local 250 Bitmap hardwareBitmap = BitmapFactory.decodeResource(mRes, R.drawable.robot, in testCreateSubsetBitmap() local 264 Bitmap hardwareBitmap = BitmapFactory.decodeResource(mRes, R.drawable.robot, in testCreateTransformedBitmap() local [all …]
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/graphics/ |
H A D | BitmapTest.java | 248 Bitmap hardwareBitmap = in testWrapHardwareBufferWithSrgbColorSpace() local 262 Bitmap hardwareBitmap = Bitmap.wrapHardwareBuffer( in testWrapHardwareBufferWithDisplayP3ColorSpace() local
|
/aosp_15_r20/frameworks/base/libs/hwui/tests/common/scenes/ |
H A D | HwBitmap565.cpp | 39 sk_sp<Bitmap> hardwareBitmap = BitmapAllocationTestUtils::allocateHardwareBitmap( in createContent() local
|
H A D | ReadbackFromHardwareBitmap.cpp | 50 sk_sp<Bitmap> hardwareBitmap(createHardwareBitmap()); in createContent() local
|
H A D | HwBitmapInCompositeShader.cpp | 55 sk_sp<Bitmap> hardwareBitmap(Bitmap::createFrom(buffer->toAHardwareBuffer(), in createContent() local
|
/aosp_15_r20/frameworks/base/libs/hwui/jni/ |
H A D | BitmapRegionDecoder.cpp | 445 sk_sp<Bitmap> hardwareBitmap = Bitmap::allocateHardwareBitmap(bitmap); in nativeDecodeRegion() local
|
H A D | BitmapFactory.cpp | 644 sk_sp<Bitmap> hardwareBitmap = Bitmap::allocateHardwareBitmap(outputBitmap); in doDecode() local
|
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/ |
H A D | BitmapRegionDecoderTest.java | 441 Bitmap hardwareBitmap = decoder.decodeRegion(new Rect(0, 0, 10, 10), options); in testDecodeHardwareBitmap() local
|
H A D | BitmapTest.java | 431 Bitmap hardwareBitmap = BitmapFactory.decodeResource(mRes, R.drawable.robot, in testCreateBitmapFromHardwareBitmap() local 1172 Bitmap hardwareBitmap = BitmapFactory.decodeResource(mRes, R.drawable.robot, in testGetConfig() local
|
H A D | BitmapFactoryTest.java | 805 Bitmap hardwareBitmap = BitmapFactory.decodeResource(mRes, R.drawable.robot, options); in testDecodeHardwareBitmap() local
|