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.java659 private static final int[] oorInput = createInputArrayInt(1, 22); field in ReduceTest
675 mScript.reduce_oorrSca(oorInput).get(); in testBadOorrSca()
701 mScript.reduce_oorrVec4(oorInput).get(); in testBadOorrVec4()
728 mScript.reduce_oorrArr9(oorInput).get(); in testBadOorrArr9()
753 mScript.reduce_oorrArr9Vec4(oorInput).get(); in testBadOorrArr9Vec4()