OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wrapHardwareBuffer
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/
SurfacePixelValidator2.java
82
Bitmap capture = Bitmap.
wrapHardwareBuffer
(
94
Bitmap hwBitmap = Bitmap.
wrapHardwareBuffer
(image.getHardwareBuffer(), null);
/cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java
553
Bitmap bitmap = Bitmap.
wrapHardwareBuffer
(hwBuffer, ColorSpace.get(Named.SRGB));
563
Bitmap bitmap = Bitmap.
wrapHardwareBuffer
(hwBuffer, ColorSpace.get(Named.SRGB));
571
Bitmap bitmap = Bitmap.
wrapHardwareBuffer
(hwBuffer, ColorSpace.get(Named.CIE_LAB));
[
all
...]
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
HardwareRendererTests.kt
226
val bitmap = Bitmap.
wrapHardwareBuffer
(buffer, null)
Completed in 477 milliseconds