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

  /hardware/interfaces/renderscript/1.0/
IContext.hal 196 allocationCopyToBitmap(Allocation allocation, Ptr data, Size sizeBytes);
    [all...]
  /hardware/interfaces/renderscript/1.0/default/
Context.h 50 Return<void> allocationCopyToBitmap(Allocation allocation, Ptr data, Size sizeBytes) override;
Context.cpp 140 Return<void> Context::allocationCopyToBitmap(Allocation allocation, Ptr data, Size sizeBytes) {
144 Device::getHal().AllocationCopyToBitmap(mContext, _allocation, _data, _sizeBytes);
    [all...]
  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsCopyTests.cpp 132 * allocationCopyToBitmap. Then the Allocation is copied into dataOut with
136 * allocationCopyToBitmap, allocationRead
160 context->allocationCopyToBitmap(allocation, (Ptr)dataOut1.data(),
  /frameworks/rs/
rsHidlAdaptation.cpp 100 mEntryFuncs.AllocationCopyToBitmap = AllocationCopyToBitmap;
549 void RsHidlAdaptation::AllocationCopyToBitmap (RsContext context, RsAllocation allocation, void *data, size_t sizeBytes)
553 GetIContextHandle(context)->allocationCopyToBitmap(_allocation, data, sizeBytes);
    [all...]
  /test/vts/compilation_tools/vtsc/test/golden/FUZZER/
Context.fuzzer.cpp 231 } else if (target_func == "allocationCopyToBitmap") {
253 renderscript->allocationCopyToBitmap(arg0, arg1, arg2);
    [all...]

Completed in 69 milliseconds