/frameworks/rs/java/tests/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/java/tests/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/java/tests/RSTest_CompatLib/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/cppbasic/ |
D | compute.cpp | 56 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/ |
D | compute.cpp | 56 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/ |
D | compute.cpp | 43 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 | SaturationFilter.cpp | 92 mAllocIn->copy1DRangeFrom(0, mWidth * mHeight, srcBuffer->data()); in processBuffers()
|
D | IntrinsicBlurFilter.cpp | 92 mAllocIn->copy1DRangeFrom(0, mWidth * mHeight, srcBuffer->data()); in processBuffers()
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | Allocation.java | 954 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/ |
D | Allocation.cpp | 218 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()
|
D | rsCppStructs.h | 412 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/ |
D | Allocation.java | 1009 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/ |
D | SceneManager.java | 217 alloc.copy1DRangeFrom(0, allocArray.length, allocArray); in getStringAsAllocation() 218 alloc.copy1DRangeFrom(allocArray.length, 1, nullChar); in getStringAsAllocation()
|
/frameworks/support/v8/renderscript/api/ |
D | 23.txt | 4 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);
|
D | current.txt | 4 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/ |
D | missingSinces.txt | 300 NO DOC BLOCK: android.renderscript.Allocation Method copy1DRangeFrom(int, int, java.lang.Object)
|
/frameworks/base/api/ |
D | current.txt | 27141 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);
|
D | system-current.txt | 29200 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);
|