Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/x11/
Drealglx.c51 glx.ChooseVisual = _real_glXChooseVisual; in _real_GetGLXDispatchTable()
Dglxapi.h64 XVisualInfo *(*ChooseVisual)(Display *dpy, int screen, int *list); member
Dglxapi.c197 return (t->ChooseVisual)(dpy, screen, list); in glXChooseVisual()
Dfakeglx.c2940 glx.ChooseVisual = Fake_glXChooseVisual; in _mesa_GetGLXDispatchTable()