HomeSort by relevance Sort by last modified time
    Searched defs:AllocationRead (Results 1 - 2 of 2) sorted by null

  /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...]
  /frameworks/rs/cpp/
rsDispatch.h 169 AllocationReadFnPtr AllocationRead;

Completed in 48 milliseconds