/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ForEachTest.java | 59 Type t = new Type.Builder(mRS, Element.I8(mRS)).setX(x).create(); in testForEach() 66 t = new Type.Builder(mRS, Element.U8(mRS)).setX(x).create(); in testForEach() 78 t = new Type.Builder(mRS, Element.I8_2(mRS)).setX(x).create(); in testForEach() 80 t = new Type.Builder(mRS, Element.U8_2(mRS)).setX(x).create(); in testForEach() 92 t = new Type.Builder(mRS, Element.I8_3(mRS)).setX(x).create(); in testForEach() 94 t = new Type.Builder(mRS, Element.U8_3(mRS)).setX(x).create(); in testForEach() 106 t = new Type.Builder(mRS, Element.I8_4(mRS)).setX(x).create(); in testForEach() 108 t = new Type.Builder(mRS, Element.U8_4(mRS)).setX(x).create(); in testForEach() 120 t = new Type.Builder(mRS, Element.I16(mRS)).setX(x).create(); in testForEach() 122 t = new Type.Builder(mRS, Element.U16(mRS)).setX(x).create(); in testForEach() [all …]
|
D | KernelTest.java | 59 Type t = new Type.Builder(mRS, Element.I8(mRS)).setX(x).create(); in testForEach() 66 t = new Type.Builder(mRS, Element.U8(mRS)).setX(x).create(); in testForEach() 78 t = new Type.Builder(mRS, Element.I8_2(mRS)).setX(x).create(); in testForEach() 80 t = new Type.Builder(mRS, Element.U8_2(mRS)).setX(x).create(); in testForEach() 92 t = new Type.Builder(mRS, Element.I8_3(mRS)).setX(x).create(); in testForEach() 94 t = new Type.Builder(mRS, Element.U8_3(mRS)).setX(x).create(); in testForEach() 106 t = new Type.Builder(mRS, Element.I8_4(mRS)).setX(x).create(); in testForEach() 108 t = new Type.Builder(mRS, Element.U8_4(mRS)).setX(x).create(); in testForEach() 120 t = new Type.Builder(mRS, Element.I16(mRS)).setX(x).create(); in testForEach() 122 t = new Type.Builder(mRS, Element.U16(mRS)).setX(x).create(); in testForEach() [all …]
|
D | TypeTest.java | 27 b.setX(x).setY(y); in testBuilderSizes() 92 b.setX(x).setY(y); in testGetCount() 102 Type t = b.setX(8).setY(1).create(); in testGetCount() 106 t = b.setX(8).setY(8).create(); in testGetCount() 110 t = b.setX(8).setY(4).create(); in testGetCount() 114 t = b.setX(4).setY(8).create(); in testGetCount() 117 t = b.setX(7).setY(1).create(); in testGetCount() 121 t = b.setX(7).setY(3).create(); in testGetCount() 128 b.setX(1); in testGetElement() 134 b.setX(3); in testGetX() [all …]
|
D | LaunchClip.java | 69 tb.setX(mDimX); in setup() 153 tb.setX(ax); in makeAdapter() 163 a.setX(ox); in makeAdapter() 180 sc.setX(9, 77); in testWrite1D() 191 sc.setX(9, 77); in testWrite1DAdapter1D() 204 sc.setX(9, 77); in testWrite2D() 216 sc.setX(9, 77); in testWrite2DAdapter1D() 229 sc.setX(9, 77); in testWrite2DAdapter2D() 243 sc.setX(9, 37); in testWrite3D() 256 sc.setX(9, 37); in testWrite3DAdapter1D() [all …]
|
D | AllocationTest.java | 47 typeBuilder.setX(x).setY(y); in createTypedHelper() 59 Allocation.createTyped(mRS, typeBuilder.setX(8).create(), in createTypedTextureHelper() 80 Allocation.createTyped(mRS, typeBuilder.setX(7).setY(1).create(), in createTypedTextureHelper() 83 Allocation.createTyped(mRS, typeBuilder.setX(7).setY(3).create(), in createTypedTextureHelper() 86 Allocation.createTyped(mRS, typeBuilder.setX(7).setY(7).create(), in createTypedTextureHelper() 91 Allocation.createTyped(mRS, typeBuilder.setX(7).setY(1).create(), in createTypedTextureHelper() 95 Allocation.createTyped(mRS, typeBuilder.setX(7).setY(3).create(), in createTypedTextureHelper() 99 Allocation.createTyped(mRS, typeBuilder.setX(7).setY(7).create(), in createTypedTextureHelper() 274 b.setX(8).setY(8); in testAllocationMipmapControl() 282 b.setX(8).setY(8).setFaces(true); in testCubemapFaces() [all …]
|
D | VoidPtr.java | 33 Type t = typeBuilder.setX(1).create(); in setupVoidPtr() 54 Type t = typeBuilder.setX(10).setY(15).create(); in testVoidOutInt() 82 Type t = typeBuilder.setX(10).setY(15).create(); in testVoidOutChar() 111 Type t = typeBuilder.setX(10).setY(15).create(); in testVoidInInt() 142 Type t = typeBuilder.setX(10).setY(15).create(); in testVoidInChar()
|
D | AllocationCopyPaddedTest.java | 35 typeBuilder.setX(width); in test_AllocationPadded_Byte3_1D() 63 typeBuilder.setX(width).setY(height); in test_AllocationPadded_Byte3_2D() 92 typeBuilder.setX(w).setY(h).setZ(d); in test_AllocationPadded_Byte3_3D() 122 typeBuilder.setX(width); in test_AllocationPadded_Short3_1D_Helper() 158 typeBuilder.setX(width).setY(height); in test_AllocationPadded_Short3_2D_Helper() 195 typeBuilder.setX(w).setY(h).setZ(d); in test_AllocationPadded_Short3_3D_Helper() 230 typeBuilder.setX(width); in test_AllocationPadded_Int3_1D() 261 typeBuilder.setX(width).setY(height); in test_AllocationPadded_Int3_2D() 293 typeBuilder.setX(w).setY(h).setZ(d); in test_AllocationPadded_Int3_3D() 323 typeBuilder.setX(width); in test_AllocationPadded_Float3_1D() [all …]
|
D | AllocationCopyToTest.java | 37 typeBuilder.setX(width); in test_Allocationcopy1DRangeTo_Byte() 74 typeBuilder.setX(width); in test_Allocationcopy1DRangeTo_Short_Helper() 122 typeBuilder.setX(width); in test_Allocationcopy1DRangeTo_Int() 159 typeBuilder.setX(width); in test_Allocationcopy1DRangeTo_Float() 196 typeBuilder.setX(width); in test_Allocationcopy1DRangeTo_Long() 235 typeBuilder.setX(width).setY(height); in test_Allocationcopy2DRangeTo_Byte() 269 typeBuilder.setX(width).setY(height); in test_Allocationcopy2DRangeTo_Short_Helper() 314 typeBuilder.setX(width).setY(height); in test_Allocationcopy2DRangeTo_Int() 348 typeBuilder.setX(width).setY(height); in test_Allocationcopy2DRangeTo_Float() 382 typeBuilder.setX(width).setY(height); in test_Allocationcopy2DRangeTo_Long() [all …]
|
D | BaseObjTest.java | 30 Type T = TB.setX(1).create(); in testBaseObj() 41 T = TB.setX(2).create(); in testBaseObj()
|
D | SingleSourceForEachTest.java | 45 i32TypeBuilder.setX(X).setY(Y); in setUp() 87 sc.setX(0, X); in testKernelLaunchWithOptions() 101 sc.setX(0, X); in testAllocationlessKernelLaunch()
|
D | rsAllocationCopyTest.java | 39 typeBuilder.setX(width); in test_rsAllocationCopy1D_Byte() 86 typeBuilder.setX(width); in test_rsAllocationCopy1D_Short() 133 typeBuilder.setX(width); in test_rsAllocationCopy1D_Int() 180 typeBuilder.setX(width); in test_rsAllocationCopy1D_Float() 228 typeBuilder.setX(width); in test_rsAllocationCopy1D_Long() 277 typeBuilder.setX(width).setY(height); in test_rsAllocationCopy2D_Byte() 333 typeBuilder.setX(width).setY(height); in test_rsAllocationCopy2D_Short() 389 typeBuilder.setX(width).setY(height); in test_rsAllocationCopy2D_Int() 445 typeBuilder.setX(width).setY(height); in test_rsAllocationCopy2D_Float() 501 typeBuilder.setX(width).setY(height); in test_rsAllocationCopy2D_Long()
|
D | SampleTest.java | 72 mAlloc_RGBA_1D = createAlloc(b.setX(8).create()); in setUp() 73 mAlloc_RGBA_2D = createAlloc(b.setX(8).setY(8).create()); in setUp()
|
D | TestCtxDim.java | 29 typeBuilder.setX(X); in test()
|
D | ScriptGroupTest.java | 45 Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(bDimX).setY(bDimY).create(); in testScriptGroupSingleKernel() 74 Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(bDimX).setY(bDimY).create(); in testScriptGroupDisconnectedKernel() 108 Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(bDimX).setY(bDimY).create(); in testScriptGroupFieldConnection() 149 Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(bDimX).setY(bDimY).create(); in testScriptGroupDisconnectedDAG() 201 Type connect = new Type.Builder(mRS, Element.I32(mRS)).setX(bDimX).create(); in testScriptGroupTorture() 276 Type i32 = new Type.Builder(mRS, Element.I32(mRS)).setX(1).create(); in testScriptGroupSharedGlobal() 277 Type u32 = new Type.Builder(mRS, Element.U32(mRS)).setX(2).create(); in testScriptGroupSharedGlobal()
|
D | IntrinsicBase.java | 65 tb.setX(w); in makeAllocation() 141 lo.setX(x, x2); in makeClipper()
|
D | YuvTest.java | 128 tb.setX(width); in test_NV21() 172 tb.setX(width); in test_YV12() 217 tb.setX(width); in test_YV12_Float4() 258 tb.setX(width); in test_NV21_Float4()
|
D | DebugContext.java | 49 Type t = typeBuilder.setX(1).create(); in setupDebugContext()
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_type.cpp | 50 b.setX(x); in testTypeBuilderHelper() 120 b.setX(x); in Java_android_cts_rscpp_RSTypeTest_testGetCount() 131 b.setX(8); in Java_android_cts_rscpp_RSTypeTest_testGetCount() 138 b.setX(8); in Java_android_cts_rscpp_RSTypeTest_testGetCount() 144 b.setX(8); in Java_android_cts_rscpp_RSTypeTest_testGetCount() 150 b.setX(4); in Java_android_cts_rscpp_RSTypeTest_testGetCount() 155 b.setX(7); in Java_android_cts_rscpp_RSTypeTest_testGetCount() 161 b.setX(7); in Java_android_cts_rscpp_RSTypeTest_testGetCount() 187 b.setX(4); in Java_android_cts_rscpp_RSTypeTest_testGet()
|
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
D | BNNMTest.java | 133 Type a_type = builder.setX(k).setY(m).create(); in runBNNM() 134 Type b_type = builder.setX(k).setY(n).create(); in runBNNM() 135 Type c_type = builder.setX(n).setY(m).create(); in runBNNM() 451 Type a_type = builder.setX(k).setY(m).create(); in testExceptionHandling() 452 Type b_type = builder.setX(k).setY(n).create(); in testExceptionHandling() 453 Type c_type = builder.setX(n).setY(m).create(); in testExceptionHandling()
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | RSColorMatrixTest.java | 55 build.setX(X); in testRSColorMatrix0() 86 build.setX(X); in testRSColorMatrix1() 120 build.setX(X); in testRSColorMatrix2() 152 build.setX(X); in testRSColorMatrix3() 183 build.setX(X); in testRSColorMatrix4()
|
D | RS3DLUTTest.java | 52 build.setX(X); in testRSLUT() 59 buildCube.setX(lutSize); in testRSLUT()
|
D | RSBlurTest.java | 44 build.setX(X); in testRSBlurOneChannel() 73 build.setX(X); in testRSBlurFourChannels()
|
D | RSConvolveTest.java | 55 build.setX(X); in testConvolve3x3() 112 build.setX(X); in testConvolve5x5()
|
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/ |
D | LeakTest.java | 62 Type t = new Type.Builder(mRS, Element.I32(mRS)).setX(x).create(); in testForLeaks()
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | ShapeHolder.java | 44 public void setX(float value) { in setX() method in ShapeHolder
|