Searched refs:AllocationAdapterCreate (Results 1 – 6 of 6) sorted by relevance
104 … static RsAllocation AllocationAdapterCreate(RsContext rsc, RsType vtype, RsAllocation baseAlloc);
107 AllocationAdapterCreate {
96 mEntryFuncs.AllocationAdapterCreate = AllocationAdapterCreate; in LoadDispatchForHidl()1078 RsAllocation RsHidlAdaptation::AllocationAdapterCreate (RsContext context, RsType vtype, RsAllocati… in AllocationAdapterCreate() function in RsHidlAdaptation
352 return RS_DISPATCH(ctxWrapper, AllocationAdapterCreate, vtype, baseAlloc); in rsAllocationAdapterCreate()
43 …dispatchTab.AllocationAdapterCreate = (AllocationAdapterCreateFnPtr)dlsym(handle, "rsAllocationAda… in loadSymbols()
152 AllocationAdapterCreateFnPtr AllocationAdapterCreate; member