Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DImageProcessingTest.java726 ScriptIntrinsicConvolve5x5 mConvolve5x5; in testConvolve5x5() local
727 mConvolve5x5 = ScriptIntrinsicConvolve5x5.create(mRS, Element.U8_4(mRS)); in testConvolve5x5()
742 mConvolve5x5.setCoefficients(f); in testConvolve5x5()
743 mConvolve5x5.setInput(a1_copy); in testConvolve5x5()
744 mConvolve5x5.forEach(a2_copy); in testConvolve5x5()
748 mConvolve5x5.destroy(); in testConvolve5x5()