Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DImageProcessingTest.java90 Allocation a1_copy, a2_copy; in testBlur() local
91 a1_copy = Allocation.createTyped(mRS, a1.getType()); in testBlur()
96 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0); in testBlur()
99 mBlur.setInput(a1_copy); in testBlur()
107 a1_copy.destroy(); in testBlur()
668 Allocation a1_copy, a2_copy; in testColorMatrix() local
669 a1_copy = Allocation.createTyped(mRS, a1.getType()); in testColorMatrix()
680 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0); in testColorMatrix()
683 mColorMatrix.forEach(a1_copy, a2_copy); in testColorMatrix()
691 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0); in testColorMatrix()
[all …]
DScriptGroupTest.java51 Allocation a1_copy, a2_copy; in testScriptGroupSingleKernel() local
52 a1_copy = Allocation.createTyped(mRS, connect); in testScriptGroupSingleKernel()
65 group.setInput(mColorMatrix.getKernelID(), a1_copy); in testScriptGroupSingleKernel() local
71 a1_copy.destroy(); in testScriptGroupSingleKernel()
86 Allocation a1_copy, a2_copy; in testScriptGroupDisconnectedKernel() local
88 a1_copy = Allocation.createTyped(mRS, connect); in testScriptGroupDisconnectedKernel()
110 a1_copy.destroy(); in testScriptGroupDisconnectedKernel()
129 Allocation a1_copy, a2_copy; in testScriptGroupFieldConnection() local
130 a1_copy = Allocation.createTyped(mRS, connect); in testScriptGroupFieldConnection()
152 group.setInput(mColorMatrix.getKernelID(), a1_copy); in testScriptGroupFieldConnection() local
[all …]