Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationTest.java450 Allocation srcA = Allocation.createSized(mRS, Element.F32(mRS), nElems); in helperFloatAllocationCopy() local
477 Allocation srcA = Allocation.createSized(mRS, Element.I8(mRS), nElems); in helperByteAllocationCopy() local
623 Allocation srcA = Allocation.createTyped(mRS, b.setX(nElemsX).setY(nElemsY).create()); in helperFloatAllocationCopy2D() local
652 Allocation srcA = Allocation.createTyped(mRS, b.setX(nElemsX).setY(nElemsY).create()); in helperByteAllocationCopy2D() local
742 Allocation srcA = Allocation.createTyped(mRS, b.setX(nElemsX).setY(nElemsY).create()); in testCopyFromAllocation() local
DImageProcessingTest.java351 float srcR, srcG, srcB, srcA; field in ImageProcessingTest.BlendFunc
421 byte[] filter(byte srcR, byte srcG, byte srcB, byte srcA, in filter()
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_allocation.cpp194 sp<Allocation> srcA = Allocation::createSized(rs, Element::F32(rs), cellCount); in helperFloatAllocationCopy1D() local
282 sp<Allocation> srcA = Allocation::createSized2D(rs, Element::F32(rs), xElems, yElems); in helperFloatAllocationCopy2D() local
392 sp<Allocation> srcA = Allocation::createTyped(rs, typeBuilder.create()); in helperFloatAllocationCopy3D() local