Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DScriptGroupTest.java439 Allocation input1 = Allocation.createSized(mRS, Element.I32_4(mRS), ARRAY_SIZE); in testBuilder2KernelOutputToGlobal() local
464 ((Allocation)group.execute(input, input1)[0]).copyTo(a); in testBuilder2KernelOutputToGlobal()