Home
last modified time | relevance | path

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

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