Home
last modified time | relevance | path

Searched defs:inArray (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DRSBaseCompute.java117 double[] inArray = new double[INPUTSIZE * width]; in createRandomAllocation() local
124 float[] inArray = new float[INPUTSIZE * width]; in createRandomAllocation() local
131 short[] inArray = new short[INPUTSIZE * width]; in createRandomAllocation() local
137 long[] inArray = new long[INPUTSIZE * width]; in createRandomAllocation() local
141 long[] inArray = new long[INPUTSIZE * width]; in createRandomAllocation() local
145 int[] inArray = new int[INPUTSIZE * width]; in createRandomAllocation() local
149 int[] inArray = new int[INPUTSIZE * width]; in createRandomAllocation() local
153 short[] inArray = new short[INPUTSIZE * width]; in createRandomAllocation() local
157 short[] inArray = new short[INPUTSIZE * width]; in createRandomAllocation() local
181 double[] inArray = new double[INPUTSIZE * width]; in createRandomFloatAllocation() local
[all …]
DAllocationCopyPaddedTest.java114 short[] inArray = new short[arr_len]; in test_AllocationPadded_Short3_1D_Helper() local
150 short[] inArray = new short[arr_len]; in test_AllocationPadded_Short3_2D_Helper() local
187 short[] inArray = new short[arr_len]; in test_AllocationPadded_Short3_3D_Helper() local
222 int[] inArray = new int[arr_len]; in test_AllocationPadded_Int3_1D() local
253 int[] inArray = new int[arr_len]; in test_AllocationPadded_Int3_2D() local
285 int[] inArray = new int[arr_len]; in test_AllocationPadded_Int3_3D() local
315 float[] inArray = new float[arr_len]; in test_AllocationPadded_Float3_1D() local
345 float[] inArray = new float[arr_len]; in test_AllocationPadded_Float3_2D() local
376 float[] inArray = new float[arr_len]; in test_AllocationPadded_Float3_3D() local
406 double[] inArray = new double[arr_len]; in test_AllocationPadded_Double3_1D() local
[all …]
DSendToClient.java53 int[] inArray = new int[4]; in testSendToClient() local
71 inArray[i], outArray[i]); in testSendToClient() local
DAllocationCopyToTest.java66 short[] inArray = new short[arr_len]; in test_Allocationcopy1DRangeTo_Short_Helper() local
114 int[] inArray = new int[arr_len]; in test_Allocationcopy1DRangeTo_Int() local
151 float[] inArray = new float[arr_len]; in test_Allocationcopy1DRangeTo_Float() local
188 long[] inArray = new long[arr_len]; in test_Allocationcopy1DRangeTo_Long() local
261 short[] inArray = new short[arr_len]; in test_Allocationcopy2DRangeTo_Short_Helper() local
306 int[] inArray = new int[arr_len]; in test_Allocationcopy2DRangeTo_Int() local
340 float[] inArray = new float[arr_len]; in test_Allocationcopy2DRangeTo_Float() local
374 long[] inArray = new long[arr_len]; in test_Allocationcopy2DRangeTo_Long() local
450 short[] inArray = new short[arr_len]; in test_Allocationcopy3DRangeTo_Short_Helper() local
495 int[] inArray = new int[arr_len]; in test_Allocationcopy3DRangeTo_Int() local
[all …]
DrsAllocationCopyTest.java79 short[] inArray = new short[arr_len]; in test_rsAllocationCopy1D_Short() local
126 int[] inArray = new int[arr_len]; in test_rsAllocationCopy1D_Int() local
173 float[] inArray = new float[arr_len]; in test_rsAllocationCopy1D_Float() local
221 long[] inArray = new long[arr_len]; in test_rsAllocationCopy1D_Long() local
326 short[] inArray = new short[arr_len]; in test_rsAllocationCopy2D_Short() local
382 int[] inArray = new int[arr_len]; in test_rsAllocationCopy2D_Int() local
438 float[] inArray = new float[arr_len]; in test_rsAllocationCopy2D_Float() local
494 long[] inArray = new long[arr_len]; in test_rsAllocationCopy2D_Long() local
DRsPackColorTo8888Test.java71 float[] inArray = new float[INPUTSIZE * 4]; in float3input() local
98 float[] inArray = new float[INPUTSIZE * 4]; in float4input() local
DAllocationResize.java48 int[] inArray = new int[INPUTSIZE]; in testResize() local
DAllocationCopy2DRangeTest.java35 int[] inArray = new int[width * height]; in testAllocationCopy2DRange() local