Searched refs:AllocationElementRead (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/cpp/ |
D | rsDispatch.cpp | 52 …dispatchTab.AllocationElementRead = (AllocationElementReadFnPtr)dlsym(handle, "rsAllocationElement… in loadSymbols() 453 if (dispatchTab.AllocationElementRead == nullptr) { in loadSymbols()
|
D | rsDispatch.h | 162 AllocationElementReadFnPtr AllocationElementRead; member
|
/frameworks/rs/ |
D | rsHidlAdaptation.h | 92 …static void AllocationElementRead(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t,…
|
D | rs.spec | 245 AllocationElementRead {
|
D | rsHidlAdaptation.cpp | 105 mEntryFuncs.AllocationElementRead = AllocationElementRead; in LoadDispatchForHidl() 633 void RsHidlAdaptation::AllocationElementRead (RsContext context, RsAllocation allocation, uint32_t … in AllocationElementRead() function in RsHidlAdaptation
|
D | rsApiStubs.cpp | 448 … RS_DISPATCH(ctxWrapper, AllocationElementRead, va, x, y, z, lod, data, data_length, comp_offset); in rsAllocationElementRead()
|