Home
last modified time | relevance | path

Searched refs:AllocationElementRead (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/cpp/
DrsDispatch.cpp52 …dispatchTab.AllocationElementRead = (AllocationElementReadFnPtr)dlsym(handle, "rsAllocationElement… in loadSymbols()
453 if (dispatchTab.AllocationElementRead == nullptr) { in loadSymbols()
DrsDispatch.h162 AllocationElementReadFnPtr AllocationElementRead; member
/frameworks/rs/
DrsHidlAdaptation.h92 …static void AllocationElementRead(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t,…
Drs.spec245 AllocationElementRead {
DrsHidlAdaptation.cpp105 mEntryFuncs.AllocationElementRead = AllocationElementRead; in LoadDispatchForHidl()
633 void RsHidlAdaptation::AllocationElementRead (RsContext context, RsAllocation allocation, uint32_t … in AllocationElementRead() function in RsHidlAdaptation
DrsApiStubs.cpp448 … RS_DISPATCH(ctxWrapper, AllocationElementRead, va, x, y, z, lod, data, data_length, comp_offset); in rsAllocationElementRead()