Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h68 typedef void (*ScriptInvokeVFnPtr) (RsContext, RsScript, uint32_t, const void*, size_t); typedef
140 ScriptInvokeVFnPtr ScriptInvokeV;
DRenderScript.cpp308 RS::dispatch->ScriptInvokeV = (ScriptInvokeVFnPtr)dlsym(handle, "rsScriptInvokeV"); in loadSymbols()