Home
last modified time | relevance | path

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

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