Searched refs:AllocationIoSend (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/rs/cpp/ |
H A D | rsDispatch.cpp | 58 dispatchTab.AllocationIoSend = (AllocationIoSendFnPtr)dlsym(handle, "rsAllocationIoSend"); in loadSymbols() 407 if (dispatchTab.AllocationIoSend == nullptr) { in loadSymbols()
|
H A D | rsDispatch.h | 168 AllocationIoSendFnPtr AllocationIoSend; member
|
H A D | Allocation.cpp | 482 tryDispatch(mRS, RS::dispatch->AllocationIoSend(mRS->getContext(), getID())); in ioSendOutput()
|
/aosp12/hardware/interfaces/renderscript/1.0/default/ |
H A D | Device.cpp | 128 .AllocationIoSend = (AllocationIoSendFnPtr)dlsym(handle, "rsAllocationIoSend"), in loadHAL()
|
H A D | Context.cpp | 339 Device::getHal().AllocationIoSend(mContext, _allocation); in allocationIoSend()
|
/aosp12/frameworks/rs/ |
H A D | rsHidlAdaptation.h | 99 static void AllocationIoSend(RsContext, RsAllocation);
|
H A D | rsHidlAdaptation.cpp | 111 mEntryFuncs.AllocationIoSend = AllocationIoSend; in LoadDispatchForHidl() 1030 void RsHidlAdaptation::AllocationIoSend (RsContext context, RsAllocation allocation) in AllocationIoSend() function in RsHidlAdaptation
|
H A D | rs.spec | 536 AllocationIoSend {
|
H A D | rsApiStubs.cpp | 504 RS_DISPATCH(ctxWrapper, AllocationIoSend, alloc); in rsAllocationIoSend()
|
/aosp12/frameworks/rs/support/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1054 dispatchTab.AllocationIoSend((RsContext)con, (RsAllocation)alloc); in nAllocationIoSend()
|