Searched refs:rsScriptSetVarD (Results 1 – 4 of 4) sorted by relevance
99 rsScriptSetVarD;
239 extern "C" void rsScriptSetVarD(RsContext rsc, RsScript s, uint32_t slot, double value)
692 extern "C" void rsScriptSetVarD (RsContext ctxWrapper, RsScript s, uint32_t slot, double value) in rsScriptSetVarD() function
1869 rsScriptSetVarD((RsContext)con, (RsScript)script, slot, val); in nScriptSetVarD()