Home
last modified time | relevance | path

Searched refs:copy1DRangeFrom (Results 1 – 24 of 24) sorted by relevance

/frameworks/rs/java/tests/LatencyBenchmark/src/com/example/android/rs/computebench/
DBenchmark.java43 aout.copy1DRangeFrom(0, 1, temp); in run()
54 aout.copy1DRangeFrom(0, 1, temp); in run()
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
DUT_alloc_copy.java71 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeTo_Byte()
113 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeTo_Short()
155 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeTo_Int()
197 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeTo_Float()
239 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeTo_Long()
466 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeToUnchecked_Byte()
508 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeToUnchecked_Short()
550 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeToUnchecked_Int()
592 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeToUnchecked_Float()
634 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeToUnchecked_Long()
DUT_alloc_copyPadded.java715 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeTo_Byte3()
758 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeTo_Short3()
801 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeTo_Int3()
844 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeTo_Float3()
887 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeTo_Long3()
1120 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeToUnchecked_Byte3()
1163 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeToUnchecked_Short3()
1206 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeToUnchecked_Int3()
1249 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeToUnchecked_Float3()
1292 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeToUnchecked_Long3()
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
DUT_alloc_copy.java71 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeTo_Byte()
113 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeTo_Short()
155 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeTo_Int()
197 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeTo_Float()
239 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeTo_Long()
466 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeToUnchecked_Byte()
508 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeToUnchecked_Short()
550 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeToUnchecked_Int()
592 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeToUnchecked_Float()
634 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeToUnchecked_Long()
DUT_alloc_copyPadded.java715 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeTo_Byte3()
758 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeTo_Short3()
801 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeTo_Int3()
844 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeTo_Float3()
887 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeTo_Long3()
1120 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeToUnchecked_Byte3()
1163 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeToUnchecked_Short3()
1206 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeToUnchecked_Int3()
1249 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeToUnchecked_Float3()
1292 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeToUnchecked_Long3()
/frameworks/rs/tests/cppbasic-shared/
Dcompute.cpp56 failed_alloc->copy1DRangeFrom(0, failed_t->getCount(), &failed); in test_compute()
63 ain->copy1DRangeFrom(0, t->getCount(), buf); in test_compute()
/frameworks/rs/tests/cppbasic/
Dcompute.cpp56 failed_alloc->copy1DRangeFrom(0, failed_t->getCount(), &failed); in test_compute()
63 ain->copy1DRangeFrom(0, t->getCount(), buf); in test_compute()
/frameworks/rs/tests/cppallocation/
Dcompute.cpp43 ain->copy1DRangeFrom(0, numElems, buf); in main()
/frameworks/av/media/libstagefright/filters/
DRSFilter.cpp89 mAllocIn->copy1DRangeFrom(0, mWidth * mHeight, srcBuffer->data()); in processBuffers()
DSaturationFilter.cpp92 mAllocIn->copy1DRangeFrom(0, mWidth * mHeight, srcBuffer->data()); in processBuffers()
DIntrinsicBlurFilter.cpp92 mAllocIn->copy1DRangeFrom(0, mWidth * mHeight, srcBuffer->data()); in processBuffers()
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DAllocation.java1289 public void copy1DRangeFrom(int off, int count, Object array) { in copy1DRangeFrom() method in Allocation
1319 public void copy1DRangeFrom(int off, int count, int[] d) { in copy1DRangeFrom() method in Allocation
1348 public void copy1DRangeFrom(int off, int count, short[] d) { in copy1DRangeFrom() method in Allocation
1377 public void copy1DRangeFrom(int off, int count, byte[] d) { in copy1DRangeFrom() method in Allocation
1406 public void copy1DRangeFrom(int off, int count, float[] d) { in copy1DRangeFrom() method in Allocation
1420 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { in copy1DRangeFrom() method in Allocation
/frameworks/rs/cpp/
DAllocation.cpp217 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const void *data) { in copy1DRangeFrom() function in Allocation
264 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, sp<const Allocation> data, in copy1DRangeFrom() function in Allocation
274 copy1DRangeFrom(0, mCurrentCount, data); in copy1DFrom()
DrsCppStructs.h685 void copy1DRangeFrom(uint32_t off, size_t count, const void *data);
694 void copy1DRangeFrom(uint32_t off, size_t count, sp<const Allocation> data, uint32_t dataOff);
/frameworks/base/rs/java/android/renderscript/
DAllocation.java1312 public void copy1DRangeFrom(int off, int count, Object array) { in copy1DRangeFrom() method in Allocation
1342 public void copy1DRangeFrom(int off, int count, int[] d) { in copy1DRangeFrom() method in Allocation
1371 public void copy1DRangeFrom(int off, int count, short[] d) { in copy1DRangeFrom() method in Allocation
1400 public void copy1DRangeFrom(int off, int count, byte[] d) { in copy1DRangeFrom() method in Allocation
1429 public void copy1DRangeFrom(int off, int count, float[] d) { in copy1DRangeFrom() method in Allocation
1443 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { in copy1DRangeFrom() method in Allocation
/frameworks/support/v8/renderscript/api/
Dcurrent.txt4 method public void copy1DRangeFrom(int, int, java.lang.Object);
5 method public void copy1DRangeFrom(int, int, int[]);
6 method public void copy1DRangeFrom(int, int, short[]);
7 method public void copy1DRangeFrom(int, int, byte[]);
8 method public void copy1DRangeFrom(int, int, float[]);
9 method public void copy1DRangeFrom(int, int, android.support.v8.renderscript.Allocation, int);
D23.1.0.txt4 method public void copy1DRangeFrom(int, int, java.lang.Object);
5 method public void copy1DRangeFrom(int, int, int[]);
6 method public void copy1DRangeFrom(int, int, short[]);
7 method public void copy1DRangeFrom(int, int, byte[]);
8 method public void copy1DRangeFrom(int, int, float[]);
9 method public void copy1DRangeFrom(int, int, android.support.v8.renderscript.Allocation, int);
D23.0.0.txt4 method public void copy1DRangeFrom(int, int, java.lang.Object);
5 method public void copy1DRangeFrom(int, int, int[]);
6 method public void copy1DRangeFrom(int, int, short[]);
7 method public void copy1DRangeFrom(int, int, byte[]);
8 method public void copy1DRangeFrom(int, int, float[]);
9 method public void copy1DRangeFrom(int, int, android.support.v8.renderscript.Allocation, int);
D23.1.1.txt4 method public void copy1DRangeFrom(int, int, java.lang.Object);
5 method public void copy1DRangeFrom(int, int, int[]);
6 method public void copy1DRangeFrom(int, int, short[]);
7 method public void copy1DRangeFrom(int, int, byte[]);
8 method public void copy1DRangeFrom(int, int, float[]);
9 method public void copy1DRangeFrom(int, int, android.support.v8.renderscript.Allocation, int);
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt300 NO DOC BLOCK: android.renderscript.Allocation Method copy1DRangeFrom(int, int, java.lang.Object)
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt25905 method public void copy1DRangeFrom(int, int, java.lang.Object);
25906 method public void copy1DRangeFrom(int, int, int[]);
25907 method public void copy1DRangeFrom(int, int, short[]);
25908 method public void copy1DRangeFrom(int, int, byte[]);
25909 method public void copy1DRangeFrom(int, int, float[]);
25910 method public void copy1DRangeFrom(int, int, android.renderscript.Allocation, int);
/frameworks/base/api/
Dcurrent.txt33016 method public void copy1DRangeFrom(int, int, java.lang.Object);
33017 method public void copy1DRangeFrom(int, int, int[]);
33018 method public void copy1DRangeFrom(int, int, short[]);
33019 method public void copy1DRangeFrom(int, int, byte[]);
33020 method public void copy1DRangeFrom(int, int, float[]);
33021 method public void copy1DRangeFrom(int, int, android.renderscript.Allocation, int);
Dsystem-current.txt35724 method public void copy1DRangeFrom(int, int, java.lang.Object);
35725 method public void copy1DRangeFrom(int, int, int[]);
35726 method public void copy1DRangeFrom(int, int, short[]);
35727 method public void copy1DRangeFrom(int, int, byte[]);
35728 method public void copy1DRangeFrom(int, int, float[]);
35729 method public void copy1DRangeFrom(int, int, android.renderscript.Allocation, int);
Dtest-current.txt33092 method public void copy1DRangeFrom(int, int, java.lang.Object);
33093 method public void copy1DRangeFrom(int, int, int[]);
33094 method public void copy1DRangeFrom(int, int, short[]);
33095 method public void copy1DRangeFrom(int, int, byte[]);
33096 method public void copy1DRangeFrom(int, int, float[]);
33097 method public void copy1DRangeFrom(int, int, android.renderscript.Allocation, int);