Searched refs:AllocationShareBufferQueue (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/
H A DrsHidlAdaptation.h103 static void AllocationShareBufferQueue(RsContext context, RsAllocation valloc1, RsAllocation valloc2);
H A Drs.spec89 AllocationShareBufferQueue {
H A DrsHidlAdaptation.cpp116 mEntryFuncs.AllocationShareBufferQueue = AllocationShareBufferQueue;
1070 void RsHidlAdaptation::AllocationShareBufferQueue(RsContext context, RsAllocation valloc1, RsAllocation valloc2) function in class:RsHidlAdaptation
H A DrsApiStubs.cpp377 RS_DISPATCH(ctxWrapper, AllocationShareBufferQueue, alloc1, alloc2);
/frameworks/rs/cpp/
H A DrsDispatch.cpp63 dispatchTab.AllocationShareBufferQueue = (AllocationShareBufferQueueFnPtr)dlsym(handle, "rsAllocationShareBufferQueue");
H A DrsDispatch.h175 AllocationShareBufferQueueFnPtr AllocationShareBufferQueue; member in struct:dispatchTable

Completed in 2090 milliseconds