Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h76 typedef void (*ScriptInvokeFnPtr) (RsContext, RsScript, uint32_t); typedef
170 ScriptInvokeFnPtr ScriptInvoke;
DrsDispatch.cpp98 dispatchTab.ScriptInvoke = (ScriptInvokeFnPtr)dlsym(handle, "rsScriptInvoke"); in loadSymbols()