Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/
H A DlibRS.map88 rsScriptGroupCreate;
H A DrsApiStubs.h163 extern "C" RsScriptGroup rsScriptGroupCreate(RsContext rsc, RsScriptKernelID* kernels,
H A DrsApiStubs.cpp577 extern "C" RsScriptGroup rsScriptGroupCreate (RsContext ctxWrapper, RsScriptKernelID * kernels, siz… in rsScriptGroupCreate() function
/aosp12/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2369 id = (jlong)(uintptr_t)rsScriptGroupCreate((RsContext)con, in nScriptGroupCreate()