Searched refs:AllocationShareBufferQueue (Results 1 – 6 of 6) sorted by relevance
103 …static void AllocationShareBufferQueue(RsContext context, RsAllocation valloc1, RsAllocation vallo…
89 AllocationShareBufferQueue {
116 mEntryFuncs.AllocationShareBufferQueue = AllocationShareBufferQueue; in LoadDispatchForHidl()1070 void RsHidlAdaptation::AllocationShareBufferQueue(RsContext context, RsAllocation valloc1, RsAlloca… in AllocationShareBufferQueue() function in RsHidlAdaptation
372 RS_DISPATCH(ctxWrapper, AllocationShareBufferQueue, alloc1, alloc2); in rsAllocationShareBufferQueue()
63 …dispatchTab.AllocationShareBufferQueue = (AllocationShareBufferQueueFnPtr)dlsym(handle, "rsAllocat… in loadSymbols()
174 AllocationShareBufferQueueFnPtr AllocationShareBufferQueue; member