Searched refs:ScriptInvoke (Results 1 – 4 of 4) sorted by relevance
253 dispatchTab.ScriptInvoke = (ScriptInvokeFnPtr)dlsym(handle, "rsScriptInvoke"); in loadSymbols()254 if (dispatchTab.ScriptInvoke == NULL) { in loadSymbols()
159 ScriptInvokeFnPtr ScriptInvoke; member
373 ScriptInvoke {
1513 dispatchTabInc.ScriptInvoke((RsContext)con, (RsScript)obj, slot); in nScriptInvoke()1515 dispatchTab.ScriptInvoke((RsContext)con, (RsScript)obj, slot); in nScriptInvoke()