Home
last modified time | relevance | path

Searched defs:arr_len (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_alloc_copyPadded.java88 int arr_len = width * 3; in testAllocation_Byte3_1D() local
120 int arr_len = width * height * 3; in testAllocation_Byte3_2D() local
153 int arr_len = w * d * h * 3; in testAllocation_Byte3_3D() local
184 int arr_len = width * 3; in testAllocation_Short3_1D() local
219 int arr_len = width * height * 3; in testAllocation_Short3_2D() local
255 int arr_len = w * d * h * 3; in testAllocation_Short3_3D() local
289 int arr_len = width * 3; in testAllocation_Int3_1D() local
324 int arr_len = width * height * 3; in testAllocation_Int3_2D() local
360 int arr_len = w * d * h * 3; in testAllocation_Int3_3D() local
394 int arr_len = width * 3; in testAllocation_Float3_1D() local
[all …]
DUT_alloc_copy.java64 int arr_len = width; in allocation_copy1DRangeTo_Byte() local
103 int arr_len = width; in allocation_copy1DRangeTo_Short() local
145 int arr_len = width; in allocation_copy1DRangeTo_Int() local
187 int arr_len = width; in allocation_copy1DRangeTo_Float() local
229 int arr_len = width; in allocation_copy1DRangeTo_Long() local
276 int arr_len = xcount * ycount; in allocation_copy2DRangeTo_Byte() local
311 int arr_len = xcount * ycount; in allocation_copy2DRangeTo_Short() local
349 int arr_len = xcount * ycount; in allocation_copy2DRangeTo_Int() local
387 int arr_len = xcount * ycount; in allocation_copy2DRangeTo_Float() local
425 int arr_len = xcount * ycount; in allocation_copy2DRangeTo_Long() local
[all …]
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_alloc_copyPadded.java86 int arr_len = width * 3; in testAllocation_Byte3_1D() local
118 int arr_len = width * height * 3; in testAllocation_Byte3_2D() local
151 int arr_len = w * d * h * 3; in testAllocation_Byte3_3D() local
182 int arr_len = width * 3; in testAllocation_Short3_1D() local
217 int arr_len = width * height * 3; in testAllocation_Short3_2D() local
253 int arr_len = w * d * h * 3; in testAllocation_Short3_3D() local
287 int arr_len = width * 3; in testAllocation_Int3_1D() local
322 int arr_len = width * height * 3; in testAllocation_Int3_2D() local
358 int arr_len = w * d * h * 3; in testAllocation_Int3_3D() local
392 int arr_len = width * 3; in testAllocation_Float3_1D() local
[all …]
DUT_alloc_copy.java62 int arr_len = width; in allocation_copy1DRangeTo_Byte() local
101 int arr_len = width; in allocation_copy1DRangeTo_Short() local
143 int arr_len = width; in allocation_copy1DRangeTo_Int() local
185 int arr_len = width; in allocation_copy1DRangeTo_Float() local
227 int arr_len = width; in allocation_copy1DRangeTo_Long() local
274 int arr_len = xcount * ycount; in allocation_copy2DRangeTo_Byte() local
309 int arr_len = xcount * ycount; in allocation_copy2DRangeTo_Short() local
347 int arr_len = xcount * ycount; in allocation_copy2DRangeTo_Int() local
385 int arr_len = xcount * ycount; in allocation_copy2DRangeTo_Float() local
423 int arr_len = xcount * ycount; in allocation_copy2DRangeTo_Long() local
[all …]