Home
last modified time | relevance | path

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

/frameworks/rs/
DlibRS.map96 rsScriptKernelIDCreate;
DrsApiStubs.h96 extern "C" RsScriptKernelID rsScriptKernelIDCreate (RsContext rsc, RsScript sid, int slot, int sig);
DrsApiStubs.cpp567 extern "C" RsScriptKernelID rsScriptKernelIDCreate (RsContext ctxWrapper, RsScript sid, int slot, i… in rsScriptKernelIDCreate() function
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2271 return (jlong)(uintptr_t)rsScriptKernelIDCreate((RsContext)con, (RsScript)sid, slot, sig); in nScriptKernelIDCreate()