Searched refs:ScriptInvoke (Results 1 – 4 of 4) sorted by relevance
98 dispatchTab.ScriptInvoke = (ScriptInvokeFnPtr)dlsym(handle, "rsScriptInvoke"); in loadSymbols()293 if (dispatchTab.ScriptInvoke == nullptr) { in loadSymbols()
170 ScriptInvokeFnPtr ScriptInvoke; member
385 ScriptInvoke {
1505 dispatchTabInc.ScriptInvoke((RsContext)con, (RsScript)obj, slot); in nScriptInvoke()1507 dispatchTab.ScriptInvoke((RsContext)con, (RsScript)obj, slot); in nScriptInvoke()