Searched refs:AllocationSetupBufferQueue (Results 1 – 6 of 6) sorted by relevance
102 … static void AllocationSetupBufferQueue(RsContext context, RsAllocation valloc, uint32_t numAlloc);
83 AllocationSetupBufferQueue {
115 mEntryFuncs.AllocationSetupBufferQueue = AllocationSetupBufferQueue; in LoadDispatchForHidl()1063 void RsHidlAdaptation::AllocationSetupBufferQueue (RsContext context, RsAllocation allocation, uint… in AllocationSetupBufferQueue() function in RsHidlAdaptation
367 RS_DISPATCH(ctxWrapper, AllocationSetupBufferQueue, alloc, numAlloc); in rsAllocationSetupBufferQueue()
62 …dispatchTab.AllocationSetupBufferQueue = (AllocationSetupBufferQueueFnPtr)dlsym(handle, "rsAllocat… in loadSymbols()
173 AllocationSetupBufferQueueFnPtr AllocationSetupBufferQueue; member