Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h105 typedef RsAllocation (*AllocationAdapterCreateFnPtr) (RsContext rsc, RsType vtype, RsAllocation bas… typedef
152 AllocationAdapterCreateFnPtr AllocationAdapterCreate;
DrsDispatch.cpp43 …dispatchTab.AllocationAdapterCreate = (AllocationAdapterCreateFnPtr)dlsym(handle, "rsAllocationAda… in loadSymbols()