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

/frameworks/rs/cpp/
H A DrsDispatch.h68 typedef void (*AllocationElementReadFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t, void*, size_t, size_t); typedef
163 AllocationElementReadFnPtr AllocationElementRead;
H A DrsDispatch.cpp52 dispatchTab.AllocationElementRead = (AllocationElementReadFnPtr)dlsym(handle, "rsAllocationElementRead");

Completed in 63 milliseconds