Searched refs:ClosureSetGlobal (Results 1 - 7 of 7) sorted by relevance
/frameworks/rs/cpp/ |
H A D | rsDispatch.cpp | 68 dispatchTab.ClosureSetGlobal = (ClosureSetGlobalFnPtr)dlsym(handle, "rsClosureSetGlobal"); 441 if (dispatchTab.ClosureSetGlobal == nullptr) { 442 LOG_ERR("Couldn't initialize dispatchTab.ClosureSetGlobal");
|
H A D | rsDispatch.h | 178 ClosureSetGlobalFnPtr ClosureSetGlobal; member in struct:dispatchTable
|
/frameworks/rs/ |
H A D | rsHidlAdaptation.h | 136 static void ClosureSetGlobal(RsContext, RsClosure, RsScriptFieldID, int64_t, int);
|
H A D | rs.spec | 350 ClosureSetGlobal {
|
H A D | rsHidlAdaptation.cpp | 121 mEntryFuncs.ClosureSetGlobal = ClosureSetGlobal; 352 void RsHidlAdaptation::ClosureSetGlobal(RsContext context, RsClosure closure, function in class:RsHidlAdaptation
|
H A D | rsApiStubs.cpp | 564 RS_DISPATCH(ctxWrapper, ClosureSetGlobal, closureID, fieldID, value, valueSize);
|
/frameworks/rs/support/jni/ |
H A D | android_renderscript_RenderScript.cpp | 526 dispatchTab.ClosureSetGlobal((RsContext)con, (RsClosure)closureID,
|
Completed in 23 milliseconds