Searched refs:ScriptForEachFnPtr (Results 1 – 2 of 2) sorted by relevance
69 typedef void (*ScriptForEachFnPtr) (RsContext, RsScript, uint32_t, RsAllocation, RsAllocation, cons… typedef141 ScriptForEachFnPtr ScriptForEach;
313 RS::dispatch->ScriptForEach = (ScriptForEachFnPtr)dlsym(handle, "rsScriptForEach"); in loadSymbols()