Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/cpp/
H A DrsDispatch.cpp58 dispatchTab.AllocationIoSend = (AllocationIoSendFnPtr)dlsym(handle, "rsAllocationIoSend"); in loadSymbols()
407 if (dispatchTab.AllocationIoSend == nullptr) { in loadSymbols()
H A DrsDispatch.h168 AllocationIoSendFnPtr AllocationIoSend; member
H A DAllocation.cpp482 tryDispatch(mRS, RS::dispatch->AllocationIoSend(mRS->getContext(), getID())); in ioSendOutput()
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DDevice.cpp128 .AllocationIoSend = (AllocationIoSendFnPtr)dlsym(handle, "rsAllocationIoSend"), in loadHAL()
H A DContext.cpp339 Device::getHal().AllocationIoSend(mContext, _allocation); in allocationIoSend()
/aosp12/frameworks/rs/
H A DrsHidlAdaptation.h99 static void AllocationIoSend(RsContext, RsAllocation);
H A DrsHidlAdaptation.cpp111 mEntryFuncs.AllocationIoSend = AllocationIoSend; in LoadDispatchForHidl()
1030 void RsHidlAdaptation::AllocationIoSend (RsContext context, RsAllocation allocation) in AllocationIoSend() function in RsHidlAdaptation
H A Drs.spec536 AllocationIoSend {
H A DrsApiStubs.cpp504 RS_DISPATCH(ctxWrapper, AllocationIoSend, alloc); in rsAllocationIoSend()
/aosp12/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1054 dispatchTab.AllocationIoSend((RsContext)con, (RsAllocation)alloc); in nAllocationIoSend()