Searched refs:ScriptKernelIDCreate (Results 1 – 7 of 7) sorted by relevance
/frameworks/rs/cpp/ |
D | rsDispatch.cpp | 106 …dispatchTab.ScriptKernelIDCreate = (ScriptKernelIDCreateFnPtr)dlsym(handle, "rsScriptKernelIDCreat… in loadSymbols() 383 if (dispatchTab.ScriptKernelIDCreate == nullptr) { in loadSymbols()
|
D | rsDispatch.h | 217 ScriptKernelIDCreateFnPtr ScriptKernelIDCreate; member
|
/frameworks/rs/ |
D | rsHidlAdaptation.h | 127 static RsScriptKernelID ScriptKernelIDCreate(RsContext, RsScript, int, int);
|
D | rs.spec | 487 ScriptKernelIDCreate {
|
D | rsHidlAdaptation.cpp | 156 mEntryFuncs.ScriptKernelIDCreate = ScriptKernelIDCreate; in LoadDispatchForHidl() 936 RsScriptKernelID RsHidlAdaptation::ScriptKernelIDCreate (RsContext context, RsScript script, int sl… in ScriptKernelIDCreate() function in RsHidlAdaptation
|
D | rsApiStubs.cpp | 569 return RS_DISPATCH(ctxWrapper, ScriptKernelIDCreate, sid, slot, sig); in rsScriptKernelIDCreate()
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1918 return (jlong)(uintptr_t)dispatchTabInc.ScriptKernelIDCreate((RsContext)con, (RsScript)sid, in nScriptKernelIDCreate() 1921 return (jlong)(uintptr_t)dispatchTab.ScriptKernelIDCreate((RsContext)con, (RsScript)sid, in nScriptKernelIDCreate()
|