Home
last modified time | relevance | path

Searched refs:ClosureSetGlobal (Results 1 – 7 of 7) sorted by relevance

/frameworks/rs/cpp/
DrsDispatch.cpp68 dispatchTab.ClosureSetGlobal = (ClosureSetGlobalFnPtr)dlsym(handle, "rsClosureSetGlobal"); in loadSymbols()
441 if (dispatchTab.ClosureSetGlobal == nullptr) { in loadSymbols()
DrsDispatch.h178 ClosureSetGlobalFnPtr ClosureSetGlobal; member
/frameworks/rs/
DrsHidlAdaptation.h136 static void ClosureSetGlobal(RsContext, RsClosure, RsScriptFieldID, int64_t, int);
Drs.spec350 ClosureSetGlobal {
DrsHidlAdaptation.cpp121 mEntryFuncs.ClosureSetGlobal = ClosureSetGlobal; in LoadDispatchForHidl()
352 void RsHidlAdaptation::ClosureSetGlobal(RsContext context, RsClosure closure, in ClosureSetGlobal() function in RsHidlAdaptation
DrsApiStubs.cpp564 RS_DISPATCH(ctxWrapper, ClosureSetGlobal, closureID, fieldID, value, valueSize); in rsClosureSetGlobal()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp528 dispatchTab.ClosureSetGlobal((RsContext)con, (RsClosure)closureID, in nClosureSetGlobal()