Searched defs:copy3DRangeFrom (Results 1 - 3 of 3) sorted by relevance

/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
/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
/frameworks/support/v8/renderscript/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

Completed in 20 milliseconds