Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h75 typedef void (*AllocationShareBufferQueueFnPtr) (RsContext context, RsAllocation valloc1, RsAllocat… typedef
174 AllocationShareBufferQueueFnPtr AllocationShareBufferQueue;
DrsDispatch.cpp63 …dispatchTab.AllocationShareBufferQueue = (AllocationShareBufferQueueFnPtr)dlsym(handle, "rsAllocat… in loadSymbols()