Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/default/
DContext.cpp541 int _slot = static_cast<int>(slot); in scriptKernelIDCreate() local
543 …ptKernelID _scriptKernelID = Device::getHal().ScriptKernelIDCreate(mContext, _script, _slot, _sig); in scriptKernelIDCreate()
549 int _slot = static_cast<int>(slot); in scriptInvokeIDCreate() local
550 …RsScriptInvokeID _scriptInvokeID = Device::getHal().ScriptInvokeIDCreate(mContext, _script, _slot); in scriptInvokeIDCreate()
556 int _slot = static_cast<int>(slot); in scriptFieldIDCreate() local
557 RsScriptFieldID _scriptFieldID = Device::getHal().ScriptFieldIDCreate(mContext, _script, _slot); in scriptFieldIDCreate()
621 uint32_t _slot = slot; in scriptBindAllocation() local
622 Device::getHal().ScriptBindAllocation(mContext, _script, _allocation, _slot); in scriptBindAllocation()
635 uint32_t _slot = slot; in scriptInvoke() local
636 Device::getHal().ScriptInvoke(mContext, _vs, _slot); in scriptInvoke()
[all …]