Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h123 typedef void (*ContextBindProgramRasterFnPtr) (RsContext rsc, RsProgramRaster pgm); typedef
237 ContextBindProgramRasterFnPtr ContextBindProgramRaster;
DrsDispatch.cpp127 …dispatchTab.ContextBindProgramRaster = (ContextBindProgramRasterFnPtr)dlsym(handle, "rsContextBind… in loadSymbols()