Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DScriptGroupTest.java204 ScriptC_scriptgroup node1, node2, node3, node4, node5, compare; in testScriptGroupTorture() local
207 node3 = new ScriptC_scriptgroup(mRS); in testScriptGroupTorture()
227 node3.set_arith_operation(0); in testScriptGroupTorture()
231 node3.set_arith_use_rs_allocation(1); in testScriptGroupTorture()
241 b.addKernel(node3.getKernelID_arith()); in testScriptGroupTorture()
246 b.addConnection(connect, node1.getKernelID_arith(), node3.getFieldID_arith_rs_input()); in testScriptGroupTorture()
248 b.addConnection(connect, node3.getKernelID_arith(), node4.getKernelID_arith()); in testScriptGroupTorture()
253 group.setInput(node3.getKernelID_arith(), in2); in testScriptGroupTorture()