Searched refs:ScriptInvokeIDCreate (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/rs/cpp/ |
H A D | rsDispatch.cpp | 104 …dispatchTab.ScriptInvokeIDCreate = (ScriptInvokeIDCreateFnPtr)dlsym(handle, "rsScriptInvokeIDCreat… in loadSymbols() 425 if (dispatchTab.ScriptInvokeIDCreate == nullptr) { in loadSymbols()
|
H A D | rsDispatch.h | 215 ScriptInvokeIDCreateFnPtr ScriptInvokeIDCreate; member
|
/aosp12/hardware/interfaces/renderscript/1.0/default/ |
H A D | Device.cpp | 183 .ScriptInvokeIDCreate = in loadHAL()
|
H A D | Context.cpp | 564 …RsScriptInvokeID _scriptInvokeID = Device::getHal().ScriptInvokeIDCreate(mContext, _script, _slot); in scriptInvokeIDCreate()
|
/aosp12/frameworks/rs/ |
H A D | rsHidlAdaptation.h | 128 static RsScriptInvokeID ScriptInvokeIDCreate(RsContext, RsScript, int);
|
H A D | rsHidlAdaptation.cpp | 154 mEntryFuncs.ScriptInvokeIDCreate = ScriptInvokeIDCreate; in LoadDispatchForHidl() 944 RsScriptInvokeID RsHidlAdaptation::ScriptInvokeIDCreate (RsContext context, RsScript script, int sl… in ScriptInvokeIDCreate() function in RsHidlAdaptation
|
H A D | rs.spec | 379 ScriptInvokeIDCreate {
|
H A D | rsApiStubs.cpp | 636 return RS_DISPATCH(ctxWrapper, ScriptInvokeIDCreate, s, slot); in rsScriptInvokeIDCreate()
|
/aosp12/frameworks/rs/support/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1931 return (jlong)dispatchTab.ScriptInvokeIDCreate((RsContext)con, (RsScript)sid, slot); in nScriptInvokeIDCreate()
|