Searched refs:a2_copy (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ImageProcessingTest.java | 90 Allocation a1_copy, a2_copy; in testBlur() local 92 a2_copy = Allocation.createTyped(mRS, a2.getType()); in testBlur() 101 mBlur.forEach(a2_copy); in testBlur() 108 a2_copy.destroy(); in testBlur() 668 Allocation a1_copy, a2_copy; in testColorMatrix() local 670 a2_copy = Allocation.createTyped(mRS, a2.getType()); in testColorMatrix() 681 a2_copy.copy2DRangeFrom(0, 0, a2.getType().getX(), a2.getType().getY(), a2, 0, 0); in testColorMatrix() 683 mColorMatrix.forEach(a1_copy, a2_copy); in testColorMatrix() 692 a2_copy.copy2DRangeFrom(0, 0, a2.getType().getX(), a2.getType().getY(), a2, 0, 0); in testColorMatrix() 694 mColorMatrix.forEach(a1_copy, a2_copy); in testColorMatrix() [all …]
|
D | ScriptGroupTest.java | 51 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 72 a2_copy.destroy(); in testScriptGroupSingleKernel() 86 Allocation a1_copy, a2_copy; in testScriptGroupDisconnectedKernel() local 89 a2_copy = Allocation.createTyped(mRS, connect); in testScriptGroupDisconnectedKernel() 111 a2_copy.destroy(); in testScriptGroupDisconnectedKernel() 129 Allocation a1_copy, a2_copy; in testScriptGroupFieldConnection() local 131 a2_copy = Allocation.createTyped(mRS, connect); in testScriptGroupFieldConnection() 153 group.setOutput(mConvolve3x3.getKernelID(), a2_copy); in testScriptGroupFieldConnection() local [all …]
|