Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DImageProcessingTest.java203 ScriptIntrinsicConvolve3x3 mConvolve3x3; in testConvolve3x3() local
204 mConvolve3x3 = ScriptIntrinsicConvolve3x3.create(mRS, Element.U8_4(mRS)); in testConvolve3x3()
217 mConvolve3x3.setCoefficients(f); in testConvolve3x3()
218 mConvolve3x3.setInput(a1_copy); in testConvolve3x3()
219 mConvolve3x3.forEach(a2_copy); in testConvolve3x3()
294 ScriptIntrinsicConvolve3x3 mConvolve3x3; in testScriptGroup() local
297 mConvolve3x3 = ScriptIntrinsicConvolve3x3.create(mRS, Element.U8_4(mRS)); in testScriptGroup()
311 mConvolve3x3.setCoefficients(f); in testScriptGroup()
322 b.addKernel(mConvolve3x3.getKernelID()); in testScriptGroup()
324 b.addConnection(connect, mConvolve3x3.getKernelID(), mColorMatrix.getKernelID()); in testScriptGroup()
[all …]
DScriptGroupTest.java110 ScriptIntrinsicConvolve3x3 mConvolve3x3; in testScriptGroupFieldConnection() local
113 mConvolve3x3 = ScriptIntrinsicConvolve3x3.create(mRS, Element.U8_4(mRS)); in testScriptGroupFieldConnection()
125 mConvolve3x3.setCoefficients(f); in testScriptGroupFieldConnection()
135 b.addKernel(mConvolve3x3.getKernelID()); in testScriptGroupFieldConnection()
136 b.addConnection(connect, mColorMatrix.getKernelID(), mConvolve3x3.getFieldID_Input()); in testScriptGroupFieldConnection()
140 group.setOutput(mConvolve3x3.getKernelID(), a2_copy); in testScriptGroupFieldConnection()
151 ScriptIntrinsicConvolve3x3 mConvolve3x3, mConvolve3x32; in testScriptGroupDisconnectedDAG() local
154 mConvolve3x3 = ScriptIntrinsicConvolve3x3.create(mRS, Element.U8_4(mRS)); in testScriptGroupDisconnectedDAG()
168 mConvolve3x3.setCoefficients(f); in testScriptGroupDisconnectedDAG()
181 b.addKernel(mConvolve3x3.getKernelID()); in testScriptGroupDisconnectedDAG()
[all …]