Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h67 typedef void (*ScriptInvokeFnPtr) (RsContext, RsScript, uint32_t); typedef
139 ScriptInvokeFnPtr ScriptInvoke;
DRenderScript.cpp303 RS::dispatch->ScriptInvoke = (ScriptInvokeFnPtr)dlsym(handle, "rsScriptInvoke"); in loadSymbols()