/frameworks/rs/tests/cppallocation/ |
compute.cpp | 47 aout->copy1DRangeTo(0, numElems, buf);
|
/frameworks/av/media/libstagefright/filters/ |
IntrinsicBlurFilter.cpp | 94 mAllocOut->copy1DRangeTo(0, mWidth * mHeight, outBuffer->data());
|
RSFilter.cpp | 91 mAllocOut->copy1DRangeTo(0, mWidth * mHeight, outBuffer->data());
|
SaturationFilter.cpp | 94 mAllocOut->copy1DRangeTo(0, mWidth * mHeight, outBuffer->data());
|
/external/opencv3/modules/rsobjdetect/src/ |
innerloop.cpp | 81 outAllocation->copy1DRangeTo(0,width*height,outData);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
AllocationCopyToTest.java | 42 alloc.copy1DRangeTo(offset, count, outArray); 80 alloc.copy1DRangeTo(offset, count, outArray); 83 alloc.copy1DRangeTo(offset, count, (Object) outArray); 127 alloc.copy1DRangeTo(offset, count, outArray); 164 alloc.copy1DRangeTo(offset, count, outArray); 201 alloc.copy1DRangeTo(offset, count, outArray);
|
AllocationCopyPaddedTest.java | 602 alloc.copy1DRangeTo(offset, count, outArray); 640 alloc.copy1DRangeTo(offset, count, outArray); 683 alloc.copy1DRangeTo(offset, count, outArray); 721 alloc.copy1DRangeTo(offset, count, outArray); 759 alloc.copy1DRangeTo(offset, count, outArray); [all...] |
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
UT_alloc_copy.java | 72 alloc.copy1DRangeTo(offset, count, outArray); 114 alloc.copy1DRangeTo(offset, count, outArray); 156 alloc.copy1DRangeTo(offset, count, outArray); 198 alloc.copy1DRangeTo(offset, count, outArray); 240 alloc.copy1DRangeTo(offset, count, outArray);
|
UT_alloc_copyPadded.java | 716 alloc.copy1DRangeTo(offset, count, outArray); 759 alloc.copy1DRangeTo(offset, count, outArray); 802 alloc.copy1DRangeTo(offset, count, outArray); 845 alloc.copy1DRangeTo(offset, count, outArray); 888 alloc.copy1DRangeTo(offset, count, outArray); [all...] |
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
UT_alloc_copy.java | 72 alloc.copy1DRangeTo(offset, count, outArray); 114 alloc.copy1DRangeTo(offset, count, outArray); 156 alloc.copy1DRangeTo(offset, count, outArray); 198 alloc.copy1DRangeTo(offset, count, outArray); 240 alloc.copy1DRangeTo(offset, count, outArray);
|
UT_alloc_copyPadded.java | 716 alloc.copy1DRangeTo(offset, count, outArray); 759 alloc.copy1DRangeTo(offset, count, outArray); 802 alloc.copy1DRangeTo(offset, count, outArray); 845 alloc.copy1DRangeTo(offset, count, outArray); 888 alloc.copy1DRangeTo(offset, count, outArray); [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Allocation.java | [all...] |
/frameworks/base/rs/java/android/renderscript/ |
Allocation.java | [all...] |
/frameworks/rs/cpp/ |
Allocation.cpp | 241 void Allocation::copy1DRangeTo(uint32_t off, size_t count, void *data) { 278 copy1DRangeTo(0, mCurrentCount, data);
|
rsCppStructs.h | 702 void copy1DRangeTo(uint32_t off, size_t count, void *data); [all...] |
/prebuilts/sdk/renderscript/lib/ |
javalib.jar | |