Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h124 typedef void (*ContextBindFontFnPtr) (RsContext rsc, RsFont pgm); typedef
238 ContextBindFontFnPtr ContextBindFont;
DrsDispatch.cpp128 dispatchTab.ContextBindFont = (ContextBindFontFnPtr)dlsym(handle, "rsContextBindFont"); in loadSymbols()