/aosp12/frameworks/rs/tests/lldb/cpp/Allocations/ |
H A D | Allocations.cpp | 139 mCharAllocation->copy3DRangeFrom(0, 0, 0, 1, 3, 8, buffer_char); in initSignedAllocations() 147 mShort2Allocation->copy3DRangeFrom(0, 0, 0, 6, 1, 2, buffer_short); in initSignedAllocations() 242 mUInt4Allocation->copy3DRangeFrom(0, 0, 0, 1, 1, 6, buffer_int); in initUnsignedAllocations() 246 mULongAllocation->copy3DRangeFrom(0, 0, 0, 4, 3, 2, buffer_long); in initUnsignedAllocations() 321 mDouble2Allocation->copy3DRangeFrom(0, 0, 0, 4, 1, 3, buffer_double); in initFloatAllocations() 322 mDouble3Allocation->copy3DRangeFrom(0, 0, 0, 1, 2, 3, buffer_double); in initFloatAllocations() 323 mDouble4Allocation->copy3DRangeFrom(0, 0, 0, 1, 2, 3, buffer_double); in initFloatAllocations()
|
/aosp12/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
H A D | jniallocations.cpp | 143 mCharAllocation->copy3DRangeFrom(0, 0, 0, 1, 3, 8, buffer_char); in initSignedAllocations() 151 mShort2Allocation->copy3DRangeFrom(0, 0, 0, 6, 1, 2, buffer_short); in initSignedAllocations() 246 mUInt4Allocation->copy3DRangeFrom(0, 0, 0, 1, 1, 6, buffer_int); in initUnsignedAllocations() 250 mULongAllocation->copy3DRangeFrom(0, 0, 0, 4, 3, 2, buffer_long); in initUnsignedAllocations() 325 mDouble2Allocation->copy3DRangeFrom(0, 0, 0, 4, 1, 3, buffer_double); in initFloatAllocations() 326 mDouble3Allocation->copy3DRangeFrom(0, 0, 0, 1, 2, 3, buffer_double); in initFloatAllocations() 327 mDouble4Allocation->copy3DRangeFrom(0, 0, 0, 1, 2, 3, buffer_double); in initFloatAllocations()
|
/aosp12/frameworks/rs/tests/lldb/cpp/KernelVariables/ |
H A D | KernelVariables.cpp | 65 int_allocation3->copy3DRangeFrom(0, 0, 0, 2, 2, 2, buffer_int3); in main()
|
/aosp12/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/ |
H A D | jnikernelvariables.cpp | 74 int_allocation3->copy3DRangeFrom(0, 0, 0, 2, 2, 2, buffer_int3); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS()
|
/aosp12/frameworks/rs/cpp/ |
H A D | Allocation.cpp | 376 void Allocation::copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, in copy3DRangeFrom() function in Allocation 396 void Allocation::copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, uint32_t … in copy3DRangeFrom() function in Allocation
|
H A D | rsCppStructs.h | 803 void copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, 819 void copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff,
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A D | UT_reduce_backward.java | 228 inputAllocation.copy3DRangeFrom(0, 0, 0, dimX, dimY, dimZ, inputArray); in fz3()
|
H A D | UT_reduce.java | 376 inputAllocation.copy3DRangeFrom(0, 0, 0, dimX, dimY, dimZ, inputArray); in addint3D() 808 inputAllocation.copy3DRangeFrom(0, 0, 0, dimX, dimY, dimZ, inputArray); in fz3()
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A D | UT_reduce_backward.java | 230 inputAllocation.copy3DRangeFrom(0, 0, 0, dimX, dimY, dimZ, inputArray); in fz3()
|
H A D | UT_reduce.java | 378 inputAllocation.copy3DRangeFrom(0, 0, 0, dimX, dimY, dimZ, inputArray); in addint3D() 810 inputAllocation.copy3DRangeFrom(0, 0, 0, dimX, dimY, dimZ, inputArray); in fz3()
|
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/ |
H A D | Allocation.java | 1758 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, Object array) { in copy3DRangeFrom() method in Allocation 1779 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, in copy3DRangeFrom() method in Allocation
|
/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | Allocation.java | 1807 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, Object array) { in copy3DRangeFrom() method in Allocation 1833 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, in copy3DRangeFrom() method in Allocation
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 36110 method @Deprecated public void copy3DRangeFrom(int, int, int, int, int, int, Object); 36111 …method @Deprecated public void copy3DRangeFrom(int, int, int, int, int, int, android.renderscript.…
|