HomeSort by relevance Sort by last modified time
    Searched refs:copy1DRangeFrom (Results 1 - 10 of 10) sorted by null

  /frameworks/rs/cpp/
Allocation.h 90 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);
Allocation.cpp 246 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const int32_t *d, size_t dataLen) {
251 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const int16_t *d, size_t dataLen) {
256 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const int8_t *d, size_t dataLen) {
261 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const float *d, size_t dataLen) {
266 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const Allocation *data,
  /frameworks/base/graphics/java/android/renderscript/
AllocationAdapter.java 54 super.copy1DRangeFrom(off, count, d);
60 super.copy1DRangeFrom(off, count, d);
66 super.copy1DRangeFrom(off, count, d);
72 super.copy1DRangeFrom(off, count, d);
Allocation.java 518 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) {
731 public void copy1DRangeFrom(int off, int count, short[] d) {
745 public void copy1DRangeFrom(int off, int count, byte[] d) {
759 public void copy1DRangeFrom(int off, int count, float[] d) {
773 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) {
    [all...]
  /frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
AllocationAdapter.java 54 super.copy1DRangeFrom(off, count, d);
60 super.copy1DRangeFrom(off, count, d);
66 super.copy1DRangeFrom(off, count, d);
72 super.copy1DRangeFrom(off, count, d);
Allocation.java 410 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) {
623 public void copy1DRangeFrom(int off, int count, short[] d) {
637 public void copy1DRangeFrom(int off, int count, byte[] d) {
651 public void copy1DRangeFrom(int off, int count, float[] d) {
665 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) {
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationTest.java 302 case 2: A.copy1DRangeFrom(offset, count, src); break;
326 case 2: A.copy1DRangeFrom(offset, count, src); break;
350 case 2: A.copy1DRangeFrom(offset, count, src); break;
374 case 2: A.copy1DRangeFrom(offset, count, src); break;
439 dstA.copy1DRangeFrom(offset, count, srcA, offset);
463 dstA.copy1DRangeFrom(offset, count, srcA, offset);
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
SceneManager.java 217 alloc.copy1DRangeFrom(0, allocArray.length, allocArray);
218 alloc.copy1DRangeFrom(allocArray.length, 1, nullChar);
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 293 milliseconds