Home
last modified time | relevance | path

Searched defs:getBitmapBytes (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/
H A DBufferUtils.kt468 fun getBitmapBytes(bitmap: Bitmap): ByteArray { in getBitmapBytes() method
/aosp_15_r20/frameworks/rs/toolkit/test/
H A DBufferUtils.kt468 fun getBitmapBytes(bitmap: Bitmap): ByteArray { in getBitmapBytes() method
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/migration/
DDataMigrationTest.java162 private static byte[] getBitmapBytes(Bitmap bitmap) { in getBitmapBytes() method in DataMigrationTest