Searched refs:copy1DRangeFrom (Results 1 - 7 of 7) sorted by relevance

/frameworks/rs/cpp/
H A DAllocation.h90 void copy1DRangeFrom(uint32_t off, size_t count, const int32_t* d, size_t dataLen);
91 void copy1DRangeFrom(uint32_t off, size_t count, const int16_t* d, size_t dataLen);
92 void copy1DRangeFrom(uint32_t off, size_t count, const int8_t* d, size_t dataLen);
93 void copy1DRangeFrom(uint32_t off, size_t count, const float* d, size_t dataLen);
94 void copy1DRangeFrom(uint32_t off, size_t count, const Allocation *data, uint32_t dataOff);
H A DAllocation.cpp246 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const int32_t *d, size_t dataLen) { function in class:Allocation
251 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const int16_t *d, size_t dataLen) { function in class:Allocation
256 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const int8_t *d, size_t dataLen) { function in class:Allocation
261 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const float *d, size_t dataLen) { function in class:Allocation
266 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const Allocation *data, function in class:Allocation
/frameworks/base/graphics/java/android/renderscript/
H A DAllocationAdapter.java54 super.copy1DRangeFrom(off, count, d);
60 super.copy1DRangeFrom(off, count, d);
66 super.copy1DRangeFrom(off, count, d);
72 super.copy1DRangeFrom(off, count, d);
H A DAllocation.java518 copy1DRangeFrom(0, mCurrentCount, d);
530 copy1DRangeFrom(0, mCurrentCount, d);
542 copy1DRangeFrom(0, mCurrentCount, d);
554 copy1DRangeFrom(0, mCurrentCount, d);
717 public void copy1DRangeFrom(int off, int count, int[] d) { method in class:Allocation
731 public void copy1DRangeFrom(int off, int count, short[] d) { method in class:Allocation
745 public void copy1DRangeFrom(int off, int count, byte[] d) { method in class:Allocation
759 public void copy1DRangeFrom(int off, int count, float[] d) { method in class:Allocation
773 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { method in class:Allocation
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DAllocationAdapter.java54 super.copy1DRangeFrom(off, count, d);
60 super.copy1DRangeFrom(off, count, d);
66 super.copy1DRangeFrom(off, count, d);
72 super.copy1DRangeFrom(off, count, d);
H A DAllocation.java410 copy1DRangeFrom(0, mCurrentCount, d);
422 copy1DRangeFrom(0, mCurrentCount, d);
434 copy1DRangeFrom(0, mCurrentCount, d);
446 copy1DRangeFrom(0, mCurrentCount, d);
609 public void copy1DRangeFrom(int off, int count, int[] d) { method in class:Allocation
623 public void copy1DRangeFrom(int off, int count, short[] d) { method in class:Allocation
637 public void copy1DRangeFrom(int off, int count, byte[] d) { method in class:Allocation
651 public void copy1DRangeFrom(int off, int count, float[] d) { method in class:Allocation
665 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { method in class:Allocation
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DSceneManager.java217 alloc.copy1DRangeFrom(0, allocArray.length, allocArray);
218 alloc.copy1DRangeFrom(allocArray.length, 1, nullChar);

Completed in 174 milliseconds