/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
D | ViewfinderProcessor.java | 64 yuvTypeBuilder.setX(dimensions.getWidth()); in ViewfinderProcessor() 72 rgbTypeBuilder.setX(dimensions.getWidth()); in ViewfinderProcessor() 78 buffTypeBuilder.setX(dimensions.getWidth()); in ViewfinderProcessor() 100 houghSliceBuilder.setX(NO_OF_SLICES); in ViewfinderProcessor() 104 houghOutputBuilder.setX(800); in ViewfinderProcessor() 191 opt.setX(2, mBlurAllocation.getType().getX() - 2); in run() 195 opt.setX(3, mBlurAllocation.getType().getX() - 3); in run() 199 opt.setX(4, mBlurAllocation.getType().getX() - 4); in run() 203 opt.setX(5, mBlurAllocation.getType().getX() - 5); in run() 270 buffTypeBuilder.setX(width).setY(height); in processImage() [all …]
|
/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
D | BNNMTest.java | 223 Type a_type = builder.setX(k).setY(m).create(); in setTestSmall() 224 Type b_type = builder.setX(k).setY(n).create(); in setTestSmall() 225 Type c_type = builder.setX(n).setY(m).create(); in setTestSmall() 293 Type a_type = builder.setX(k).setY(m).create(); in setTestMedium() 294 Type b_type = builder.setX(k).setY(n).create(); in setTestMedium() 295 Type c_type = builder.setX(n).setY(m).create(); in setTestMedium() 342 Type a_type = builder.setX(k).setY(m).create(); in setTestLarge() 343 Type b_type = builder.setX(k).setY(n).create(); in setTestLarge() 344 Type c_type = builder.setX(n).setY(m).create(); in setTestLarge()
|
D | SGEMMTest.java | 146 Type a_type = builder.setX(k).setY(m).create(); in setTestSmall() 147 Type b_type = builder.setX(n).setY(k).create(); in setTestSmall() 148 Type c_type = builder.setX(n).setY(m).create(); in setTestSmall() 201 Type a_type = builder.setX(k).setY(m).create(); in setTestMedium() 202 Type b_type = builder.setX(n).setY(k).create(); in setTestMedium() 203 Type c_type = builder.setX(n).setY(m).create(); in setTestMedium() 249 Type a_type = builder.setX(k).setY(m).create(); in setTestLarge() 250 Type b_type = builder.setX(n).setY(k).create(); in setTestLarge() 251 Type c_type = builder.setX(n).setY(m).create(); in setTestLarge()
|
D | GoogLeNet.java | 178 Type a_type = builder.setX(k).setY(m).create(); in setTest() 179 Type b_type = builder.setX(n).setY(k).create(); in setTest() 180 Type c_type = builder.setX(n).setY(m).create(); in setTest() 183 b_type = builder.setX(k).setY(n).create(); in setTest()
|
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 84 typeI8Builder.setX(1); // One element here to test 16 byte memory alignment in createSignedAllocations() 94 typeI16_2Builder.setX(6); in createSignedAllocations() 104 typeI32_3Builder.setX(3); in createSignedAllocations() 113 typeI64_4Builder.setX(1); in createSignedAllocations() 174 typeU8_2Builder.setX(2); in createUnsignedAllocations() 183 typeU16_3Builder.setX(1); in createUnsignedAllocations() 192 typeU32_4Builder.setX(1); in createUnsignedAllocations() 202 typeU64Builder.setX(4); in createUnsignedAllocations() 256 typeF16_3Builder.setX(1); in createFloatAllocations() 265 typeF32_4Builder.setX(3); in createFloatAllocations() [all …]
|
/frameworks/rs/tests/lldb/cpp/KernelVariables/ |
D | KernelVariables.cpp | 30 tb.setX(size); in main() 47 typeI32Builder2D.setX(2); in main() 60 typeI32Builder3D.setX(2); in main() 69 yuvTypeBuilder.setX(4); in main()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 88 typeI8Builder.setX(1); // One element here to test 16 byte memory alignment in createSignedAllocations() 98 typeI16_2Builder.setX(6); in createSignedAllocations() 108 typeI32_3Builder.setX(3); in createSignedAllocations() 117 typeI64_4Builder.setX(1); in createSignedAllocations() 178 typeU8_2Builder.setX(2); in createUnsignedAllocations() 187 typeU16_3Builder.setX(1); in createUnsignedAllocations() 196 typeU32_4Builder.setX(1); in createUnsignedAllocations() 206 typeU64Builder.setX(4); in createUnsignedAllocations() 260 typeF16_3Builder.setX(1); in createFloatAllocations() 269 typeF32_4Builder.setX(3); in createFloatAllocations() [all …]
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_alloc_copyPadded.java | 95 typeBuilder.setX(width); in testAllocation_Byte3_1D() 127 typeBuilder.setX(width).setY(height); in testAllocation_Byte3_2D() 160 typeBuilder.setX(w).setY(h).setZ(d); in testAllocation_Byte3_3D() 194 typeBuilder.setX(width); in testAllocation_Short3_1D() 229 typeBuilder.setX(width).setY(height); in testAllocation_Short3_2D() 265 typeBuilder.setX(w).setY(h).setZ(d); in testAllocation_Short3_3D() 299 typeBuilder.setX(width); in testAllocation_Int3_1D() 334 typeBuilder.setX(width).setY(height); in testAllocation_Int3_2D() 370 typeBuilder.setX(w).setY(h).setZ(d); in testAllocation_Int3_3D() 404 typeBuilder.setX(width); in testAllocation_Float3_1D() [all …]
|
D | UT_alloc_copy.java | 71 typeBuilder.setX(width); in allocation_copy1DRangeTo_Byte() 113 typeBuilder.setX(width); in allocation_copy1DRangeTo_Short() 155 typeBuilder.setX(width); in allocation_copy1DRangeTo_Int() 197 typeBuilder.setX(width); in allocation_copy1DRangeTo_Float() 239 typeBuilder.setX(width); in allocation_copy1DRangeTo_Long() 283 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Byte() 321 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Short() 359 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Int() 397 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Float() 435 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Long() [all …]
|
D | UT_small_struct.java | 43 builderA.setX(dimX); in initializeGlobals() 50 builderB.setX(dimX); in initializeGlobals()
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_alloc_copyPadded.java | 93 typeBuilder.setX(width); in testAllocation_Byte3_1D() 125 typeBuilder.setX(width).setY(height); in testAllocation_Byte3_2D() 158 typeBuilder.setX(w).setY(h).setZ(d); in testAllocation_Byte3_3D() 192 typeBuilder.setX(width); in testAllocation_Short3_1D() 227 typeBuilder.setX(width).setY(height); in testAllocation_Short3_2D() 263 typeBuilder.setX(w).setY(h).setZ(d); in testAllocation_Short3_3D() 297 typeBuilder.setX(width); in testAllocation_Int3_1D() 332 typeBuilder.setX(width).setY(height); in testAllocation_Int3_2D() 368 typeBuilder.setX(w).setY(h).setZ(d); in testAllocation_Int3_3D() 402 typeBuilder.setX(width); in testAllocation_Float3_1D() [all …]
|
D | UT_alloc_copy.java | 69 typeBuilder.setX(width); in allocation_copy1DRangeTo_Byte() 111 typeBuilder.setX(width); in allocation_copy1DRangeTo_Short() 153 typeBuilder.setX(width); in allocation_copy1DRangeTo_Int() 195 typeBuilder.setX(width); in allocation_copy1DRangeTo_Float() 237 typeBuilder.setX(width); in allocation_copy1DRangeTo_Long() 281 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Byte() 319 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Short() 357 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Int() 395 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Float() 433 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Long() [all …]
|
D | UT_small_struct.java | 41 builderA.setX(dimX); in initializeGlobals() 48 builderB.setX(dimX); in initializeGlobals()
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_alloc_copyPadded.java | 92 typeBuilder.setX(width); in testAllocation_Byte3_1D() 124 typeBuilder.setX(width).setY(height); in testAllocation_Byte3_2D() 157 typeBuilder.setX(w).setY(h).setZ(d); in testAllocation_Byte3_3D() 191 typeBuilder.setX(width); in testAllocation_Short3_1D() 226 typeBuilder.setX(width).setY(height); in testAllocation_Short3_2D() 262 typeBuilder.setX(w).setY(h).setZ(d); in testAllocation_Short3_3D() 296 typeBuilder.setX(width); in testAllocation_Int3_1D() 331 typeBuilder.setX(width).setY(height); in testAllocation_Int3_2D() 367 typeBuilder.setX(w).setY(h).setZ(d); in testAllocation_Int3_3D() 401 typeBuilder.setX(width); in testAllocation_Float3_1D() [all …]
|
D | UT_alloc_copy.java | 67 typeBuilder.setX(width); in allocation_copy1DRangeTo_Byte() 109 typeBuilder.setX(width); in allocation_copy1DRangeTo_Short() 151 typeBuilder.setX(width); in allocation_copy1DRangeTo_Int() 193 typeBuilder.setX(width); in allocation_copy1DRangeTo_Float() 235 typeBuilder.setX(width); in allocation_copy1DRangeTo_Long() 279 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Byte() 317 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Short() 355 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Int() 393 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Float() 431 typeBuilder.setX(width).setY(height); in allocation_copy2DRangeTo_Long() [all …]
|
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/ |
D | jnikernelvariables.cpp | 39 tb.setX(size); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS() 56 typeI32Builder2D.setX(2); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS() 69 typeI32Builder3D.setX(2); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS() 78 yuvTypeBuilder.setX(4); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | FloatingToolbar.java | 819 mContentContainer.setX(left); in openOverflow() 822 mMainPanel.setX(0); in openOverflow() 823 mOverflowPanel.setX(0); in openOverflow() 825 mContentContainer.setX(right - mContentContainer.getWidth()); in openOverflow() 829 mMainPanel.setX(mContentContainer.getWidth() - startWidth); in openOverflow() 830 mOverflowPanel.setX(mContentContainer.getWidth() - targetWidth); in openOverflow() 859 mOverflowButton.setX(actualOverflowButtonX); in openOverflow() 894 mContentContainer.setX(left); in closeOverflow() 897 mMainPanel.setX(0); in closeOverflow() 898 mOverflowPanel.setX(0); in closeOverflow() [all …]
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 121 typeI8Builder.setX(1); // One element here to test 16 byte memory alignment in createSignedAllocations() 135 typeI16_2Builder.setX(6); in createSignedAllocations() 149 typeI32_3Builder.setX(3); in createSignedAllocations() 162 typeI64_4Builder.setX(1); in createSignedAllocations() 218 typeU8_2Builder.setX(2); in createUnsignedAllocations() 231 typeU16_3Builder.setX(1); in createUnsignedAllocations() 244 typeU32_4Builder.setX(1); in createUnsignedAllocations() 258 typeU64Builder.setX(4); in createUnsignedAllocations() 308 typeF16_3Builder.setX(1); in createFloatAllocations() 321 typeF32_4Builder.setX(3); in createFloatAllocations() [all …]
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | Histogram.java | 45 tb.setX(256).setY(steps); in createTest() 62 lo.setX(0, 1); in runTest() 71 lo.setX(0, 1024); in runTest()
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | Histogram.java | 51 tb.setX(256).setY(steps); in createTest() 73 lo.setX(0, mSums.getType().getY()); in runTest() 79 lo.setX(0, 1024); in runTest()
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
D | RsBrickedBitMask.java | 60 b.setX(size); in RsBrickedBitMask() 84 b.setX(mDimX / 8); in createChunkAllocation() 92 b.setX(mDimX / 8); in createBitChunkAllocation()
|
/frameworks/rs/tests/lldb/java/KernelVariables/src/com/android/rs/kernelvariables/ |
D | MainActivity.java | 74 typeI32Builder2D.setX(2); in updateImage() 90 typeI32Builder3D.setX(4); in updateImage() 99 yuvTypeBuilder.setX(4); in updateImage()
|
/frameworks/rs/tests/java_api/SampleTest/src/com/android/rs/sample/ |
D | SampleRSActivity.java | 118 Allocation outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage); in onCreate() 124 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage); in onCreate() 130 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage); in onCreate() 136 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage); in onCreate()
|
/frameworks/rs/tests/cpp_api/cppbasic/ |
D | compute.cpp | 22 tb.setX(128); in test_compute() 49 failed_tb.setX(1); in test_compute() 79 tb.setX(xDim); in test_compute()
|
/frameworks/rs/tests/cpp_api/cppbasic-shared/ |
D | compute.cpp | 22 tb.setX(128); in test_compute() 49 failed_tb.setX(1); in test_compute() 79 tb.setX(xDim); in test_compute()
|