Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h51 typedef void (*ContextFinishFnPtr) (RsContext); typedef
184 ContextFinishFnPtr ContextFinish;
DrsDispatch.cpp73 dispatchTab.ContextFinish = (ContextFinishFnPtr)dlsym(handle, "rsContextFinish"); in loadSymbols()