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.java115 double[] inArray = new double[INPUTSIZE * width]; in createRandomAllocation() local
122 float[] inArray = new float[INPUTSIZE * width]; in createRandomAllocation() local
129 long[] inArray = new long[INPUTSIZE * width]; in createRandomAllocation() local
133 long[] inArray = new long[INPUTSIZE * width]; in createRandomAllocation() local
137 int[] inArray = new int[INPUTSIZE * width]; in createRandomAllocation() local
141 int[] inArray = new int[INPUTSIZE * width]; in createRandomAllocation() local
145 short[] inArray = new short[INPUTSIZE * width]; in createRandomAllocation() local
149 short[] inArray = new short[INPUTSIZE * width]; in createRandomAllocation() local
173 double[] inArray = new double[INPUTSIZE * width]; in createRandomFloatAllocation() local
177 float[] inArray = new float[INPUTSIZE * width]; in createRandomFloatAllocation() local
[all …]
DAllocationCopyPaddedTest.java114 short[] inArray = new short[arr_len]; in test_AllocationPadded_Short3_1D() local
145 short[] inArray = new short[arr_len]; in test_AllocationPadded_Short3_2D() local
177 short[] inArray = new short[arr_len]; in test_AllocationPadded_Short3_3D() local
207 int[] inArray = new int[arr_len]; in test_AllocationPadded_Int3_1D() local
238 int[] inArray = new int[arr_len]; in test_AllocationPadded_Int3_2D() local
270 int[] inArray = new int[arr_len]; in test_AllocationPadded_Int3_3D() local
300 float[] inArray = new float[arr_len]; in test_AllocationPadded_Float3_1D() local
330 float[] inArray = new float[arr_len]; in test_AllocationPadded_Float3_2D() local
361 float[] inArray = new float[arr_len]; in test_AllocationPadded_Float3_3D() local
391 double[] inArray = new double[arr_len]; in test_AllocationPadded_Double3_1D() local
[all …]
DAllocationCopyToTest.java66 short[] inArray = new short[arr_len]; in test_Allocationcopy1DRangeTo_Short() local
103 int[] inArray = new int[arr_len]; in test_Allocationcopy1DRangeTo_Int() local
140 float[] inArray = new float[arr_len]; in test_Allocationcopy1DRangeTo_Float() local
177 long[] inArray = new long[arr_len]; in test_Allocationcopy1DRangeTo_Long() local
250 short[] inArray = new short[arr_len]; in test_Allocationcopy2DRangeTo_Short() local
284 int[] inArray = new int[arr_len]; in test_Allocationcopy2DRangeTo_Int() local
318 float[] inArray = new float[arr_len]; in test_Allocationcopy2DRangeTo_Float() local
352 long[] inArray = new long[arr_len]; in test_Allocationcopy2DRangeTo_Long() local
428 short[] inArray = new short[arr_len]; in test_Allocationcopy3DRangeTo_Short() local
468 int[] inArray = new int[arr_len]; in test_Allocationcopy3DRangeTo_Int() local
[all …]
DSendToClient.java53 int[] inArray = new int[4]; in testSendToClient() local
71 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.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