Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DImageProcessingTest.java752 ScriptIntrinsicLUT mLUT; in testLUT() local
753 mLUT = ScriptIntrinsicLUT.create(mRS, Element.U8_4(mRS)); in testLUT()
771 mLUT.setRed(ct, (int)(r * 255.f + 0.5f)); in testLUT()
780 mLUT.setGreen(ct, (int)(g * 255.f + 0.5f)); in testLUT()
783 mLUT.setBlue(ct, (int)(b * 255.f + 0.5f)); in testLUT()
786 mLUT.forEach(a1_copy, a2_copy); in testLUT()
790 mLUT.destroy(); in testLUT()