Home
last modified time | relevance | path

Searched refs:ScriptInvokeIDCreate (Results 1 – 7 of 7) sorted by relevance

/frameworks/rs/cpp/
DrsDispatch.cpp104 …dispatchTab.ScriptInvokeIDCreate = (ScriptInvokeIDCreateFnPtr)dlsym(handle, "rsScriptInvokeIDCreat… in loadSymbols()
425 if (dispatchTab.ScriptInvokeIDCreate == nullptr) { in loadSymbols()
DrsDispatch.h215 ScriptInvokeIDCreateFnPtr ScriptInvokeIDCreate; member
/frameworks/rs/
DrsHidlAdaptation.h128 static RsScriptInvokeID ScriptInvokeIDCreate(RsContext, RsScript, int);
Drs.spec379 ScriptInvokeIDCreate {
DrsHidlAdaptation.cpp154 mEntryFuncs.ScriptInvokeIDCreate = ScriptInvokeIDCreate; in LoadDispatchForHidl()
944 RsScriptInvokeID RsHidlAdaptation::ScriptInvokeIDCreate (RsContext context, RsScript script, int sl… in ScriptInvokeIDCreate() function in RsHidlAdaptation
DrsApiStubs.cpp636 return RS_DISPATCH(ctxWrapper, ScriptInvokeIDCreate, s, slot); in rsScriptInvokeIDCreate()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1929 return (jlong)dispatchTab.ScriptInvokeIDCreate((RsContext)con, (RsScript)sid, slot); in nScriptInvokeIDCreate()