Home
last modified time | relevance | path

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

/frameworks/rs/
DlibRS.map94 rsScriptInvokeIDCreate;
DrsApiStubs.h192 extern "C" RsScriptInvokeID rsScriptInvokeIDCreate(RsContext rsc, RsScript s, uint32_t slot)
DrsApiStubs.cpp634 extern "C" RsScriptInvokeID rsScriptInvokeIDCreate (RsContext ctxWrapper, RsScript s, uint32_t slot) in rsScriptInvokeIDCreate() function
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2280 return (jlong)(uintptr_t)rsScriptInvokeIDCreate((RsContext)con, (RsScript)sid, slot); in nScriptInvokeIDCreate()