Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DRSBaseCompute.java119 double[] inArray = new double[INPUTSIZE * width]; in createRandomAllocation() local
126 float[] inArray = new float[INPUTSIZE * width]; in createRandomAllocation() local
133 long[] inArray = new long[INPUTSIZE * width]; in createRandomAllocation() local
137 long[] inArray = new long[INPUTSIZE * width]; in createRandomAllocation() local
141 int[] inArray = new int[INPUTSIZE * width]; in createRandomAllocation() local
145 int[] inArray = new int[INPUTSIZE * width]; in createRandomAllocation() local
149 short[] inArray = new short[INPUTSIZE * width]; in createRandomAllocation() local
153 short[] inArray = new short[INPUTSIZE * width]; in createRandomAllocation() local
177 double[] inArray = new double[INPUTSIZE * width]; in createRandomFloatAllocation() local
181 float[] inArray = new float[INPUTSIZE * width]; in createRandomFloatAllocation() local
[all …]
DSendToClient.java53 int[] inArray = new int[4]; in testSendToClient() local
71 inArray[i], outArray[i]); in testSendToClient() 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