Searched refs:ScriptInvokeIDCreate (Results 1 – 7 of 7) sorted by relevance
/frameworks/rs/cpp/ |
D | rsDispatch.cpp | 104 …dispatchTab.ScriptInvokeIDCreate = (ScriptInvokeIDCreateFnPtr)dlsym(handle, "rsScriptInvokeIDCreat… in loadSymbols() 425 if (dispatchTab.ScriptInvokeIDCreate == nullptr) { in loadSymbols()
|
D | rsDispatch.h | 215 ScriptInvokeIDCreateFnPtr ScriptInvokeIDCreate; member
|
/frameworks/rs/ |
D | rsHidlAdaptation.h | 128 static RsScriptInvokeID ScriptInvokeIDCreate(RsContext, RsScript, int);
|
D | rs.spec | 379 ScriptInvokeIDCreate {
|
D | rsHidlAdaptation.cpp | 154 mEntryFuncs.ScriptInvokeIDCreate = ScriptInvokeIDCreate; in LoadDispatchForHidl() 944 RsScriptInvokeID RsHidlAdaptation::ScriptInvokeIDCreate (RsContext context, RsScript script, int sl… in ScriptInvokeIDCreate() function in RsHidlAdaptation
|
D | rsApiStubs.cpp | 636 return RS_DISPATCH(ctxWrapper, ScriptInvokeIDCreate, s, slot); in rsScriptInvokeIDCreate()
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1929 return (jlong)dispatchTab.ScriptInvokeIDCreate((RsContext)con, (RsScript)sid, slot); in nScriptInvokeIDCreate()
|