Searched defs:baseAlloc (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/
H A DrsAllocation.h74 const Allocation *baseAlloc; member in struct:android::renderscript::Allocation::Hal::State
H A DrsHidlAdaptation.cpp1078 RsAllocation RsHidlAdaptation::AllocationAdapterCreate (RsContext context, RsType vtype, RsAllocation baseAlloc) argument
1081 uint64_t _baseAlloc = (uint64_t)(uintptr_t)baseAlloc;
H A DrsApiStubs.cpp350 extern "C" RsAllocation rsAllocationAdapterCreate (RsContext ctxWrapper, RsType vtype, RsAllocation baseAlloc) argument
352 return RS_DISPATCH(ctxWrapper, AllocationAdapterCreate, vtype, baseAlloc);
/frameworks/rs/driver/runtime/
H A Drs_structs.h53 const void *baseAlloc; member in struct:Allocation::__anon1990::__anon1991

Completed in 73 milliseconds