Home
last modified time | relevance | path

Searched refs:AllocationIoSend (Results 1 – 8 of 8) sorted by relevance

/frameworks/rs/cpp/
DrsDispatch.cpp58 dispatchTab.AllocationIoSend = (AllocationIoSendFnPtr)dlsym(handle, "rsAllocationIoSend"); in loadSymbols()
407 if (dispatchTab.AllocationIoSend == nullptr) { in loadSymbols()
DrsDispatch.h168 AllocationIoSendFnPtr AllocationIoSend; member
DAllocation.cpp482 tryDispatch(mRS, RS::dispatch->AllocationIoSend(mRS->getContext(), getID())); in ioSendOutput()
/frameworks/rs/
DrsHidlAdaptation.h99 static void AllocationIoSend(RsContext, RsAllocation);
Drs.spec536 AllocationIoSend {
DrsHidlAdaptation.cpp111 mEntryFuncs.AllocationIoSend = AllocationIoSend; in LoadDispatchForHidl()
1030 void RsHidlAdaptation::AllocationIoSend (RsContext context, RsAllocation allocation) in AllocationIoSend() function in RsHidlAdaptation
DrsApiStubs.cpp504 RS_DISPATCH(ctxWrapper, AllocationIoSend, alloc); in rsAllocationIoSend()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1052 dispatchTab.AllocationIoSend((RsContext)con, (RsAllocation)alloc); in nAllocationIoSend()