HomeSort by relevance Sort by last modified time
    Searched refs:copy1DRangeFrom (Results 1 - 25 of 45) sorted by null

1 2

  /frameworks/rs/tests/lldb/cpp/Allocations/
Allocations.cpp 140 mChar2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_char);
141 mChar3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_char);
142 mChar4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_char);
146 mShortAllocation->copy1DRangeFrom(0, mAllocSize, buffer_short);
148 mShort3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_short);
149 mShort4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_short);
153 mIntAllocation->copy1DRangeFrom(0, mAllocSize, buffer_int);
154 mInt2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_int);
156 mInt4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_int);
160 mLongAllocation->copy1DRangeFrom(0, mAllocSize, buffer_long)
    [all...]
  /frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
jniallocations.cpp 144 mChar2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_char);
145 mChar3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_char);
146 mChar4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_char);
150 mShortAllocation->copy1DRangeFrom(0, mAllocSize, buffer_short);
152 mShort3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_short);
153 mShort4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_short);
157 mIntAllocation->copy1DRangeFrom(0, mAllocSize, buffer_int);
158 mInt2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_int);
160 mInt4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_int);
164 mLongAllocation->copy1DRangeFrom(0, mAllocSize, buffer_long)
    [all...]
  /frameworks/rs/tests/java_api/LatencyBenchmark/src/com/example/android/rs/computebench/
Benchmark.java 43 aout.copy1DRangeFrom(0, 1, temp);
54 aout.copy1DRangeFrom(0, 1, temp);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RSBaseCompute.java 122 alloc.copy1DRangeFrom(0, INPUTSIZE, inArray);
129 alloc.copy1DRangeFrom(0, INPUTSIZE, inArray);
139 alloc.copy1DRangeFrom(0, INPUTSIZE, inArray);
143 alloc.copy1DRangeFrom(0, INPUTSIZE, inArray);
147 alloc.copy1DRangeFrom(0, INPUTSIZE, inArray);
151 alloc.copy1DRangeFrom(0, INPUTSIZE, inArray);
155 alloc.copy1DRangeFrom(0, INPUTSIZE, inArray);
159 alloc.copy1DRangeFrom(0, INPUTSIZE, inArray);
163 alloc.copy1DRangeFrom(0, INPUTSIZE, inArray);
167 alloc.copy1DRangeFrom(0, INPUTSIZE, inArray)
    [all...]
AllocationResize.java 52 mIn.copy1DRangeFrom(0, INPUTSIZE, inArray);
InitTest.java 45 mIn.copy1DRangeFrom(0, INPUTSIZE, in);
RsPackColorTo8888Test.java 81 mAllocationIn.copy1DRangeFrom(0, INPUTSIZE, inArray);
111 mAllocationIn.copy1DRangeFrom(0, INPUTSIZE, inArray);
RsUnpackColor8888Test.java 52 mAllocationIn.copy1DRangeFrom(0, INPUTSIZE, inArray);
AllocationCopyToTest.java 49 alloc.copy1DRangeFrom(offset, count, inArray);
87 alloc.copy1DRangeFrom(offset, count, inArray);
90 alloc.copy1DRangeFrom(offset, count, (Object) inArray);
134 alloc.copy1DRangeFrom(offset, count, inArray);
171 alloc.copy1DRangeFrom(offset, count, inArray);
208 alloc.copy1DRangeFrom(offset, count, inArray);
665 alloc.copy1DRangeFrom(offset, count, inArray);
702 alloc.copy1DRangeFrom(offset, count, inArray);
744 alloc.copy1DRangeFrom(offset, count, inArray);
781 alloc.copy1DRangeFrom(offset, count, inArray)
    [all...]
AllocationCopyPaddedTest.java 619 alloc.copy1DRangeFrom(offset, count, inArray);
658 alloc.copy1DRangeFrom(offset, count, inArray);
702 alloc.copy1DRangeFrom(offset, count, inArray);
741 alloc.copy1DRangeFrom(offset, count, inArray);
780 alloc.copy1DRangeFrom(offset, count, inArray);
    [all...]
  /frameworks/rs/tests/cpp_api/cpp-globalguard/
compute.cpp 66 ain->copy1DRangeFrom(0, numElems, buf);
  /frameworks/rs/tests/cpp_api/cppallocation/
compute.cpp 43 ain->copy1DRangeFrom(0, numElems, buf);
  /frameworks/rs/tests/lldb/java/BranchingFunCalls/src/com/android/rs/branchingfuncalls/
