Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h99 typedef void (*AllocationIoSendFnPtr) (RsContext, RsAllocation); typedef
128 AllocationIoSendFnPtr AllocationIoSend;
DrsDispatch.cpp56 dispatchTab.AllocationIoSend = (AllocationIoSendFnPtr)dlsym(handle, "rsAllocationIoSend"); in loadSymbols()