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

/frameworks/rs/cpp/
H A DrsDispatch.h61 typedef void (*AllocationElementDataFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t, const void*, size_t, size_t); typedef
161 AllocationElementDataFnPtr AllocationElementData;
H A DrsDispatch.cpp51 dispatchTab.AllocationElementData = (AllocationElementDataFnPtr)dlsym(handle, "rsAllocationElementData");

Completed in 135 milliseconds