Searched refs:AllocationGetSurface (Results 1 – 9 of 9) sorted by relevance
55 …dispatchTab.AllocationGetSurface = (AllocationGetSurfaceFnPtr)dlsym(handle, "rsAllocationGetSurfac… in loadSymbols()231 if (dispatchTab.AllocationGetSurface == nullptr) { in loadSymbols()
165 AllocationGetSurfaceFnPtr AllocationGetSurface; member
504 ANativeWindow *anw = (ANativeWindow *)RS::dispatch->AllocationGetSurface(mRS->getContext(), in getSurface()
124 .AllocationGetSurface = in loadHAL()
131 RsNativeWindow _nativeWindow = Device::getHal().AllocationGetSurface(mContext, _allocation); in allocationGetNativeWindow()
81 static RsNativeWindow AllocationGetSurface(RsContext, RsAllocation);
108 mEntryFuncs.AllocationGetSurface = AllocationGetSurface; in LoadDispatchForHidl()459 RsNativeWindow RsHidlAdaptation::AllocationGetSurface (RsContext context, RsAllocation allocation) in AllocationGetSurface() function in RsHidlAdaptation
95 AllocationGetSurface {
362 return RS_DISPATCH(ctxWrapper, AllocationGetSurface, alloc); in rsAllocationGetSurface()