Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DReduceTest.java568 Allocation inputI32 = Allocation.createSized(mRS, Element.I32(mRS), 1); in testBadSumXorInputWrongType() local
582 mScript.reduce_sumxor(inputI32, badInput[i]); in testBadSumXorInputWrongType()
588 mScript.reduce_sumxor(badInput[i], inputI32); in testBadSumXorInputWrongType()
594 inputI32.destroy(); in testBadSumXorInputWrongType()