HomeSort by relevance Sort by last modified time
    Searched refs:allocationRead (Results 1 - 7 of 7) sorted by null

  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsScriptTests.cpp 192 * allocation1DWrite, scriptForEach, allocationRead
229 context->allocationRead(vout, (Ptr)dataOut.data(), (Size)dataOut.size()*sizeof(uint8_t));
238 * allocation1DWrite, scriptReduce, contextFinish, allocationRead
277 context->allocationRead(vaout, (Ptr)dataOut.data(), (Size)dataOut.size()*sizeof(int));
289 * allocationRead, scriptInvokeV, allocationRead
320 context->allocationRead(allocation, (Ptr)dataOut.data(), (Size)dataOut.size()*sizeof(int));
419 * scriptGroupExecute, allocationRead
486 context->allocationRead(allocation, (Ptr)dataOut.data(), (Size)dataOut.size()*sizeof(uint8_t));
496 * scriptGroup2Create, scriptGroupExecute, allocationRead
    [all...]
VtsCopyTests.cpp 133 * allocationRead.
136 * allocationCopyToBitmap, allocationRead
164 context->allocationRead(allocation, (Ptr)dataOut2.data(), (Size)dataOut2.size()*sizeof(float));
173 * allocationRead.
176 * allocationCreateTyped, allocationCopy2DRange, allocationRead
211 context->allocationRead(allocDst, (Ptr)dataOut.data(), (Size)dataOut.size()*sizeof(float));
225 * allocationRead.
228 * allocationCopy3DRange, allocationRead
263 context->allocationRead(allocDst, (Ptr)dataOut.data(), (Size)dataOut.size()*sizeof(float));
278 * into dataOut with allocationRead on the AllocationAdapter
    [all...]
  /hardware/interfaces/renderscript/1.0/
IContext.hal 321 allocationRead(Allocation allocation, Ptr data, Size sizeBytes);
    [all...]
  /hardware/interfaces/renderscript/1.0/default/
Context.h 56 Return<void> allocationRead(Allocation allocation, Ptr data, Size sizeBytes) override;
Context.cpp 209 Return<void> Context::allocationRead(Allocation allocation, Ptr data, Size sizeBytes) {
213 Device::getHal().AllocationRead(mContext, _allocation, _data, _sizeBytes);
    [all...]
  /frameworks/rs/
rsHidlAdaptation.cpp 112 mEntryFuncs.AllocationRead = AllocationRead;
618 void RsHidlAdaptation::AllocationRead (RsContext context, RsAllocation allocation, void *data, size_t sizeBytes)
622 GetIContextHandle(context)->allocationRead(_allocation, data, sizeBytes);
    [all...]
  /test/vts/compilation_tools/vtsc/test/golden/FUZZER/
Context.fuzzer.cpp 494 } else if (target_func == "allocationRead") {
516 renderscript->allocationRead(arg0, arg1, arg2);
    [all...]

Completed in 117 milliseconds