/frameworks/rs/tests/lldb/cpp/Allocations/ |
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()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
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()
|
/frameworks/rs/tests/lldb/cpp/KernelVariables/ |
D | KernelVariables.cpp | 65 int_allocation3->copy3DRangeFrom(0, 0, 0, 2, 2, 2, buffer_int3); in main()
|
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/ |
D | jnikernelvariables.cpp | 74 int_allocation3->copy3DRangeFrom(0, 0, 0, 2, 2, 2, buffer_int3); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS()
|
/frameworks/rs/cpp/ |
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
|
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,
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_reduce_backward.java | 228 inputAllocation.copy3DRangeFrom(0, 0, 0, dimX, dimY, dimZ, inputArray); in fz3()
|
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()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_reduce_backward.java | 230 inputAllocation.copy3DRangeFrom(0, 0, 0, dimX, dimY, dimZ, inputArray); in fz3()
|
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()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Allocation.java | 1753 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, Object array) { in copy3DRangeFrom() method in Allocation 1774 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, in copy3DRangeFrom() method in Allocation
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 1803 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, Object array) { in copy3DRangeFrom() method in Allocation 1829 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, in copy3DRangeFrom() method in Allocation
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 39776 method public void copy3DRangeFrom(int, int, int, int, int, int, Object); 39777 …method public void copy3DRangeFrom(int, int, int, int, int, int, android.renderscript.Allocation, …
|
/frameworks/base/api/ |
D | current.txt | 39920 method public void copy3DRangeFrom(int, int, int, int, int, int, Object); 39921 …method public void copy3DRangeFrom(int, int, int, int, int, int, android.renderscript.Allocation, …
|