Home
last modified time | relevance | path

Searched refs:node5 (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
209 node5 = new ScriptC_scriptgroup(mRS); in testScriptGroupTorture()
229 node5.set_arith_operation(1); in testScriptGroupTorture()
236 node5.set_arith_value(7); in testScriptGroupTorture()
243 b.addKernel(node5.getKernelID_arith()); in testScriptGroupTorture()
249 b.addConnection(connect, node4.getKernelID_arith(), node5.getKernelID_arith()); in testScriptGroupTorture()
255 group.setOutput(node5.getKernelID_arith(), out); in testScriptGroupTorture()