Searched refs:AllocationIoSend (Results 1 – 8 of 8) sorted by relevance
58 dispatchTab.AllocationIoSend = (AllocationIoSendFnPtr)dlsym(handle, "rsAllocationIoSend"); in loadSymbols()407 if (dispatchTab.AllocationIoSend == nullptr) { in loadSymbols()
168 AllocationIoSendFnPtr AllocationIoSend; member
482 tryDispatch(mRS, RS::dispatch->AllocationIoSend(mRS->getContext(), getID())); in ioSendOutput()
99 static void AllocationIoSend(RsContext, RsAllocation);
536 AllocationIoSend {
111 mEntryFuncs.AllocationIoSend = AllocationIoSend; in LoadDispatchForHidl()1030 void RsHidlAdaptation::AllocationIoSend (RsContext context, RsAllocation allocation) in AllocationIoSend() function in RsHidlAdaptation
504 RS_DISPATCH(ctxWrapper, AllocationIoSend, alloc); in rsAllocationIoSend()
1052 dispatchTab.AllocationIoSend((RsContext)con, (RsAllocation)alloc); in nAllocationIoSend()