Searched refs:ContextFinish (Results 1 – 8 of 8) sorted by relevance
285 RS::dispatch->ContextFinish(mContext); in finish()
73 dispatchTab.ContextFinish = (ContextFinishFnPtr)dlsym(handle, "rsContextFinish"); in loadSymbols()239 if (dispatchTab.ContextFinish == nullptr) { in loadSymbols()
184 ContextFinishFnPtr ContextFinish; member
352 dispatchTab.ContextFinish((RsContext)con); in nContextFinish()613 dispatchTab.ContextFinish((RsContext)con); in nScriptIntrinsicBLAS_Single()653 dispatchTab.ContextFinish((RsContext)con); in nScriptIntrinsicBLAS_Double()696 dispatchTab.ContextFinish((RsContext)con); in nScriptIntrinsicBLAS_Complex()739 dispatchTab.ContextFinish((RsContext)con); in nScriptIntrinsicBLAS_Z()772 dispatchTab.ContextFinish((RsContext)con); in nScriptIntrinsicBLAS_BNNM()1546 dispatchTab.ContextFinish((RsContext)con); in nScriptForEach()1565 dispatchTab.ContextFinish((RsContext)con); in nScriptForEachV()1601 dispatchTab.ContextFinish((RsContext)con); in nScriptForEachClipped()1638 dispatchTab.ContextFinish((RsContext)con); in nScriptForEachClippedV()[all …]
55 static void ContextFinish(RsContext);
119 ContextFinish {
126 mEntryFuncs.ContextFinish = ContextFinish; in LoadDispatchForHidl()474 void RsHidlAdaptation::ContextFinish (RsContext context) in ContextFinish() function in RsHidlAdaptation
206 RS_DISPATCH(ctxWrapper, ContextFinish); in rsContextFinish()