Home
last modified time | relevance | path

Searched refs:node1 (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
232 node1 = new ScriptC_scriptgroup(mRS); in testScriptGroupTorture()
247 node1.set_memset_toValue(1); in testScriptGroupTorture()
248 node1.forEach_memset(in1); in testScriptGroupTorture()
249 node1.set_memset_toValue(2); in testScriptGroupTorture()
250 node1.forEach_memset(in2); in testScriptGroupTorture()
252 node1.set_arith_operation(2); in testScriptGroupTorture()
261 node1.set_arith_value(5); in testScriptGroupTorture()
266 b.addKernel(node1.getKernelID_arith()); in testScriptGroupTorture()
272 b.addConnection(connect, node1.getKernelID_arith(), node2.getKernelID_arith()); in testScriptGroupTorture()
[all …]