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

/frameworks/rs/cpp/
H A DrsDispatch.cpp68 dispatchTab.ClosureSetGlobal = (ClosureSetGlobalFnPtr)dlsym(handle, "rsClosureSetGlobal");
441 if (dispatchTab.ClosureSetGlobal == nullptr) {
442 LOG_ERR("Couldn't initialize dispatchTab.ClosureSetGlobal");
H A DrsDispatch.h178 ClosureSetGlobalFnPtr ClosureSetGlobal; member in struct:dispatchTable
/frameworks/rs/
H A DrsHidlAdaptation.h136 static void ClosureSetGlobal(RsContext, RsClosure, RsScriptFieldID, int64_t, int);
H A Drs.spec350 ClosureSetGlobal {
H A DrsHidlAdaptation.cpp121 mEntryFuncs.ClosureSetGlobal = ClosureSetGlobal;
352 void RsHidlAdaptation::ClosureSetGlobal(RsContext context, RsClosure closure, function in class:RsHidlAdaptation
H A DrsApiStubs.cpp564 RS_DISPATCH(ctxWrapper, ClosureSetGlobal, closureID, fieldID, value, valueSize);
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp526 dispatchTab.ClosureSetGlobal((RsContext)con, (RsClosure)closureID,

Completed in 23 milliseconds