Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/
DIContext.hal53 * @return subAlloc AllocationAdapter
57 generates (AllocationAdapter subAlloc);
172 * TODO: clearly define baseAlloc vs subAlloc
178 * @param subAlloc Allocation to use the same buffer queue as the Base
182 allocationShareBufferQueue(Allocation baseAlloc, Allocation subAlloc);
/hardware/interfaces/renderscript/1.0/default/
DContext.h65 Return<void> allocationShareBufferQueue(Allocation baseAlloc, Allocation subAlloc) override;
DContext.cpp149 Return<void> Context::allocationShareBufferQueue(Allocation baseAlloc, Allocation subAlloc) { in allocationShareBufferQueue() argument
151 RsAllocation _subAlloc = hidl_to_rs<RsAllocation>(subAlloc); in allocationShareBufferQueue()