Searched refs:a1_copy (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ImageProcessingTest.java | 81 Allocation a1_copy, a2_copy; in testBlur() local 82 a1_copy = Allocation.createTyped(mRS, a1.getType()); in testBlur() 87 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0); in testBlur() 90 mBlur.setInput(a1_copy); in testBlur() 104 Allocation a1_copy, a2_copy; in testBlend() local 105 a1_copy = Allocation.createTyped(mRS, a1.getType()); in testBlend() 110 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 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() [all …]
|
D | ScriptGroupTest.java | 51 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 81 Allocation a1_copy, a2_copy; in testScriptGroupDisconnectedKernel() local 83 a1_copy = Allocation.createTyped(mRS, connect); in testScriptGroupDisconnectedKernel() 116 Allocation a1_copy, a2_copy; in testScriptGroupFieldConnection() local 117 a1_copy = Allocation.createTyped(mRS, connect); in testScriptGroupFieldConnection() 139 group.setInput(mColorMatrix.getKernelID(), a1_copy); in testScriptGroupFieldConnection() local 159 Allocation a1_copy, a2_copy; in testScriptGroupDisconnectedDAG() local 160 a1_copy = Allocation.createTyped(mRS, connect); in testScriptGroupDisconnectedDAG()
|