Searched refs:_alloc (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 90 RsAllocation _alloc = hidl_to_rs<RsAllocation>(alloc); in allocationAdapterOffset() local 92 …Device::getHal().AllocationAdapterOffset(mContext, _alloc, _offsets.data(), _offsets.size() * size… in allocationAdapterOffset() 143 RsAllocation _alloc = hidl_to_rs<RsAllocation>(alloc); in allocationSetupBufferQueue() local 145 Device::getHal().AllocationSetupBufferQueue(mContext, _alloc, _numBuffer); in allocationSetupBufferQueue() 596 RsAllocation _alloc = hidl_to_rs<RsAllocation>(alloc); in scriptGroupSetOutput() local 597 Device::getHal().ScriptGroupSetOutput(mContext, _sg, _kid, _alloc); in scriptGroupSetOutput() 604 RsAllocation _alloc = hidl_to_rs<RsAllocation>(alloc); in scriptGroupSetInput() local 605 Device::getHal().ScriptGroupSetInput(mContext, _sg, _kid, _alloc); in scriptGroupSetInput()
|