Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.cpp56 dispatchTab.AllocationIoSend = (AllocationIoSendFnPtr)dlsym(handle, "rsAllocationIoSend"); in loadSymbols()
369 if (dispatchTab.AllocationIoSend == nullptr) { in loadSymbols()
DrsDispatch.h128 AllocationIoSendFnPtr AllocationIoSend; member
DAllocation.cpp482 tryDispatch(mRS, RS::dispatch->AllocationIoSend(mRS->getContext(), getID())); in ioSendOutput()
/frameworks/rs/
Drs.spec536 AllocationIoSend {
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1039 dispatchTab.AllocationIoSend((RsContext)con, (RsAllocation)alloc); in nAllocationIoSend()