Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DScriptGroupTest.java231 ScriptC_scriptgroup node1, node2, node3, node4, node5, compare; in testScriptGroupTorture() local
233 node2 = new ScriptC_scriptgroup(mRS); in testScriptGroupTorture()
253 node2.set_arith_operation(1); in testScriptGroupTorture()
262 node2.set_arith_value(3); in testScriptGroupTorture()
267 b.addKernel(node2.getKernelID_arith()); in testScriptGroupTorture()
272 b.addConnection(connect, node1.getKernelID_arith(), node2.getKernelID_arith()); in testScriptGroupTorture()
274 b.addConnection(connect, node2.getKernelID_arith(), node4.getFieldID_arith_rs_input()); in testScriptGroupTorture()
294 node2.destroy(); in testScriptGroupTorture()