/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
D | ViewfinderProcessor.java | 65 yuvTypeBuilder.setY(dimensions.getHeight()); in ViewfinderProcessor() 73 rgbTypeBuilder.setY(dimensions.getHeight()); in ViewfinderProcessor() 79 buffTypeBuilder.setY(dimensions.getHeight()); in ViewfinderProcessor() 105 houghOutputBuilder.setY(360); in ViewfinderProcessor() 192 opt.setY(2, mBlurAllocation.getType().getY() - 2); in run() 196 opt.setY(3, mBlurAllocation.getType().getY() - 3); in run() 200 opt.setY(4, mBlurAllocation.getType().getY() - 4); in run() 204 opt.setY(5, mBlurAllocation.getType().getY() - 5); in run() 270 buffTypeBuilder.setX(width).setY(height); in processImage() 282 opt.setY(2, blur_alloc.getType().getY() - 2); 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 | 85 typeI8Builder.setY(3); in createSignedAllocations() 95 typeI16_2Builder.setY(1); in createSignedAllocations() 105 typeI32_3Builder.setY(2); in createSignedAllocations() 114 typeI64_4Builder.setY(6); in createSignedAllocations() 175 typeU8_2Builder.setY(6); in createUnsignedAllocations() 184 typeU16_3Builder.setY(6); in createUnsignedAllocations() 193 typeU32_4Builder.setY(1); in createUnsignedAllocations() 203 typeU64Builder.setY(3); in createUnsignedAllocations() 257 typeF16_3Builder.setY(6); in createFloatAllocations() 266 typeF32_4Builder.setY(2); in createFloatAllocations() [all …]
|
/frameworks/rs/tests/lldb/cpp/KernelVariables/ |
D | KernelVariables.cpp | 31 tb.setY(size); in main() 48 typeI32Builder2D.setY(2); in main() 61 typeI32Builder3D.setY(2); in main() 70 yuvTypeBuilder.setY(4); in main()
|
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/ |
D | jnikernelvariables.cpp | 40 tb.setY(size); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS() 57 typeI32Builder2D.setY(2); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS() 70 typeI32Builder3D.setY(2); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS() 79 yuvTypeBuilder.setY(4); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 89 typeI8Builder.setY(3); in createSignedAllocations() 99 typeI16_2Builder.setY(1); in createSignedAllocations() 109 typeI32_3Builder.setY(2); in createSignedAllocations() 118 typeI64_4Builder.setY(6); in createSignedAllocations() 179 typeU8_2Builder.setY(6); in createUnsignedAllocations() 188 typeU16_3Builder.setY(6); in createUnsignedAllocations() 197 typeU32_4Builder.setY(1); in createUnsignedAllocations() 207 typeU64Builder.setY(3); in createUnsignedAllocations() 261 typeF16_3Builder.setY(6); in createFloatAllocations() 270 typeF32_4Builder.setY(2); in createFloatAllocations() [all …]
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 122 typeI8Builder.setY(3); in createSignedAllocations() 136 typeI16_2Builder.setY(1); in createSignedAllocations() 150 typeI32_3Builder.setY(2); in createSignedAllocations() 163 typeI64_4Builder.setY(6); in createSignedAllocations() 219 typeU8_2Builder.setY(6); in createUnsignedAllocations() 232 typeU16_3Builder.setY(6); in createUnsignedAllocations() 245 typeU32_4Builder.setY(1); in createUnsignedAllocations() 259 typeU64Builder.setY(3); in createUnsignedAllocations() 309 typeF16_3Builder.setY(6); in createFloatAllocations() 322 typeF32_4Builder.setY(2); in createFloatAllocations() [all …]
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | FloatingToolbar.java | 840 mContentContainer.setY( in openOverflow() 918 mContentContainer.setY(bottom - mContentContainer.getHeight()); in closeOverflow() 1001 mContentContainer.setY(mMarginVertical); // align top in setPanelsStatesAtRestingPosition() 1002 mMainPanel.setY( // align bottom in setPanelsStatesAtRestingPosition() 1004 mOverflowButton.setY( // align bottom in setPanelsStatesAtRestingPosition() 1006 mOverflowPanel.setY(0); // align top in setPanelsStatesAtRestingPosition() 1009 mContentContainer.setY(mMarginVertical); // align top in setPanelsStatesAtRestingPosition() 1010 mMainPanel.setY(0); // align top in setPanelsStatesAtRestingPosition() 1011 mOverflowButton.setY(0); // align top in setPanelsStatesAtRestingPosition() 1012 mOverflowPanel.setY(mOverflowButtonSize.getHeight()); // align bottom in setPanelsStatesAtRestingPosition() [all …]
|
/frameworks/rs/tests/lldb/java/KernelVariables/src/com/android/rs/kernelvariables/ |
D | MainActivity.java | 75 typeI32Builder2D.setY(2); in updateImage() 91 typeI32Builder3D.setY(4); in updateImage() 100 yuvTypeBuilder.setY(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/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_small_struct_2.java | 44 builderA.setY(dimY); in initializeGlobals() 51 builderB.setY(dimY); in initializeGlobals()
|
D | UT_small_struct.java | 44 builderA.setY(dimY); in initializeGlobals() 51 builderB.setY(dimY); in initializeGlobals()
|
D | UT_foreach_bounds.java | 45 typeBuilder.setX(X).setY(Y); in initializeGlobals() 58 sc.setX(xStart, xEnd).setY(yStart, yEnd); in initializeGlobals()
|
D | UT_alloc_supportlib.java | 48 typeBuilder.setX(X).setY(Y); in initializeGlobals() 55 typeBuilder.setX(X).setY(Y).setFaces(true); in initializeGlobals()
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_small_struct_2.java | 42 builderA.setY(dimY); in initializeGlobals() 49 builderB.setY(dimY); in initializeGlobals()
|
D | UT_small_struct.java | 42 builderA.setY(dimY); in initializeGlobals() 49 builderB.setY(dimY); in initializeGlobals()
|
D | UT_foreach_bounds.java | 43 typeBuilder.setX(X).setY(Y); in initializeGlobals() 56 sc.setX(xStart, xEnd).setY(yStart, yEnd); in initializeGlobals()
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | UT_alloc.java | 39 typeBuilder.setX(X).setY(Y); in initializeGlobals() 45 typeBuilder.setX(X).setY(Y).setFaces(true); in initializeGlobals()
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_alloc.java | 39 typeBuilder.setX(X).setY(Y); in initializeGlobals() 45 typeBuilder.setX(X).setY(Y).setFaces(true); in initializeGlobals()
|
D | UT_alloc_copyPadded.java | 124 typeBuilder.setX(width).setY(height); in testAllocation_Byte3_2D() 157 typeBuilder.setX(w).setY(h).setZ(d); in testAllocation_Byte3_3D() 226 typeBuilder.setX(width).setY(height); in testAllocation_Short3_2D() 262 typeBuilder.setX(w).setY(h).setZ(d); in testAllocation_Short3_3D() 331 typeBuilder.setX(width).setY(height); in testAllocation_Int3_2D() 367 typeBuilder.setX(w).setY(h).setZ(d); in testAllocation_Int3_3D() 435 typeBuilder.setX(width).setY(height); in testAllocation_Float3_2D() 470 typeBuilder.setX(w).setY(h).setZ(d); in testAllocation_Float3_3D() 538 typeBuilder.setX(width).setY(height); in testAllocation_Double3_2D() 573 typeBuilder.setX(w).setY(h).setZ(d); in testAllocation_Double3_3D() [all …]
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | UT_alloc.java | 39 typeBuilder.setX(X).setY(Y); in initializeGlobals() 45 typeBuilder.setX(X).setY(Y).setFaces(true); in initializeGlobals()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
D | UT_alloc_supportlib.java | 46 typeBuilder.setX(X).setY(Y); in initializeGlobals() 53 typeBuilder.setX(X).setY(Y).setFaces(true); in initializeGlobals()
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/ |
D | Mandelbulb.java | 65 b.setX(v.mDimx).setY(v.mDimy); in buildRSVolume() 68 b.setX(v.mDimx).setY(v.mDimy).setZ(v.mDimz); in buildRSVolume()
|