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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java528 copy3DRangeFrom(0, 0, 0, mCurrentDimX, mCurrentDimY, mCurrentDimZ, d);
546 copy3DRangeFrom(0, 0, 0, mCurrentDimX, mCurrentDimY, mCurrentDimZ, d);
564 copy3DRangeFrom(0, 0, 0, mCurrentDimX, mCurrentDimY, mCurrentDimZ, d);
582 copy3DRangeFrom(0, 0, 0, mCurrentDimX, mCurrentDimY, mCurrentDimZ, d);
1064 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, byte[] data) { method in class:Allocation
1073 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, short[] data) { method in class:Allocation
1082 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, int[] data) { method in class:Allocation
1091 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, float[] data) { method in class:Allocation
1112 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, method in class:Allocation
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java606 copy3DRangeFrom(0, 0, 0, mCurrentDimX, mCurrentDimY, mCurrentDimZ, d);
626 copy3DRangeFrom(0, 0, 0, mCurrentDimX, mCurrentDimY, mCurrentDimZ, d);
646 copy3DRangeFrom(0, 0, 0, mCurrentDimX, mCurrentDimY, mCurrentDimZ, d);
666 copy3DRangeFrom(0, 0, 0, mCurrentDimX, mCurrentDimY, mCurrentDimZ, d);
1190 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, byte[] data) { method in class:Allocation
1199 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, short[] data) { method in class:Allocation
1208 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, int[] data) { method in class:Allocation
1217 public void copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, float[] data) { method in class:Allocation
1238 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.cpp297 void Allocation::copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, function in class:Allocation
306 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.h478 void copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w,
494 void copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff,

Completed in 136 milliseconds