Searched refs:ScriptSetVarDFnPtr (Results 1 – 2 of 2) sorted by relevance
74 typedef void (*ScriptSetVarDFnPtr) (RsContext, RsScript, uint32_t, double); typedef146 ScriptSetVarDFnPtr ScriptSetVarD;
338 RS::dispatch->ScriptSetVarD = (ScriptSetVarDFnPtr)dlsym(handle, "rsScriptSetVarD"); in loadSymbols()