Home
last modified time | relevance | path

Searched refs:newBlue (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/toolkit/test/
DIntrinsicLut.kt39 newBlue: ByteArray, in intrinsicLut()
59 scriptLut.setBlue(v, newBlue[v].toUByte().toInt()) in intrinsicLut()
86 newBlue: ByteArray, in intrinsicLut()
100 scriptLut.setBlue(v, newBlue[v].toUByte().toInt()) in intrinsicLut()
DAllTests.kt725 val newBlue = randomByteArray(0x32D4F27, 256, 1, 1) in <lambda>() constant
729 table.blue = newBlue in <lambda>()
735 renderscriptContext, inputArray, sizeX, sizeY, newRed, newGreen, newBlue, newAlpha, in <lambda>()
752 logArray("LUT blue ", newBlue, 256) in <lambda>()
769 val newBlue = randomByteArray(0x32D4F27, 256, 1, 1) in <lambda>() constant
773 table.blue = newBlue in <lambda>()
779 renderscriptContext, bitmap, newRed, newGreen, newBlue, newAlpha, restriction in <lambda>()
802 logArray("LutBitmap blue ", newBlue, 256) in <lambda>()