Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h41 typedef void (*ContextInitToClientFnPtr) (RsContext); typedef
186 ContextInitToClientFnPtr ContextInitToClient;
DrsDispatch.cpp75 …dispatchTab.ContextInitToClient = (ContextInitToClientFnPtr)dlsym(handle, "rsContextInitToClient"); in loadSymbols()