Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h23 typedef const void* (*AllocationGetTypeFnPtr)(RsContext con, RsAllocation va); typedef
166 AllocationGetTypeFnPtr AllocationGetType;
DrsDispatch.cpp56 dispatchTab.AllocationGetType = (AllocationGetTypeFnPtr)dlsym(handle, "rsaAllocationGetType"); in loadSymbols()