Home
last modified time | relevance | path

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 DHardwareBitmapTests.java79 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 DBitmapTest.java248 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 DHwBitmap565.cpp39 sk_sp<Bitmap> hardwareBitmap = BitmapAllocationTestUtils::allocateHardwareBitmap( in createContent() local
H A DReadbackFromHardwareBitmap.cpp50 sk_sp<Bitmap> hardwareBitmap(createHardwareBitmap()); in createContent() local
H A DHwBitmapInCompositeShader.cpp55 sk_sp<Bitmap> hardwareBitmap(Bitmap::createFrom(buffer->toAHardwareBuffer(), in createContent() local
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A DBitmapRegionDecoder.cpp445 sk_sp<Bitmap> hardwareBitmap = Bitmap::allocateHardwareBitmap(bitmap); in nativeDecodeRegion() local
H A DBitmapFactory.cpp644 sk_sp<Bitmap> hardwareBitmap = Bitmap::allocateHardwareBitmap(outputBitmap); in doDecode() local
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DBitmapRegionDecoderTest.java441 Bitmap hardwareBitmap = decoder.decodeRegion(new Rect(0, 0, 10, 10), options); in testDecodeHardwareBitmap() local
H A DBitmapTest.java431 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 DBitmapFactoryTest.java805 Bitmap hardwareBitmap = BitmapFactory.decodeResource(mRes, R.drawable.robot, options); in testDecodeHardwareBitmap() local