Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DRsAllocationCopyTest.java41 Allocation aOut = Allocation.createTyped(mRS, typeBuilder.create()); in test_RsAllocationCopy1D_Byte() local
43 aOut.copyFrom(outArray); in test_RsAllocationCopy1D_Byte()
47 s.set_aOut1D(aOut); in test_RsAllocationCopy1D_Byte()
52 aOut.copyTo(outArray); in test_RsAllocationCopy1D_Byte()
88 Allocation aOut = Allocation.createTyped(mRS, typeBuilder.create()); in test_RsAllocationCopy1D_Short() local
90 aOut.copyFrom(outArray); in test_RsAllocationCopy1D_Short()
94 s.set_aOut1D(aOut); in test_RsAllocationCopy1D_Short()
99 aOut.copyTo(outArray); in test_RsAllocationCopy1D_Short()
135 Allocation aOut = Allocation.createTyped(mRS, typeBuilder.create()); in test_RsAllocationCopy1D_Int() local
137 aOut.copyFrom(outArray); in test_RsAllocationCopy1D_Int()
[all …]
DDebugContext.java106 Allocation aOut; field in DebugContext.SetupAllocationCopyTests
137 aOut = Allocation.createTyped(mRS, typeBuilder.create()); in SetupAllocationCopyTests()
145 aOut.copyFrom(outArray); in SetupAllocationCopyTests()
154 aOut.copyFrom(outArray); in SetupAllocationCopyTests()
160 Soob.set_aOut1D(aOut); in SetupAllocationCopyTests()
163 Soob.set_aOut2D(aOut); in SetupAllocationCopyTests()
202 AC.aOut.copyTo(outArray); in testDebugContextRsAllocationCopy1D_Byte_Normal()
251 AC.aOut.copyTo(outArray); in testDebugContextRsAllocationCopy2D_Short_Normal()
447 Allocation aOut = Allocation.createTyped(mRS, typeBuilder2.create()); in testDebugContextRsAllocationCopy2D_Short_WrongD() local
450 Soob.set_aOut2D(aOut); in testDebugContextRsAllocationCopy2D_Short_WrongD()