Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/cpp/
H A DrsDispatch.cpp104 …dispatchTab.ScriptInvokeIDCreate = (ScriptInvokeIDCreateFnPtr)dlsym(handle, "rsScriptInvokeIDCreat… in loadSymbols()
425 if (dispatchTab.ScriptInvokeIDCreate == nullptr) { in loadSymbols()
H A DrsDispatch.h215 ScriptInvokeIDCreateFnPtr ScriptInvokeIDCreate; member
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DDevice.cpp183 .ScriptInvokeIDCreate = in loadHAL()
H A DContext.cpp564 …RsScriptInvokeID _scriptInvokeID = Device::getHal().ScriptInvokeIDCreate(mContext, _script, _slot); in scriptInvokeIDCreate()
/aosp12/frameworks/rs/
H A DrsHidlAdaptation.h128 static RsScriptInvokeID ScriptInvokeIDCreate(RsContext, RsScript, int);
H A DrsHidlAdaptation.cpp154 mEntryFuncs.ScriptInvokeIDCreate = ScriptInvokeIDCreate; in LoadDispatchForHidl()
944 RsScriptInvokeID RsHidlAdaptation::ScriptInvokeIDCreate (RsContext context, RsScript script, int sl… in ScriptInvokeIDCreate() function in RsHidlAdaptation
H A Drs.spec379 ScriptInvokeIDCreate {
H A DrsApiStubs.cpp636 return RS_DISPATCH(ctxWrapper, ScriptInvokeIDCreate, s, slot); in rsScriptInvokeIDCreate()
/aosp12/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1931 return (jlong)dispatchTab.ScriptInvokeIDCreate((RsContext)con, (RsScript)sid, slot); in nScriptInvokeIDCreate()