Home
last modified time | relevance | path

Searched refs:copy1DRangeFrom (Results 1 – 21 of 21) 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_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/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/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/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/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.java954 public void copy1DRangeFrom(int off, int count, Object array) { in copy1DRangeFrom() method in Allocation
969 public void copy1DRangeFrom(int off, int count, int[] d) { in copy1DRangeFrom() method in Allocation
983 public void copy1DRangeFrom(int off, int count, short[] d) { in copy1DRangeFrom() method in Allocation
997 public void copy1DRangeFrom(int off, int count, byte[] d) { in copy1DRangeFrom() method in Allocation
1011 public void copy1DRangeFrom(int off, int count, float[] d) { in copy1DRangeFrom() method in Allocation
1025 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { in copy1DRangeFrom() method in Allocation
/frameworks/rs/cpp/
DAllocation.cpp218 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const void *data) { in copy1DRangeFrom() function in Allocation
265 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, sp<const Allocation> data, in copy1DRangeFrom() function in Allocation
275 copy1DRangeFrom(0, mCurrentCount, data); in copy1DFrom()
DrsCppStructs.h412 void copy1DRangeFrom(uint32_t off, size_t count, const void *data);
421 void copy1DRangeFrom(uint32_t off, size_t count, sp<const Allocation> data, uint32_t dataOff);
/frameworks/base/rs/java/android/renderscript/
DAllocation.java1009 public void copy1DRangeFrom(int off, int count, Object array) { in copy1DRangeFrom() method in Allocation
1024 public void copy1DRangeFrom(int off, int count, int[] d) { in copy1DRangeFrom() method in Allocation
1038 public void copy1DRangeFrom(int off, int count, short[] d) { in copy1DRangeFrom() method in Allocation
1052 public void copy1DRangeFrom(int off, int count, byte[] d) { in copy1DRangeFrom() method in Allocation
1066 public void copy1DRangeFrom(int off, int count, float[] d) { in copy1DRangeFrom() method in Allocation
1080 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { in copy1DRangeFrom() method in Allocation
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
DSceneManager.java217 alloc.copy1DRangeFrom(0, allocArray.length, allocArray); in getStringAsAllocation()
218 alloc.copy1DRangeFrom(allocArray.length, 1, nullChar); in getStringAsAllocation()
/frameworks/support/v8/renderscript/api/
D23.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);
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);
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt300 NO DOC BLOCK: android.renderscript.Allocation Method copy1DRangeFrom(int, int, java.lang.Object)
/frameworks/base/api/
Dcurrent.txt27141 method public void copy1DRangeFrom(int, int, java.lang.Object);
27142 method public void copy1DRangeFrom(int, int, int[]);
27143 method public void copy1DRangeFrom(int, int, short[]);
27144 method public void copy1DRangeFrom(int, int, byte[]);
27145 method public void copy1DRangeFrom(int, int, float[]);
27146 method public void copy1DRangeFrom(int, int, android.renderscript.Allocation, int);
Dsystem-current.txt29200 method public void copy1DRangeFrom(int, int, java.lang.Object);
29201 method public void copy1DRangeFrom(int, int, int[]);
29202 method public void copy1DRangeFrom(int, int, short[]);
29203 method public void copy1DRangeFrom(int, int, byte[]);
29204 method public void copy1DRangeFrom(int, int, float[]);
29205 method public void copy1DRangeFrom(int, int, android.renderscript.Allocation, int);