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

/frameworks/rs/cpp/
H A DrsDispatch.cpp104 dispatchTab.ScriptInvokeIDCreate = (ScriptInvokeIDCreateFnPtr)dlsym(handle, "rsScriptInvokeIDCreate");
425 if (dispatchTab.ScriptInvokeIDCreate == nullptr) {
426 LOG_ERR("Couldn't initialize dispatchTab.ScriptInvokeIDCreate");
H A DrsDispatch.h216 ScriptInvokeIDCreateFnPtr ScriptInvokeIDCreate; member in struct:dispatchTable
/frameworks/rs/
H A DrsHidlAdaptation.h128 static RsScriptInvokeID ScriptInvokeIDCreate(RsContext, RsScript, int);
H A Drs.spec379 ScriptInvokeIDCreate {
H A DrsHidlAdaptation.cpp154 mEntryFuncs.ScriptInvokeIDCreate = ScriptInvokeIDCreate;
944 RsScriptInvokeID RsHidlAdaptation::ScriptInvokeIDCreate (RsContext context, RsScript script, int slot) function in class:RsHidlAdaptation
H A DrsApiStubs.cpp641 return RS_DISPATCH(ctxWrapper, ScriptInvokeIDCreate, s, slot);
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1929 return (jlong)dispatchTab.ScriptInvokeIDCreate((RsContext)con, (RsScript)sid, slot);

Completed in 163 milliseconds