Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h45 typedef RsAllocation (*AllocationCreateTypedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, u… typedef
159 AllocationCreateTypedFnPtr AllocationCreateTyped;
DrsDispatch.cpp49 …dispatchTab.AllocationCreateTyped = (AllocationCreateTypedFnPtr)dlsym(handle, "rsAllocationCreateT… in loadSymbols()