Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.cpp101 …dispatchTab.ScriptKernelIDCreate = (ScriptKernelIDCreateFnPtr)dlsym(handle, "rsScriptKernelIDCreat… in loadSymbols()
345 if (dispatchTab.ScriptKernelIDCreate == nullptr) { in loadSymbols()
DrsDispatch.h173 ScriptKernelIDCreateFnPtr ScriptKernelIDCreate; member
/frameworks/rs/
Drs.spec487 ScriptKernelIDCreate {
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1903 return (jlong)(uintptr_t)dispatchTabInc.ScriptKernelIDCreate((RsContext)con, (RsScript)sid, in nScriptKernelIDCreate()
1906 return (jlong)(uintptr_t)dispatchTab.ScriptKernelIDCreate((RsContext)con, (RsScript)sid, in nScriptKernelIDCreate()