Home
last modified time | relevance | path

Searched defs:outArray (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationCopyPaddedTest.java115 short[] outArray = new short[arr_len]; in test_AllocationPadded_Short3_1D() local
146 short[] outArray = new short[arr_len]; in test_AllocationPadded_Short3_2D() local
178 short[] outArray = new short[arr_len]; in test_AllocationPadded_Short3_3D() local
208 int[] outArray = new int[arr_len]; in test_AllocationPadded_Int3_1D() local
239 int[] outArray = new int[arr_len]; in test_AllocationPadded_Int3_2D() local
271 int[] outArray = new int[arr_len]; in test_AllocationPadded_Int3_3D() local
301 float[] outArray = new float[arr_len]; in test_AllocationPadded_Float3_1D() local
331 float[] outArray = new float[arr_len]; in test_AllocationPadded_Float3_2D() local
362 float[] outArray = new float[arr_len]; in test_AllocationPadded_Float3_3D() local
392 double[] outArray = new double[arr_len]; in test_AllocationPadded_Double3_1D() local
[all …]
DAllocationCopyToTest.java67 short[] outArray = new short[arr_len]; in test_Allocationcopy1DRangeTo_Short() local
104 int[] outArray = new int[arr_len]; in test_Allocationcopy1DRangeTo_Int() local
141 float[] outArray = new float[arr_len]; in test_Allocationcopy1DRangeTo_Float() local
178 long[] outArray = new long[arr_len]; in test_Allocationcopy1DRangeTo_Long() local
251 short[] outArray = new short[arr_len]; in test_Allocationcopy2DRangeTo_Short() local
285 int[] outArray = new int[arr_len]; in test_Allocationcopy2DRangeTo_Int() local
319 float[] outArray = new float[arr_len]; in test_Allocationcopy2DRangeTo_Float() local
353 long[] outArray = new long[arr_len]; in test_Allocationcopy2DRangeTo_Long() local
429 short[] outArray = new short[arr_len]; in test_Allocationcopy3DRangeTo_Short() local
469 int[] outArray = new int[arr_len]; in test_Allocationcopy3DRangeTo_Int() local
[all …]
DSendToClient.java30 int outArray[] = new int[4]; field in SendToClient
71 inArray[i], outArray[i]); in testSendToClient() local
DrsAllocationCopyTest.java80 short[] outArray = new short[arr_len]; in test_rsAllocationCopy1D_Short() local
127 int[] outArray = new int[arr_len]; in test_rsAllocationCopy1D_Int() local
174 float[] outArray = new float[arr_len]; in test_rsAllocationCopy1D_Float() local
222 long[] outArray = new long[arr_len]; in test_rsAllocationCopy1D_Long() local
327 short[] outArray = new short[arr_len]; in test_rsAllocationCopy2D_Short() local
383 int[] outArray = new int[arr_len]; in test_rsAllocationCopy2D_Int() local
439 float[] outArray = new float[arr_len]; in test_rsAllocationCopy2D_Float() local
495 long[] outArray = new long[arr_len]; in test_rsAllocationCopy2D_Long() local
DAllocationResize.java47 int[] outArray = new int[INPUTSIZE]; in testResize() local
DAllocationCopy2DRangeTest.java36 int[] outArray = new int[width * height]; in testAllocationCopy2DRange() local
DRsUnpackColor8888Test.java38 float[] outArray = new float[INPUTSIZE * 4]; in testRsUnpackColor8888RGB() local