Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.cpp106 …dispatchTab.ScriptKernelIDCreate = (ScriptKernelIDCreateFnPtr)dlsym(handle, "rsScriptKernelIDCreat… in loadSymbols()
383 if (dispatchTab.ScriptKernelIDCreate == nullptr) { in loadSymbols()
DrsDispatch.h217 ScriptKernelIDCreateFnPtr ScriptKernelIDCreate; member
/frameworks/rs/
DrsHidlAdaptation.h127 static RsScriptKernelID ScriptKernelIDCreate(RsContext, RsScript, int, int);
Drs.spec487 ScriptKernelIDCreate {
DrsHidlAdaptation.cpp156 mEntryFuncs.ScriptKernelIDCreate = ScriptKernelIDCreate; in LoadDispatchForHidl()
936 RsScriptKernelID RsHidlAdaptation::ScriptKernelIDCreate (RsContext context, RsScript script, int sl… in ScriptKernelIDCreate() function in RsHidlAdaptation
DrsApiStubs.cpp569 return RS_DISPATCH(ctxWrapper, ScriptKernelIDCreate, sid, slot, sig); in rsScriptKernelIDCreate()
/frameworks/rs/support/jni/
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()