Searched refs:AllocationSetupBufferQueueFnPtr (Results 1 – 2 of 2) sorted by relevance
74 typedef void (*AllocationSetupBufferQueueFnPtr) (RsContext context, RsAllocation valloc, uint32_t n… typedef173 AllocationSetupBufferQueueFnPtr AllocationSetupBufferQueue;
62 …dispatchTab.AllocationSetupBufferQueue = (AllocationSetupBufferQueueFnPtr)dlsym(handle, "rsAllocat… in loadSymbols()