Home
last modified time | relevance | path

Searched defs:baseAlloc (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/rs/
H A DrsAllocation.h74 const Allocation *baseAlloc; member
H A DrsApiStubs.cpp350 …RsAllocation rsAllocationAdapterCreate (RsContext ctxWrapper, RsType vtype, RsAllocation baseAlloc) in rsAllocationAdapterCreate()
H A DrsHidlAdaptation.cpp1078 …RsHidlAdaptation::AllocationAdapterCreate (RsContext context, RsType vtype, RsAllocation baseAlloc) in AllocationAdapterCreate()
/aosp12/frameworks/rs/driver/runtime/
H A Drs_structs.h53 const void *baseAlloc; member
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DContext.cpp82 Return<Allocation> Context::allocationAdapterCreate(Type type, Allocation baseAlloc) { in allocationAdapterCreate()
149 Return<void> Context::allocationShareBufferQueue(Allocation baseAlloc, Allocation subAlloc) { in allocationShareBufferQueue()