Home
last modified time | relevance | path

Searched refs:AllocationSetSurfaceFnPtr (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/cpp/
DrsDispatch.h50 typedef void (*AllocationSetSurfaceFnPtr) (RsContext, RsAllocation, RsNativeWindow); typedef
171 AllocationSetSurfaceFnPtr AllocationSetSurface;
DrsDispatch.cpp61 …dispatchTab.AllocationSetSurface = (AllocationSetSurfaceFnPtr)dlsym(handle, "rsAllocationSetSurfac… in loadSymbols()