Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/default/
DContext.cpp594 RsScriptGroup _sg = hidl_to_rs<RsScriptGroup>(sg); in scriptGroupSetOutput() local
597 Device::getHal().ScriptGroupSetOutput(mContext, _sg, _kid, _alloc); in scriptGroupSetOutput()
602 RsScriptGroup _sg = hidl_to_rs<RsScriptGroup>(sg); in scriptGroupSetInput() local
605 Device::getHal().ScriptGroupSetInput(mContext, _sg, _kid, _alloc); in scriptGroupSetInput()
610 RsScriptGroup _sg = hidl_to_rs<RsScriptGroup>(sg); in scriptGroupExecute() local
611 Device::getHal().ScriptGroupExecute(mContext, _sg); in scriptGroupExecute()