Searched refs:node4 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ScriptGroupTest.java | 231 ScriptC_scriptgroup node1, node2, node3, node4, node5, compare; in testScriptGroupTorture() local 235 node4 = new ScriptC_scriptgroup(mRS); in testScriptGroupTorture() 255 node4.set_arith_operation(0); in testScriptGroupTorture() 259 node4.set_arith_use_rs_allocation(1); in testScriptGroupTorture() 269 b.addKernel(node4.getKernelID_arith()); in testScriptGroupTorture() 274 b.addConnection(connect, node2.getKernelID_arith(), node4.getFieldID_arith_rs_input()); in testScriptGroupTorture() 275 b.addConnection(connect, node3.getKernelID_arith(), node4.getKernelID_arith()); in testScriptGroupTorture() 276 b.addConnection(connect, node4.getKernelID_arith(), node5.getKernelID_arith()); in testScriptGroupTorture() 296 node4.destroy(); in testScriptGroupTorture()
|