Searched defs:a2_copy (Results 1 – 2 of 2) sorted by relevance
| /cts/tests/tests/renderscript/src/android/renderscript/cts/ |
| D | ScriptGroupTest.java | 51 Allocation a1_copy, a2_copy; in testScriptGroupSingleKernel() local 66 group.setOutput(mColorMatrix.getKernelID(), a2_copy); in testScriptGroupSingleKernel() local 81 Allocation a1_copy, a2_copy; in testScriptGroupDisconnectedKernel() local 116 Allocation a1_copy, a2_copy; in testScriptGroupFieldConnection() local 140 group.setOutput(mConvolve3x3.getKernelID(), a2_copy); in testScriptGroupFieldConnection() local 159 Allocation a1_copy, a2_copy; in testScriptGroupDisconnectedDAG() local
|
| D | ImageProcessingTest.java | 83 Allocation a1_copy, a2_copy; in testBlur() local 654 Allocation a1_copy, a2_copy; in testColorMatrix() local 691 Allocation a1_copy, a2_copy; in testConvolve3x3() local 714 Allocation a1_copy, a2_copy; in testConvolve5x5() local 739 Allocation a1_copy, a2_copy; in testLUT() local 785 Allocation a1_copy, a2_copy; in testScriptGroup() local 813 group.setOutput(mColorMatrix.getKernelID(), a2_copy); in testScriptGroup() local
|