Searched refs:AllocationGetType (Results 1 – 7 of 7) sorted by relevance
56 dispatchTab.AllocationGetType = (AllocationGetTypeFnPtr)dlsym(handle, "rsaAllocationGetType"); in loadSymbols()155 if (dispatchTab.AllocationGetType == nullptr) { in loadSymbols()
166 AllocationGetTypeFnPtr AllocationGetType; member
144 const void *typeID = RS::dispatch->AllocationGetType(mRS->getContext(), getID()); in updateFromNative()
80 static const void* AllocationGetType(RsContext con, RsAllocation va);
109 mEntryFuncs.AllocationGetType = AllocationGetType; in LoadDispatchForHidl()214 const void* RsHidlAdaptation::AllocationGetType(RsContext context, RsAllocation allocation) in AllocationGetType() function in RsHidlAdaptation
357 return RS_DISPATCH(ctxWrapper, AllocationGetType, va); in rsaAllocationGetType()
1375 return (jlong)(uintptr_t) dispatchTab.AllocationGetType((RsContext)con, (RsAllocation)a); in nAllocationGetType()