Searched refs:AllocationGetSurface (Results 1 - 7 of 7) sorted by relevance

/frameworks/rs/cpp/
H A DrsDispatch.cpp55 dispatchTab.AllocationGetSurface = (AllocationGetSurfaceFnPtr)dlsym(handle, "rsAllocationGetSurface");
231 if (dispatchTab.AllocationGetSurface == nullptr) {
232 LOG_ERR("Couldn't initialize dispatchTab.AllocationGetSurface");
H A DrsDispatch.h166 AllocationGetSurfaceFnPtr AllocationGetSurface; member in struct:dispatchTable
H A DAllocation.cpp504 ANativeWindow *anw = (ANativeWindow *)RS::dispatch->AllocationGetSurface(mRS->getContext(),
/frameworks/rs/
H A DrsHidlAdaptation.h81 static RsNativeWindow AllocationGetSurface(RsContext, RsAllocation);
H A Drs.spec95 AllocationGetSurface {
H A DrsHidlAdaptation.cpp108 mEntryFuncs.AllocationGetSurface = AllocationGetSurface;
459 RsNativeWindow RsHidlAdaptation::AllocationGetSurface (RsContext context, RsAllocation allocation) function in class:RsHidlAdaptation
H A DrsApiStubs.cpp367 return RS_DISPATCH(ctxWrapper, AllocationGetSurface, alloc);

Completed in 107 milliseconds