Home | History | Annotate | Download | only in rs

Lines Matching refs:allocationRead

112     mEntryFuncs.AllocationRead = AllocationRead;
618 void RsHidlAdaptation::AllocationRead (RsContext context, RsAllocation allocation, void *data, size_t sizeBytes)
622 GetIContextHandle(context)->allocationRead(_allocation, data, sizeBytes);