Home
last modified time | relevance | path

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

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