Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DReduceTest.java697 private static final int[] oorInput = createInputArrayInt(1, 22); field in ReduceTest
713 mScript.reduce_oorrSca(oorInput).get(); in testBadOorrSca()
739 mScript.reduce_oorrVec4(oorInput).get(); in testBadOorrVec4()
766 mScript.reduce_oorrArr9(oorInput).get(); in testBadOorrArr9()
791 mScript.reduce_oorrArr9Vec4(oorInput).get(); in testBadOorrArr9Vec4()