Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DReduceTest.java570 Allocation badInput[] = new Allocation[]{ in testBadSumXorInputWrongType() local
580 for (int i = 0; i < badInput.length; ++i) { in testBadSumXorInputWrongType()
582 mScript.reduce_sumxor(inputI32, badInput[i]); in testBadSumXorInputWrongType()
588 mScript.reduce_sumxor(badInput[i], inputI32); in testBadSumXorInputWrongType()
595 for (Allocation a : badInput) { in testBadSumXorInputWrongType()