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

/frameworks/rs/cpp/
H A DrsDispatch.h46 typedef RsAllocation (*AllocationCreateTypedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, uint32_t, uintptr_t); typedef
160 AllocationCreateTypedFnPtr AllocationCreateTyped;
H A DrsDispatch.cpp49 dispatchTab.AllocationCreateTyped = (AllocationCreateTypedFnPtr)dlsym(handle, "rsAllocationCreateTyped");

Completed in 61 milliseconds