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.java204 ScriptC_scriptgroup node1, node2, node3, node4, node5, compare; in testScriptGroupTorture() local
205 node1 = new ScriptC_scriptgroup(mRS); in testScriptGroupTorture()
220 node1.set_memset_toValue(1); in testScriptGroupTorture()
221 node1.forEach_memset(in1); in testScriptGroupTorture()
222 node1.set_memset_toValue(2); in testScriptGroupTorture()
223 node1.forEach_memset(in2); in testScriptGroupTorture()
225 node1.set_arith_operation(2); in testScriptGroupTorture()
234 node1.set_arith_value(5); in testScriptGroupTorture()
239 b.addKernel(node1.getKernelID_arith()); in testScriptGroupTorture()
245 b.addConnection(connect, node1.getKernelID_arith(), node2.getKernelID_arith()); in testScriptGroupTorture()
[all …]