Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/cpp/
H A DrsDispatch.cpp106 …dispatchTab.ScriptKernelIDCreate = (ScriptKernelIDCreateFnPtr)dlsym(handle, "rsScriptKernelIDCreat… in loadSymbols()
383 if (dispatchTab.ScriptKernelIDCreate == nullptr) { in loadSymbols()
H A DrsDispatch.h217 ScriptKernelIDCreateFnPtr ScriptKernelIDCreate; member
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DDevice.cpp186 .ScriptKernelIDCreate = in loadHAL()
H A DContext.cpp557 …RsScriptKernelID _scriptKernelID = Device::getHal().ScriptKernelIDCreate(mContext, _script, _slot,… in scriptKernelIDCreate()
/aosp12/frameworks/rs/
H A DrsHidlAdaptation.h127 static RsScriptKernelID ScriptKernelIDCreate(RsContext, RsScript, int, int);
H A DrsHidlAdaptation.cpp156 mEntryFuncs.ScriptKernelIDCreate = ScriptKernelIDCreate; in LoadDispatchForHidl()
936 RsScriptKernelID RsHidlAdaptation::ScriptKernelIDCreate (RsContext context, RsScript script, int sl… in ScriptKernelIDCreate() function in RsHidlAdaptation
H A Drs.spec487 ScriptKernelIDCreate {
H A DrsApiStubs.cpp569 return RS_DISPATCH(ctxWrapper, ScriptKernelIDCreate, sid, slot, sig); in rsScriptKernelIDCreate()
/aosp12/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1918 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()