Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/cpp/
H A DrsDispatch.h95 typedef RsScriptInvokeID (*ScriptInvokeIDCreateFnPtr) (RsContext, RsScript, int); typedef
215 ScriptInvokeIDCreateFnPtr ScriptInvokeIDCreate;
H A DrsDispatch.cpp104 …dispatchTab.ScriptInvokeIDCreate = (ScriptInvokeIDCreateFnPtr)dlsym(handle, "rsScriptInvokeIDCreat… in loadSymbols()
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DDevice.cpp184 (ScriptInvokeIDCreateFnPtr)dlsym(handle, "rsScriptInvokeIDCreate"), in loadHAL()