Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/default/
DContext.h56 Return<Allocation> allocationAdapterCreate(Type type, Allocation baseAlloc) override;
65 Return<void> allocationShareBufferQueue(Allocation baseAlloc, Allocation subAlloc) override;
DContext.cpp82 Return<Allocation> Context::allocationAdapterCreate(Type type, Allocation baseAlloc) { in allocationAdapterCreate() argument
84 RsAllocation _baseAlloc = hidl_to_rs<RsAllocation>(baseAlloc); in allocationAdapterCreate()
149 Return<void> Context::allocationShareBufferQueue(Allocation baseAlloc, Allocation subAlloc) { in allocationShareBufferQueue() argument
150 RsAllocation _baseAlloc = hidl_to_rs<RsAllocation>(baseAlloc); in allocationShareBufferQueue()
/hardware/interfaces/renderscript/1.0/
DIContext.hal52 * @param baseAlloc Allocation
56 allocationAdapterCreate(Type type, Allocation baseAlloc)
172 * TODO: clearly define baseAlloc vs subAlloc
177 * @param baseAlloc Base Allocation
182 allocationShareBufferQueue(Allocation baseAlloc, Allocation subAlloc);