Searched refs:copy3DRangeFrom (Results 1 - 12 of 12) sorted by relevance

/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp139 mCharAllocation->copy3DRangeFrom(0, 0, 0, 1, 3, 8, buffer_char);
147 mShort2Allocation->copy3DRangeFrom(0, 0, 0, 6, 1, 2, buffer_short);
242 mUInt4Allocation->copy3DRangeFrom(0, 0, 0, 1, 1, 6, buffer_int);
246 mULongAllocation->copy3DRangeFrom(0, 0, 0, 4, 3, 2, buffer_long);
321 mDouble2Allocation->copy3DRangeFrom(0, 0, 0, 4, 1, 3, buffer_double);
322 mDouble3Allocation->copy3DRangeFrom(0, 0, 0, 1, 2, 3, buffer_double);
323 mDouble4Allocation->copy3DRangeFrom(0, 0, 0, 1, 2, 3, buffer_double);
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp143 mCharAllocation->copy3DRangeFrom(0, 0, 0, 1, 3, 8, buffer_char);
151 mShort2Allocation->copy3DRangeFrom(0, 0, 0, 6, 1, 2, buffer_short);
246 mUInt4Allocation->copy3DRangeFrom(0, 0, 0, 1, 1, 6, buffer_int);
250 mULongAllocation->copy3DRangeFrom(0, 0, 0, 4, 3, 2, buffer_long);
325 mDouble2Allocation->copy3DRangeFrom(0, 0, 0, 4, 1, 3, buffer_double);
326 mDouble3Allocation->copy3DRangeFrom(0, 0, 0, 1, 2, 3, buffer_double);
327 mDouble4Allocation->copy3DRangeFrom(0, 0, 0, 1, 2, 3, buffer_double);
/frameworks/rs/tests/lldb/cpp/KernelVariables/
H A DKernelVariables.cpp65 int_allocation3->copy3DRangeFrom(0, 0, 0, 2, 2, 2, buffer_int3);
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
H A Djnikernelvariables.cpp74 int_allocation3->copy3DRangeFrom(0, 0, 0, 2, 2, 2, buffer_int3);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_reduce_backward.java228 inputAllocation.copy3DRangeFrom(0, 0, 0, dimX, dimY, dimZ, inputArray);
H A DUT_reduce.java376 inputAllocation.copy3DRangeFrom(0, 0, 0, dimX, dimY, dimZ, inputArray);
808 inputAllocation.copy3DRangeFrom(0, 0, 0, dimX, dimY, dimZ, inputArray);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_reduce_backward.java230 inputAllocation.copy3DRangeFrom(0, 0, 0, dimX, dimY, dimZ, inputArray);
H A DUT_reduce.java378 inputAllocation.copy3DRangeFrom(0, 0, 0, dimX, dimY, dimZ, inputArray);
810 inputAllocation.copy3DRangeFrom(0, 0, 0, dimX, dimY, dimZ, inputArray);
/frameworks/rs/cpp/
H A DAllocation.cpp376 void Allocation::copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, function in class:Allocation
396 void Allocation::copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, uint32_t h, uint32_t d, function in class:Allocation
H A DrsCppStructs.h803 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/support/java/src/android/support/v8/renderscript/
H A DAllocation.java1753 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, Object array) { method in class:Allocation
1774 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, method in class:Allocation
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1803 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, Object array) { method in class:Allocation
1805 Trace.traceBegin(RenderScript.TRACE_TAG, "copy3DRangeFrom");
1829 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, method in class:Allocation

Completed in 920 milliseconds