MainActivity.java 59 mInAllocation.copy1DRangeFrom(0, mAllocSize, init);
  /frameworks/rs/tests/cpp_api/cppbasic/
compute.cpp 53 failed_alloc->copy1DRangeFrom(0, failed_t->getCount(), &failed);
60 ain->copy1DRangeFrom(0, t->getCount(), buf);
  /frameworks/rs/tests/cpp_api/cppbasic-shared/
compute.cpp 53 failed_alloc->copy1DRangeFrom(0, failed_t->getCount(), &failed);
60 ain->copy1DRangeFrom(0, t->getCount(), buf);
  /frameworks/av/media/libstagefright/filters/
IntrinsicBlurFilter.cpp 92 mAllocIn->copy1DRangeFrom(0, mWidth * mHeight, srcBuffer->data());
RSFilter.cpp 89 mAllocIn->copy1DRangeFrom(0, mWidth * mHeight, srcBuffer->data());
SaturationFilter.cpp 92 mAllocIn->copy1DRangeFrom(0, mWidth * mHeight, srcBuffer->data());
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_alloc_copy.java 71 alloc.copy1DRangeFrom(offset, count, inArray);
113 alloc.copy1DRangeFrom(offset, count, inArray);
155 alloc.copy1DRangeFrom(offset, count, inArray);
197 alloc.copy1DRangeFrom(offset, count, inArray);
239 alloc.copy1DRangeFrom(offset, count, inArray);
466 alloc.copy1DRangeFrom(offset, count, inArray);
508 alloc.copy1DRangeFrom(offset, count, inArray);
550 alloc.copy1DRangeFrom(offset, count, inArray);
592 alloc.copy1DRangeFrom(offset, count, inArray);
634 alloc.copy1DRangeFrom(offset, count, inArray)
    [all...]
UT_alloc_copyPadded.java 715 alloc.copy1DRangeFrom(offset, count, inArray);
758 alloc.copy1DRangeFrom(offset, count, inArray);
801 alloc.copy1DRangeFrom(offset, count, inArray);
844 alloc.copy1DRangeFrom(offset, count, inArray);
887 alloc.copy1DRangeFrom(offset, count, inArray);
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_alloc_copy.java 73 alloc.copy1DRangeFrom(offset, count, inArray);
115 alloc.copy1DRangeFrom(offset, count, inArray);
157 alloc.copy1DRangeFrom(offset, count, inArray);
199 alloc.copy1DRangeFrom(offset, count, inArray);
241 alloc.copy1DRangeFrom(offset, count, inArray);
468 alloc.copy1DRangeFrom(offset, count, inArray);
510 alloc.copy1DRangeFrom(offset, count, inArray);
552 alloc.copy1DRangeFrom(offset, count, inArray);
594 alloc.copy1DRangeFrom(offset, count, inArray);
636 alloc.copy1DRangeFrom(offset, count, inArray)
    [all...]
UT_alloc_copyPadded.java 716 alloc.copy1DRangeFrom(offset, count, inArray);
759 alloc.copy1DRangeFrom(offset, count, inArray);
802 alloc.copy1DRangeFrom(offset, count, inArray);
845 alloc.copy1DRangeFrom(offset, count, inArray);
888 alloc.copy1DRangeFrom(offset, count, inArray);
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_alloc_copy.java 75 alloc.copy1DRangeFrom(offset, count, inArray);
117 alloc.copy1DRangeFrom(offset, count, inArray);
159 alloc.copy1DRangeFrom(offset, count, inArray);
201 alloc.copy1DRangeFrom(offset, count, inArray);
243 alloc.copy1DRangeFrom(offset, count, inArray);
470 alloc.copy1DRangeFrom(offset, count, inArray);
512 alloc.copy1DRangeFrom(offset, count, inArray);
554 alloc.copy1DRangeFrom(offset, count, inArray);
596 alloc.copy1DRangeFrom(offset, count, inArray);
638 alloc.copy1DRangeFrom(offset, count, inArray)
    [all...]
  /frameworks/rs/tests/lldb/cpp/KernelVariables/
KernelVariables.cpp 41 int_allocation->copy1DRangeFrom(0, 4, buffer_int);
  /frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
jnikernelvariables.cpp 50 int_allocation->copy1DRangeFrom(0, 4, buffer_int);

Completed in 448 milliseconds

1 2