Searched +defs:u +defs:A (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AllocationTest.java | 107 Allocation A = Allocation.createSized(mRS, e, i); in createSizedHelper() local 204 int u = 0; in helperCreateFromBitmap() local 298 Allocation A = Allocation.createSized(mRS, Element.F32(mRS), nElems); in helperFloatCopy() local 324 Allocation A = Allocation.createSized(mRS, Element.I8(mRS), nElems); in helperByteCopy() local 351 Allocation A = Allocation.createSized(mRS, element, nElems); in helperShortCopy() local 377 Allocation A = Allocation.createSized(mRS, Element.I32(mRS), nElems); in helperIntCopy() local 403 Allocation A = in helperBaseObjCopy() local 431 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in helperBitmapCopy() local 503 Allocation A = Allocation.createTyped(mRS, b.setX(nElemsX).setY(nElemsY).create()); in helperFloatCopy2D() local 532 Allocation A = Allocation.createTyped(mRS, b.setX(nElemsX).setY(nElemsY).create()); in helperByteCopy2D() local [all …]
|