Home
last modified time | relevance | path

Searched defs:inArray (Results 1 – 9 of 9) 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.java117 short[] inArray = new short[arr_len]; in test_AllocationPadded_Short3_1D_Helper() local
154 short[] inArray = new short[arr_len]; in test_AllocationPadded_Short3_2D_Helper() local
192 short[] inArray = new short[arr_len]; in test_AllocationPadded_Short3_3D_Helper() local
228 int[] inArray = new int[arr_len]; in test_AllocationPadded_Int3_1D() local
260 int[] inArray = new int[arr_len]; in test_AllocationPadded_Int3_2D() local
293 int[] inArray = new int[arr_len]; in test_AllocationPadded_Int3_3D() local
324 float[] inArray = new float[arr_len]; in test_AllocationPadded_Float3_1D() local
355 float[] inArray = new float[arr_len]; in test_AllocationPadded_Float3_2D() local
387 float[] inArray = new float[arr_len]; in test_AllocationPadded_Float3_3D() local
418 double[] inArray = new double[arr_len]; in test_AllocationPadded_Double3_1D() local
[all …]
DAllocationCopyToTest.java74 short[] inArray = new short[arr_len]; in test_Allocationcopy1DRangeTo_Short_Helper() local
122 int[] inArray = new int[arr_len]; in test_Allocationcopy1DRangeTo_Int() local
159 float[] inArray = new float[arr_len]; in test_Allocationcopy1DRangeTo_Float() local
196 long[] inArray = new long[arr_len]; in test_Allocationcopy1DRangeTo_Long() local
269 short[] inArray = new short[arr_len]; in test_Allocationcopy2DRangeTo_Short_Helper() local
314 int[] inArray = new int[arr_len]; in test_Allocationcopy2DRangeTo_Int() local
348 float[] inArray = new float[arr_len]; in test_Allocationcopy2DRangeTo_Float() local
382 long[] inArray = new long[arr_len]; in test_Allocationcopy2DRangeTo_Long() local
458 short[] inArray = new short[arr_len]; in test_Allocationcopy3DRangeTo_Short_Helper() local
503 int[] inArray = new int[arr_len]; in test_Allocationcopy3DRangeTo_Int() local
[all …]
DSendToClient.java61 int[] inArray = new int[4]; in testSendToClient() local
79 inArray[i], outArray[i]); in testSendToClient() local
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.java77 float[] inArray = new float[INPUTSIZE * 4]; in float3input() local
107 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
DDebugContext.java149 short[] inArray = new short[ArrLen]; in SetupAllocationCopyTests() local
248 short[] inArray = new short[AC.ArrLen]; in testDebugContextRsAllocationCopy2D_Short_Normal() local