Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DReduceTest.java433 private static final int histogramBucketCount = 256; field in ReduceTest
439 … Allocation outputAllocation = Allocation.createSized(mRS, Element.U32(mRS), histogramBucketCount); in histogram()
445 int[] outputArrayMistyped = new int[histogramBucketCount]; in histogram()
448 long[] outputArray = new long[histogramBucketCount]; in histogram()
449 for (int i = 0; i < histogramBucketCount; ++i) in histogram()
462 assertEquals("javaRslt unexpected length", histogramBucketCount, javaRslt.length); in testHistogram()
464 assertEquals("rsRslt unexpected length", histogramBucketCount, rsRslt.length); in testHistogram()
466 for (int i = 0; i < histogramBucketCount; ++i) { in testHistogram()