Home | History | Annotate | Download | only in default

Lines Matching refs:_sg

578     RsScriptGroup _sg = hidl_to_rs<RsScriptGroup>(sg);
581 Device::getHal().ScriptGroupSetOutput(mContext, _sg, _kid, _alloc);
586 RsScriptGroup _sg = hidl_to_rs<RsScriptGroup>(sg);
589 Device::getHal().ScriptGroupSetInput(mContext, _sg, _kid, _alloc);
594 RsScriptGroup _sg = hidl_to_rs<RsScriptGroup>(sg);
595 Device::getHal().ScriptGroupExecute(mContext, _sg);