Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.cpp369 …dispatchTab.ScriptInvokeIDCreate = (ScriptInvokeIDCreateFnPtr)dlsym(handle, "rsScriptInvokeIDCreat… in loadSymbols()
370 if (dispatchTab.ScriptInvokeIDCreate == NULL) { in loadSymbols()
DrsDispatch.h173 ScriptInvokeIDCreateFnPtr ScriptInvokeIDCreate; member
/frameworks/rs/
Drs.spec367 ScriptInvokeIDCreate {
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1711 return (jlong)dispatchTab.ScriptInvokeIDCreate((RsContext)con, (RsScript)sid, slot); in nScriptInvokeIDCreate()