Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DReduceTest.java121 final int numAllocs = max + max*max + max*max*max; in createInputAllocations() local
122 Allocation alloc[] = new Allocation[numAllocs]; in createInputAllocations()
131 assertTrue(count == numAllocs); in createInputAllocations()