Home
last modified time | relevance | path

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

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