/frameworks/rs/java/tests/LatencyBenchmark/src/com/example/android/rs/computebench/ |
Benchmark.java | 43 aout.copy1DRangeFrom(0, 1, temp); 54 aout.copy1DRangeFrom(0, 1, temp);
|
/frameworks/base/graphics/java/android/renderscript/ |
AllocationAdapter.java | 55 super.copy1DRangeFrom(off, count, d); 61 super.copy1DRangeFrom(off, count, d); 67 super.copy1DRangeFrom(off, count, d); 73 super.copy1DRangeFrom(off, count, d);
|
Allocation.java | 610 copy1DRangeFrom(0, mCurrentCount, d); 630 copy1DRangeFrom(0, mCurrentCount, d); 650 copy1DRangeFrom(0, mCurrentCount, d); 670 copy1DRangeFrom(0, mCurrentCount, d); 874 public void copy1DRangeFrom(int off, int count, int[] d) { 875 Trace.traceBegin(RenderScript.TRACE_TAG, "copy1DRangeFrom"); [all...] |
/frameworks/rs/tests/cppbasic/ |
compute.cpp | 45 failed_alloc->copy1DRangeFrom(0, failed_t->getCount(), &failed); 52 ain->copy1DRangeFrom(0, t->getCount(), buf);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
AllocationResize.java | 49 mIn.copy1DRangeFrom(0, INPUTSIZE, inArray);
|
InitTest.java | 46 mIn.copy1DRangeFrom(0, INPUTSIZE, in);
|
RsPackColorTo8888Test.java | 76 mAllocationIn.copy1DRangeFrom(0, INPUTSIZE, inArray); 103 mAllocationIn.copy1DRangeFrom(0, INPUTSIZE, inArray);
|
RsUnpackColor8888Test.java | 45 mAllocationIn.copy1DRangeFrom(0, INPUTSIZE, inArray);
|
AllocationTest.java | 304 case 2: A.copy1DRangeFrom(offset, count, src); break; 328 case 2: A.copy1DRangeFrom(offset, count, src); break; 352 case 2: A.copy1DRangeFrom(offset, count, src); break; 376 case 2: A.copy1DRangeFrom(offset, count, src); break; 441 dstA.copy1DRangeFrom(offset, count, srcA, offset); 465 dstA.copy1DRangeFrom(offset, count, srcA, offset);
|
/frameworks/rs/tests/cppallocation/ |
compute.cpp | 43 ain->copy1DRangeFrom(0, numElems, buf);
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
AllocationThunker.java | 252 public void copy1DRangeFrom(int off, int count, int[] d) { 254 mN.copy1DRangeFrom(off, count, d); 259 public void copy1DRangeFrom(int off, int count, short[] d) { 261 mN.copy1DRangeFrom(off, count, d); 266 public void copy1DRangeFrom(int off, int count, byte[] d) { 268 mN.copy1DRangeFrom(off, count, d); 273 public void copy1DRangeFrom(int off, int count, float[] d) { 275 mN.copy1DRangeFrom(off, count, d); 281 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { 284 mN.copy1DRangeFrom(off, count, at.mN, dataOff) [all...] |
Allocation.java | 532 copy1DRangeFrom(0, mCurrentCount, d); 550 copy1DRangeFrom(0, mCurrentCount, d); 568 copy1DRangeFrom(0, mCurrentCount, d); 586 copy1DRangeFrom(0, mCurrentCount, d); 775 public void copy1DRangeFrom(int off, int count, int[] d) { 789 public void copy1DRangeFrom(int off, int count, short[] d) { 803 public void copy1DRangeFrom(int off, int count, byte[] d) { 817 public void copy1DRangeFrom(int off, int count, float[] d) { 831 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { [all...] |
/frameworks/rs/cpp/ |
Allocation.cpp | 176 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const void *data) { 207 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, sp<const Allocation> data, 217 copy1DRangeFrom(0, mCurrentCount, data);
|
rsCppStructs.h | 360 void copy1DRangeFrom(uint32_t off, size_t count, const void *data); 369 void copy1DRangeFrom(uint32_t off, size_t count, sp<const Allocation> data, uint32_t dataOff); [all...] |
/prebuilts/sdk/renderscript/lib/ |
javalib.jar | |
/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/18/ |
android.jar | |
/prebuilts/sdk/19/ |
android.jar | |
/prebuilts/sdk/current/ |
android.jar | |