Home
last modified time | relevance | path

Searched refs:ScriptSetVarIFnPtr (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/cpp/
DrsDispatch.h84 typedef void (*ScriptSetVarIFnPtr) (RsContext, RsScript, uint32_t, int); typedef
222 ScriptSetVarIFnPtr ScriptSetVarI;
DrsDispatch.cpp111 dispatchTab.ScriptSetVarI = (ScriptSetVarIFnPtr)dlsym(handle, "rsScriptSetVarI"); in loadSymbols()