Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_reduce.java855 Allocation inputAllocationA = Allocation.createSized(RS, Element.I32(RS), len); in sumgcd() local
860 inputAllocationA.copyFrom(inputArrayA); in sumgcd()
864 final long rsRslt = s.reduce_sumgcd(inputAllocationA, inputAllocationB).get(); in sumgcd()
870 inputAllocationA, inputAllocationB), in sumgcd()
872 inputAllocationA.destroy(); in sumgcd()