Home
last modified time | relevance | path

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

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