Searched refs:rsScriptGetVarV (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/rs/ |
H A D | libRS.map | 86 rsScriptGetVarV;
|
H A D | rsApiStubs.h | 243 extern "C" void rsScriptGetVarV(RsContext rsc, RsScript s, uint32_t slot, void* data,
|
H A D | rsApiStubs.cpp | 703 extern "C" void rsScriptGetVarV (RsContext ctxWrapper, RsScript s, uint32_t slot, in rsScriptGetVarV() function
|
/aosp12/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1806 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()
|