Home
last modified time | relevance | path

Searched refs:ScriptCCreate (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/cpp/
DScriptC.cpp28 mID = RS::dispatch->ScriptCCreate(rs->getContext(), cachedName, cachedNameLength, in ScriptC()
DrsDispatch.cpp87 dispatchTab.ScriptCCreate = (ScriptCCreateFnPtr)dlsym(handle, "rsScriptCCreate"); in loadSymbols()
337 if (dispatchTab.ScriptCCreate == nullptr) { in loadSymbols()
DrsDispatch.h159 ScriptCCreateFnPtr ScriptCCreate; member
/frameworks/rs/
Drs.spec474 ScriptCCreate {
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1872 ret = (jlong)(uintptr_t)dispatchTab.ScriptCCreate((RsContext)con, in nScriptCCreate()