Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DReduceTest.java94 private Allocation createInputAllocation(Element elt, int xlen, int ylen, int zlen) { in createInputAllocation() argument
96 assertTrue((zlen==0) || (ylen >= 1)); in createInputAllocation()
100 if (zlen != 0) in createInputAllocation()
101 alloc = Allocation.createTyped(mRS, Type.createXYZ(mRS, elt, xlen, ylen, zlen)); in createInputAllocation()
127 for (int zlen = 0; zlen <= zlim; ++zlen) in createInputAllocations()
128 alloc[count++] = createInputAllocation(elt, xlen, ylen, zlen); in createInputAllocations()