Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DReduceTest.java430 int[] outputArrayMistyped = new int[histogramBucketCount]; in histogram() local
431 outputAllocation.copyTo(outputArrayMistyped); in histogram()
435 outputArray[i] = outputArrayMistyped[i] & (long)0xffffffff; in histogram()