Home
last modified time | relevance | path

Searched refs:ContextBindFont (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/rs/
H A Drsg.spec95 ContextBindFont {
H A DrsApiStubs.cpp762 RS_DISPATCH(ctxWrapper, ContextBindFont, pgm); in rsContextBindFont()
/aosp12/frameworks/rs/cpp/
H A DrsDispatch.cpp128 dispatchTab.ContextBindFont = (ContextBindFontFnPtr)dlsym(handle, "rsContextBindFont"); in loadSymbols()
H A DrsDispatch.h238 ContextBindFontFnPtr ContextBindFont; member