Home
last modified time | relevance | path

Searched refs:AllocationSetupBufferQueue (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/
DrsHidlAdaptation.h102 … static void AllocationSetupBufferQueue(RsContext context, RsAllocation valloc, uint32_t numAlloc);
Drs.spec83 AllocationSetupBufferQueue {
DrsHidlAdaptation.cpp115 mEntryFuncs.AllocationSetupBufferQueue = AllocationSetupBufferQueue; in LoadDispatchForHidl()
1063 void RsHidlAdaptation::AllocationSetupBufferQueue (RsContext context, RsAllocation allocation, uint… in AllocationSetupBufferQueue() function in RsHidlAdaptation
DrsApiStubs.cpp367 RS_DISPATCH(ctxWrapper, AllocationSetupBufferQueue, alloc, numAlloc); in rsAllocationSetupBufferQueue()
/frameworks/rs/cpp/
DrsDispatch.cpp62 …dispatchTab.AllocationSetupBufferQueue = (AllocationSetupBufferQueueFnPtr)dlsym(handle, "rsAllocat… in loadSymbols()
DrsDispatch.h173 AllocationSetupBufferQueueFnPtr AllocationSetupBufferQueue; member