Searched refs:ScriptInvokeFnPtr (Results 1 – 2 of 2) sorted by relevance
67 typedef void (*ScriptInvokeFnPtr) (RsContext, RsScript, uint32_t); typedef139 ScriptInvokeFnPtr ScriptInvoke;
303 RS::dispatch->ScriptInvoke = (ScriptInvokeFnPtr)dlsym(handle, "rsScriptInvoke"); in loadSymbols()