Searched refs:ScriptSetVarDFnPtr (Results 1 – 3 of 3) sorted by relevance
88 typedef void (*ScriptSetVarDFnPtr) (RsContext, RsScript, uint32_t, double); typedef220 ScriptSetVarDFnPtr ScriptSetVarD;
109 dispatchTab.ScriptSetVarD = (ScriptSetVarDFnPtr)dlsym(handle, "rsScriptSetVarD"); in loadSymbols()
190 .ScriptSetVarD = (ScriptSetVarDFnPtr)dlsym(handle, "rsScriptSetVarD"), in loadHAL()