Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/
H A DlibRS.map99 rsScriptSetVarD;
H A DrsApiStubs.h239 extern "C" void rsScriptSetVarD(RsContext rsc, RsScript s, uint32_t slot, double value)
H A DrsApiStubs.cpp692 extern "C" void rsScriptSetVarD (RsContext ctxWrapper, RsScript s, uint32_t slot, double value) in rsScriptSetVarD() function
/aosp12/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1869 rsScriptSetVarD((RsContext)con, (RsScript)script, slot, val); in nScriptSetVarD()