Searched refs:ScriptKernelIDCreate (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/rs/cpp/ |
H A D | rsDispatch.cpp | 106 …dispatchTab.ScriptKernelIDCreate = (ScriptKernelIDCreateFnPtr)dlsym(handle, "rsScriptKernelIDCreat… in loadSymbols() 383 if (dispatchTab.ScriptKernelIDCreate == nullptr) { in loadSymbols()
|
H A D | rsDispatch.h | 217 ScriptKernelIDCreateFnPtr ScriptKernelIDCreate; member
|
/aosp12/hardware/interfaces/renderscript/1.0/default/ |
H A D | Device.cpp | 186 .ScriptKernelIDCreate = in loadHAL()
|
H A D | Context.cpp | 557 …RsScriptKernelID _scriptKernelID = Device::getHal().ScriptKernelIDCreate(mContext, _script, _slot,… in scriptKernelIDCreate()
|
/aosp12/frameworks/rs/ |
H A D | rsHidlAdaptation.h | 127 static RsScriptKernelID ScriptKernelIDCreate(RsContext, RsScript, int, int);
|
H A D | rsHidlAdaptation.cpp | 156 mEntryFuncs.ScriptKernelIDCreate = ScriptKernelIDCreate; in LoadDispatchForHidl() 936 RsScriptKernelID RsHidlAdaptation::ScriptKernelIDCreate (RsContext context, RsScript script, int sl… in ScriptKernelIDCreate() function in RsHidlAdaptation
|
H A D | rs.spec | 487 ScriptKernelIDCreate {
|
H A D | rsApiStubs.cpp | 569 return RS_DISPATCH(ctxWrapper, ScriptKernelIDCreate, sid, slot, sig); in rsScriptKernelIDCreate()
|
/aosp12/frameworks/rs/support/jni/ |
H A 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()
|