Home
last modified time | relevance | path

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

12

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp140 mChar2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_char); in initSignedAllocations()
141 mChar3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_char); in initSignedAllocations()
142 mChar4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_char); in initSignedAllocations()
146 mShortAllocation->copy1DRangeFrom(0, mAllocSize, buffer_short); in initSignedAllocations()
148 mShort3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_short); in initSignedAllocations()
149 mShort4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_short); in initSignedAllocations()
153 mIntAllocation->copy1DRangeFrom(0, mAllocSize, buffer_int); in initSignedAllocations()
154 mInt2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_int); in initSignedAllocations()
156 mInt4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_int); in initSignedAllocations()
160 mLongAllocation->copy1DRangeFrom(0, mAllocSize, buffer_long); in initSignedAllocations()
[all …]
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp144 mChar2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_char); in initSignedAllocations()
145 mChar3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_char); in initSignedAllocations()
146 mChar4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_char); in initSignedAllocations()
150 mShortAllocation->copy1DRangeFrom(0, mAllocSize, buffer_short); in initSignedAllocations()
152 mShort3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_short); in initSignedAllocations()
153 mShort4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_short); in initSignedAllocations()
157 mIntAllocation->copy1DRangeFrom(0, mAllocSize, buffer_int); in initSignedAllocations()
158 mInt2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_int); in initSignedAllocations()
160 mInt4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_int); in initSignedAllocations()
164 mLongAllocation->copy1DRangeFrom(0, mAllocSize, buffer_long); in initSignedAllocations()
[all …]
/frameworks/rs/tests/java_api/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/tests/java_api/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/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_alloc_copy.java75 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeTo_Byte()
117 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeTo_Short()
159 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeTo_Int()
201 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeTo_Float()
243 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeTo_Long()
470 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeToUnchecked_Byte()
512 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeToUnchecked_Short()
554 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeToUnchecked_Int()
596 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeToUnchecked_Float()
638 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeToUnchecked_Long()
DUT_alloc_copyPadded.java718 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeTo_Byte3()
761 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeTo_Short3()
804 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeTo_Int3()
847 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeTo_Float3()
890 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeTo_Long3()
1123 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeToUnchecked_Byte3()
1166 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeToUnchecked_Short3()
1209 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeToUnchecked_Int3()
1252 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeToUnchecked_Float3()
1295 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeToUnchecked_Long3()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_alloc_copy.java73 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeTo_Byte()
115 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeTo_Short()
157 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeTo_Int()
199 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeTo_Float()
241 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeTo_Long()
468 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeToUnchecked_Byte()
510 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeToUnchecked_Short()
552 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeToUnchecked_Int()
594 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeToUnchecked_Float()
636 alloc.copy1DRangeFrom(offset, count, inArray); in allocation_copy1DRangeToUnchecked_Long()
DUT_alloc_copyPadded.java716 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeTo_Byte3()
759 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeTo_Short3()
802 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeTo_Int3()
845 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeTo_Float3()
888 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeTo_Long3()
1121 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeToUnchecked_Byte3()
1164 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeToUnchecked_Short3()
1207 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeToUnchecked_Int3()
1250 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeToUnchecked_Float3()
1293 alloc.copy1DRangeFrom(offset, count, inArray); in testAllocation_copy1DRangeToUnchecked_Long3()
/frameworks/rs/tests/cpp_api/cppbasic/
Dcompute.cpp53 failed_alloc->copy1DRangeFrom(0, failed_t->getCount(), &failed); in test_compute()
60 ain->copy1DRangeFrom(0, t->getCount(), buf); in test_compute()
/frameworks/rs/tests/cpp_api/cppbasic-shared/
Dcompute.cpp53 failed_alloc->copy1DRangeFrom(0, failed_t->getCount(), &failed); in test_compute()
60 ain->copy1DRangeFrom(0, t->getCount(), buf); in test_compute()
/frameworks/rs/tests/lldb/java/BranchingFunCalls/src/com/android/rs/branchingfuncalls/
DMainActivity.java59 mInAllocation.copy1DRangeFrom(0, mAllocSize, init); in runScript()
/frameworks/rs/tests/cpp_api/cppallocation/
Dcompute.cpp43 ain->copy1DRangeFrom(0, numElems, buf); in main()
/frameworks/rs/tests/cpp_api/cpp-globalguard/
Dcompute.cpp66 ain->copy1DRangeFrom(0, numElems, buf); in main()
/frameworks/av/media/libstagefright/filters/
DRSFilter.cpp89 mAllocIn->copy1DRangeFrom(0, mWidth * mHeight, srcBuffer->data()); in processBuffers()
DIntrinsicBlurFilter.cpp92 mAllocIn->copy1DRangeFrom(0, mWidth * mHeight, srcBuffer->data()); in processBuffers()
DSaturationFilter.cpp92 mAllocIn->copy1DRangeFrom(0, mWidth * mHeight, srcBuffer->data()); in processBuffers()
/frameworks/rs/tests/lldb/cpp/KernelVariables/
DKernelVariables.cpp41 int_allocation->copy1DRangeFrom(0, 4, buffer_int); in main()
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
Djnikernelvariables.cpp50 int_allocation->copy1DRangeFrom(0, 4, buffer_int); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS()
/frameworks/rs/support/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, const 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, const sp<const Allocation>& data, uint32_t dataOf…
/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/api/
D23.0.0.txt9912 method public void copy1DRangeFrom(int, int, java.lang.Object);
9913 method public void copy1DRangeFrom(int, int, int[]);
9914 method public void copy1DRangeFrom(int, int, short[]);
9915 method public void copy1DRangeFrom(int, int, byte[]);
9916 method public void copy1DRangeFrom(int, int, float[]);
9917 method public void copy1DRangeFrom(int, int, android.support.v8.renderscript.Allocation, int);
D23.1.1.txt10300 method public void copy1DRangeFrom(int, int, java.lang.Object);
10301 method public void copy1DRangeFrom(int, int, int[]);
10302 method public void copy1DRangeFrom(int, int, short[]);
10303 method public void copy1DRangeFrom(int, int, byte[]);
10304 method public void copy1DRangeFrom(int, int, float[]);
10305 method public void copy1DRangeFrom(int, int, android.support.v8.renderscript.Allocation, int);

12