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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java531 copy3DRangeFrom(0, 0, 0, mCurrentDimX, mCurrentDimY, mCurrentDimZ, d);
549 copy3DRangeFrom(0, 0, 0, mCurrentDimX, mCurrentDimY, mCurrentDimZ, d);
567 copy3DRangeFrom(0, 0, 0, mCurrentDimX, mCurrentDimY, mCurrentDimZ, d);
585 copy3DRangeFrom(0, 0, 0, mCurrentDimX, mCurrentDimY, mCurrentDimZ, d);
1069 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, byte[] data) { method in class:Allocation
1078 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, short[] data) { method in class:Allocation
1087 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, int[] data) { method in class:Allocation
1096 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, float[] data) { method in class:Allocation
1117 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, method in class:Allocation
/frameworks/rs/cpp/
H A DAllocation.cpp315 void Allocation::copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, function in class:Allocation
324 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.h484 void copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w,
500 void copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff,
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1214 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, Object array) { method in class:Allocation
1215 Trace.traceBegin(RenderScript.TRACE_TAG, "copy3DRangeFrom");
1238 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, method in class:Allocation

Completed in 34 milliseconds