/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 140 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/ |
D | jniallocations.cpp | 144 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/ |
D | Benchmark.java | 43 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/ |
D | UT_alloc_copy.java | 71 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()
|
D | UT_alloc_copyPadded.java | 715 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/ |
D | UT_alloc_copy.java | 75 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()
|
D | UT_alloc_copyPadded.java | 718 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/ |
D | UT_alloc_copy.java | 73 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()
|
D | UT_alloc_copyPadded.java | 716 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/ |
D | compute.cpp | 53 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/ |
D | compute.cpp | 53 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/ |
D | MainActivity.java | 59 mInAllocation.copy1DRangeFrom(0, mAllocSize, init); in runScript()
|
/frameworks/rs/tests/cpp_api/cppallocation/ |
D | compute.cpp | 43 ain->copy1DRangeFrom(0, numElems, buf); in main()
|
/frameworks/rs/tests/cpp_api/cpp-globalguard/ |
D | compute.cpp | 66 ain->copy1DRangeFrom(0, numElems, buf); in main()
|
/frameworks/av/media/libstagefright/filters/ |
D | RSFilter.cpp | 89 mAllocIn->copy1DRangeFrom(0, mWidth * mHeight, srcBuffer->data()); in processBuffers()
|
D | IntrinsicBlurFilter.cpp | 92 mAllocIn->copy1DRangeFrom(0, mWidth * mHeight, srcBuffer->data()); in processBuffers()
|
D | SaturationFilter.cpp | 92 mAllocIn->copy1DRangeFrom(0, mWidth * mHeight, srcBuffer->data()); in processBuffers()
|
/frameworks/rs/tests/lldb/cpp/KernelVariables/ |
D | KernelVariables.cpp | 41 int_allocation->copy1DRangeFrom(0, 4, buffer_int); in main()
|
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/ |
D | jnikernelvariables.cpp | 50 int_allocation->copy1DRangeFrom(0, 4, buffer_int); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS()
|
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
D | Allocation.java | 1289 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/ |
D | Allocation.cpp | 217 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()
|
D | rsCppStructs.h | 685 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/ |
D | Allocation.java | 1312 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/ |
D | 23.0.0.txt | 9912 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);
|
D | 23.1.1.txt | 10300 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);
|