Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h74 typedef void (*AllocationSetupBufferQueueFnPtr) (RsContext context, RsAllocation valloc, uint32_t n… typedef
173 AllocationSetupBufferQueueFnPtr AllocationSetupBufferQueue;
DrsDispatch.cpp62 …dispatchTab.AllocationSetupBufferQueue = (AllocationSetupBufferQueueFnPtr)dlsym(handle, "rsAllocat… in loadSymbols()