Home
last modified time | relevance | path

Searched refs:AllocationElementReadFnPtr (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/cpp/
DrsDispatch.h67 typedef void (*AllocationElementReadFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, … typedef
162 AllocationElementReadFnPtr AllocationElementRead;
DrsDispatch.cpp52 …dispatchTab.AllocationElementRead = (AllocationElementReadFnPtr)dlsym(handle, "rsAllocationElement… in loadSymbols()