Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/
H A DlibRS.map86 rsScriptGetVarV;
H A DrsApiStubs.h243 extern "C" void rsScriptGetVarV(RsContext rsc, RsScript s, uint32_t slot, void* data,
H A DrsApiStubs.cpp703 extern "C" void rsScriptGetVarV (RsContext ctxWrapper, RsScript s, uint32_t slot, in rsScriptGetVarV() function
/aosp12/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1806 rsScriptGetVarV((RsContext)con, (RsScript)script, slot, &value, sizeof(value)); in nScriptGetVarI()
1837 rsScriptGetVarV((RsContext)con, (RsScript)script, slot, &value, sizeof(value)); in nScriptGetVarJ()
1858 rsScriptGetVarV((RsContext)con, (RsScript)script, slot, &value, sizeof(value)); in nScriptGetVarF()
1879 rsScriptGetVarV((RsContext)con, (RsScript)script, slot, &value, sizeof(value)); in nScriptGetVarD()
1911 rsScriptGetVarV((RsContext)con, (RsScript)script, slot, ptr, len); in nScriptGetVarV()