Home
last modified time | relevance | path

Searched refs:setY (Results 1 – 25 of 162) sorted by relevance

1234567

/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DViewfinderProcessor.java65 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/
DBNNMTest.java223 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()
DSGEMMTest.java146 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()
DGoogLeNet.java178 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/
DAllocations.cpp85 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/
DKernelVariables.cpp31 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/
Djnikernelvariables.cpp40 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/
Djniallocations.cpp89 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/
DMainActivity.java122 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/
DFloatingToolbar.java840 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/
DMainActivity.java75 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/
DSampleRSActivity.java118 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/
DUT_small_struct_2.java44 builderA.setY(dimY); in initializeGlobals()
51 builderB.setY(dimY); in initializeGlobals()
DUT_small_struct.java44 builderA.setY(dimY); in initializeGlobals()
51 builderB.setY(dimY); in initializeGlobals()
DUT_foreach_bounds.java45 typeBuilder.setX(X).setY(Y); in initializeGlobals()
58 sc.setX(xStart, xEnd).setY(yStart, yEnd); in initializeGlobals()
DUT_alloc_supportlib.java48 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/
DUT_small_struct_2.java42 builderA.setY(dimY); in initializeGlobals()
49 builderB.setY(dimY); in initializeGlobals()
DUT_small_struct.java42 builderA.setY(dimY); in initializeGlobals()
49 builderB.setY(dimY); in initializeGlobals()
DUT_foreach_bounds.java43 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/
DUT_alloc.java39 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/
DUT_alloc.java39 typeBuilder.setX(X).setY(Y); in initializeGlobals()
45 typeBuilder.setX(X).setY(Y).setFaces(true); in initializeGlobals()
DUT_alloc_copyPadded.java124 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/
DUT_alloc.java39 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/
DUT_alloc_supportlib.java46 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/
DMandelbulb.java65 b.setX(v.mDimx).setY(v.mDimy); in buildRSVolume()
68 b.setX(v.mDimx).setY(v.mDimy).setZ(v.mDimz); in buildRSVolume()

1234567