Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/default/
DContext.cpp578 RsScriptGroup _sg = hidl_to_rs<RsScriptGroup>(sg); in scriptGroupSetOutput() local
581 Device::getHal().ScriptGroupSetOutput(mContext, _sg, _kid, _alloc); in scriptGroupSetOutput()
586 RsScriptGroup _sg = hidl_to_rs<RsScriptGroup>(sg); in scriptGroupSetInput() local
589 Device::getHal().ScriptGroupSetInput(mContext, _sg, _kid, _alloc); in scriptGroupSetInput()
594 RsScriptGroup _sg = hidl_to_rs<RsScriptGroup>(sg); in scriptGroupExecute() local
595 Device::getHal().ScriptGroupExecute(mContext, _sg); in scriptGroupExecute()