Searched refs:badOut (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ForEachTest.java | 60 Allocation badOut = Allocation.createTyped(mRS, t); in testForEach() local 71 fe_all.forEach_test_i8(in, badOut); in testForEach() 87 fe_all.forEach_test_i8_2(in, badOut); in testForEach() 103 fe_all.forEach_test_i8_3(in, badOut); in testForEach() 119 fe_all.forEach_test_i8_4(in, badOut); in testForEach() 135 fe_all.forEach_test_i16(in, badOut); in testForEach() 151 fe_all.forEach_test_i16_2(in, badOut); in testForEach() 167 fe_all.forEach_test_i16_3(in, badOut); in testForEach() 183 fe_all.forEach_test_i16_4(in, badOut); in testForEach() 199 fe_all.forEach_test_i32(in, badOut); in testForEach() [all …]
|
D | KernelTest.java | 60 Allocation badOut = Allocation.createTyped(mRS, t); in testForEach() local 71 kernel_all.forEach_test_i8(in, badOut); in testForEach() 87 kernel_all.forEach_test_i8_2(in, badOut); in testForEach() 103 kernel_all.forEach_test_i8_3(in, badOut); in testForEach() 119 kernel_all.forEach_test_i8_4(in, badOut); in testForEach() 135 kernel_all.forEach_test_i16(in, badOut); in testForEach() 151 kernel_all.forEach_test_i16_2(in, badOut); in testForEach() 167 kernel_all.forEach_test_i16_3(in, badOut); in testForEach() 183 kernel_all.forEach_test_i16_4(in, badOut); in testForEach() 199 kernel_all.forEach_test_i32(in, badOut); in testForEach() [all …]
|
D | ComputeTest.java | 764 Allocation badOut = Allocation.createTyped(mRS, badT); in testForEach() local 766 s.forEach_root(in, badOut); in testForEach() 774 badOut.destroy(); in testForEach()
|