Searched refs:getBitmapBytes (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/toolkit/test/ |
D | AllTests.kt | 192 val referenceDestArray = getBitmapBytes(referenceDestBitmap) in <lambda>() 195 mode, getBitmapBytes(sourceBitmap), referenceDestArray, sourceBitmap.width, in <lambda>() 200 val intrinsicDestArray = getBitmapBytes(intrinsicDestBitmap) in <lambda>() 201 val toolkitDestArray = getBitmapBytes(toolkitDestBitmap) in <lambda>() 277 getBitmapBytes(bitmap), in <lambda>() 286 val toolkitOutArray = getBitmapBytes(toolkitOutBitmap) in <lambda>() 423 getBitmapBytes(bitmap), vectorSizeOfBitmap(bitmap), bitmap.width, bitmap.height, in <lambda>() 428 val toolkitOutArray = getBitmapBytes(toolkitOutBitmap) in <lambda>() 517 getBitmapBytes(bitmap), vectorSizeOfBitmap(bitmap), bitmap.width, bitmap.height, in <lambda>() 523 val toolkitOutArray = getBitmapBytes(toolkitOutBitmap) in <lambda>() [all …]
|
D | BufferUtils.kt | 468 fun getBitmapBytes(bitmap: Bitmap): ByteArray { in getBitmapBytes() method
|