Home | History | Annotate | Download | only in rs

Lines Matching refs:ScriptSetVarJ

162     mEntryFuncs.ScriptSetVarJ = ScriptSetVarJ;
860 void RsHidlAdaptation::ScriptSetVarJ (RsContext context, RsScript script, uint32_t slot, int64_t value)
864 GetIContextHandle(context)->scriptSetVarJ(_script, slot, value);