Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h89 typedef RsScriptInvokeID (*ScriptInvokeIDCreateFnPtr) (RsContext, RsScript, int); typedef
173 ScriptInvokeIDCreateFnPtr ScriptInvokeIDCreate;
DrsDispatch.cpp369 …dispatchTab.ScriptInvokeIDCreate = (ScriptInvokeIDCreateFnPtr)dlsym(handle, "rsScriptInvokeIDCreat… in loadSymbols()