Home
last modified time | relevance | path

Searched defs:dstA (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationTest.java448 Allocation dstA = Allocation.createSized(mRS, Element.F32(mRS), nElems); in helperFloatAllocationCopy() local
475 Allocation dstA = Allocation.createSized(mRS, Element.I8(mRS), nElems); in helperByteAllocationCopy() local
621 Allocation dstA = Allocation.createTyped(mRS, b.setX(nElemsX).setY(nElemsY).create()); in helperFloatAllocationCopy2D() local
650 Allocation dstA = Allocation.createTyped(mRS, b.setX(nElemsX).setY(nElemsY).create()); in helperByteAllocationCopy2D() local
740 Allocation dstA = Allocation.createTyped(mRS, b.setX(nElemsX).setY(nElemsY).create()); in testCopyFromAllocation() local
DImageProcessingTest.java296 float dstR, dstG, dstB, dstA; field in ImageProcessingTest.BlendFunc
366 byte dstR, byte dstG, byte dstB, byte dstA) { in filter()
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_allocation.cpp195 sp<Allocation> dstA = Allocation::createSized(rs, Element::F32(rs), cellCount); in helperFloatAllocationCopy1D() local
283 sp<Allocation> dstA = Allocation::createSized2D(rs, Element::F32(rs), xElems, yElems); in helperFloatAllocationCopy2D() local
393 sp<Allocation> dstA = Allocation::createTyped(rs, typeBuilder.create()); in helperFloatAllocationCopy3D() local