Home | History | Annotate | Download | only in rs

Lines Matching refs:scriptSetVarV

164     mEntryFuncs.ScriptSetVarV = ScriptSetVarV;
881 void RsHidlAdaptation::ScriptSetVarV (RsContext context, RsScript script, uint32_t slot, const void* data, size_t len)
887 GetIContextHandle(context)->scriptSetVarV(_script, slot, _data);