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

/frameworks/rs/cpp/
H A DrsDispatch.cpp106 dispatchTab.ScriptKernelIDCreate = (ScriptKernelIDCreateFnPtr)dlsym(handle, "rsScriptKernelIDCreate");
383 if (dispatchTab.ScriptKernelIDCreate == nullptr) {
384 LOG_ERR("Couldn't initialize dispatchTab.ScriptKernelIDCreate");
H A DrsDispatch.h218 ScriptKernelIDCreateFnPtr ScriptKernelIDCreate; member in struct:dispatchTable
/frameworks/rs/
H A DrsHidlAdaptation.h127 static RsScriptKernelID ScriptKernelIDCreate(RsContext, RsScript, int, int);
H A Drs.spec487 ScriptKernelIDCreate {
H A DrsHidlAdaptation.cpp156 mEntryFuncs.ScriptKernelIDCreate = ScriptKernelIDCreate;
936 RsScriptKernelID RsHidlAdaptation::ScriptKernelIDCreate (RsContext context, RsScript script, int slot, int sig) function in class:RsHidlAdaptation
H A DrsApiStubs.cpp574 return RS_DISPATCH(ctxWrapper, ScriptKernelIDCreate, sid, slot, sig);
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1916 return (jlong)(uintptr_t)dispatchTabInc.ScriptKernelIDCreate((RsContext)con, (RsScript)sid,
1919 return (jlong)(uintptr_t)dispatchTab.ScriptKernelIDCreate((RsContext)con, (RsScript)sid,

Completed in 4877 milliseconds