Searched refs:_alloc (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 76 RsAllocation _alloc = hidl_to_rs<RsAllocation>(alloc); in allocationAdapterOffset() local 78 …Device::getHal().AllocationAdapterOffset(mContext, _alloc, _offsets.data(), _offsets.size() * size… in allocationAdapterOffset() 129 RsAllocation _alloc = hidl_to_rs<RsAllocation>(alloc); in allocationSetupBufferQueue() local 131 Device::getHal().AllocationSetupBufferQueue(mContext, _alloc, _numBuffer); in allocationSetupBufferQueue() 582 RsAllocation _alloc = hidl_to_rs<RsAllocation>(alloc); in scriptGroupSetOutput() local 583 Device::getHal().ScriptGroupSetOutput(mContext, _sg, _kid, _alloc); in scriptGroupSetOutput() 590 RsAllocation _alloc = hidl_to_rs<RsAllocation>(alloc); in scriptGroupSetInput() local 591 Device::getHal().ScriptGroupSetInput(mContext, _sg, _kid, _alloc); in scriptGroupSetInput()
|