Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h63 XVisualInfo *(*ChooseVisual)(Display *dpy, int screen, int *list); member
Dglxapi.c161 return t->ChooseVisual(dpy, screen, list); in glXChooseVisual()
Dfakeglx.c2860 glx.ChooseVisual = Fake_glXChooseVisual; in _mesa_GetGLXDispatchTable()