Searched refs:_slot (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 539 int _slot = static_cast<int>(slot); in scriptKernelIDCreate() local 541 …ptKernelID _scriptKernelID = Device::getHal().ScriptKernelIDCreate(mContext, _script, _slot, _sig); in scriptKernelIDCreate() 547 int _slot = static_cast<int>(slot); in scriptInvokeIDCreate() local 548 …RsScriptInvokeID _scriptInvokeID = Device::getHal().ScriptInvokeIDCreate(mContext, _script, _slot); in scriptInvokeIDCreate() 554 int _slot = static_cast<int>(slot); in scriptFieldIDCreate() local 555 RsScriptFieldID _scriptFieldID = Device::getHal().ScriptFieldIDCreate(mContext, _script, _slot); in scriptFieldIDCreate() 619 uint32_t _slot = slot; in scriptBindAllocation() local 620 Device::getHal().ScriptBindAllocation(mContext, _script, _allocation, _slot); in scriptBindAllocation() 633 uint32_t _slot = slot; in scriptInvoke() local 634 Device::getHal().ScriptInvoke(mContext, _vs, _slot); in scriptInvoke() [all …]
|