Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DReduceTest.java117 private Allocation[] createInputAllocations(Element elt, int max) { in createInputAllocations() method in ReduceTest
511 Allocation[] inputs = createInputAllocations(Element.I32(mRS), 3); in testBadSumXorInputDimensionMismatch()
628 Allocation[] allocs1 = createInputAllocations(Element.I8(mRS), 3); in testBadSillySumInputDimensionMismatch()
629 Allocation[] allocs2 = createInputAllocations(Element.F32(mRS), 3); in testBadSillySumInputDimensionMismatch()
630 Allocation[] allocs3 = createInputAllocations(Element.I32_3(mRS), 3); in testBadSillySumInputDimensionMismatch()