Searched refs:elt (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ReduceTest.java | 94 private Allocation createInputAllocation(Element elt, int xlen, int ylen, int zlen) { in createInputAllocation() argument 101 alloc = Allocation.createTyped(mRS, Type.createXYZ(mRS, elt, xlen, ylen, zlen)); in createInputAllocation() 103 alloc = Allocation.createTyped(mRS, Type.createXY(mRS, elt, xlen, ylen)); in createInputAllocation() 105 alloc = Allocation.createSized(mRS, elt, xlen); in createInputAllocation() 106 if (elt.getVectorSize() == 3) in createInputAllocation() 117 private Allocation[] createInputAllocations(Element elt, int max) { in createInputAllocations() argument 128 alloc[count++] = createInputAllocation(elt, xlen, ylen, zlen); in createInputAllocations()
|