Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h63 typedef void (*AllocationReadFnPtr) (RsContext, RsAllocation, void*, size_t); typedef
147 AllocationReadFnPtr AllocationRead;
DrsDispatch.cpp203 dispatchTab.AllocationRead = (AllocationReadFnPtr)dlsym(handle, "rsAllocationRead"); in loadSymbols()