Home
last modified time | relevance | path

Searched refs:ChooseFBConfig (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h91 GLXFBConfig *(*ChooseFBConfig)(Display *dpy, int screen, const int *attribList, int *nitems); member
Dglxapi.c402 return t->ChooseFBConfig(dpy, screen, attribList, nitems); in glXChooseFBConfig()
Dfakeglx.c2924 glx.ChooseFBConfig = Fake_glXChooseFBConfig; in _mesa_GetGLXDispatchTable()