Home
last modified time | relevance | path

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

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