Home
last modified time | relevance | path

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

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