Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DImageProcessingTest.java81 Allocation a1_copy, a2_copy; in testBlur() local
83 a2_copy = Allocation.createTyped(mRS, a2.getType()); in testBlur()
92 mBlur.forEach(a2_copy); in testBlur()
104 Allocation a1_copy, a2_copy; in testBlend() local
106 a2_copy = Allocation.createTyped(mRS, a2.getType()); in testBlend()
111 a2_copy.copy2DRangeFrom(0, 0, a2.getType().getX(), a2.getType().getY(), a2, 0, 0); in testBlend()
115 mBlend.forEachSrc(a1_copy, a2_copy); in testBlend()
118 mBlend.forEachDst(a1_copy, a2_copy); in testBlend()
121 mBlend.forEachSrcOver(a1_copy, a2_copy); in testBlend()
124 mBlend.forEachDstOver(a1_copy, a2_copy); in testBlend()
[all …]
DScriptGroupTest.java51 Allocation a1_copy, a2_copy; in testScriptGroupSingleKernel() local
53 a2_copy = Allocation.createTyped(mRS, connect); in testScriptGroupSingleKernel()
66 group.setOutput(mColorMatrix.getKernelID(), a2_copy); in testScriptGroupSingleKernel() local
81 Allocation a1_copy, a2_copy; in testScriptGroupDisconnectedKernel() local
84 a2_copy = Allocation.createTyped(mRS, connect); in testScriptGroupDisconnectedKernel()
116 Allocation a1_copy, a2_copy; in testScriptGroupFieldConnection() local
118 a2_copy = Allocation.createTyped(mRS, connect); in testScriptGroupFieldConnection()
140 group.setOutput(mConvolve3x3.getKernelID(), a2_copy); in testScriptGroupFieldConnection() local
159 Allocation a1_copy, a2_copy; in testScriptGroupDisconnectedDAG() local
161 a2_copy = Allocation.createTyped(mRS, connect); in testScriptGroupDisconnectedDAG()