Searched refs:scrNum (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/glx/ |
H A D | dri_common.c | 681 driGetDriverName(Display * dpy, int scrNum, char **driverName) in driGetDriverName() argument 683 struct glx_screen *glx_screen = GetGLXScreenConfigs(dpy, scrNum); in driGetDriverName() 699 glXGetScreenDriver(Display * dpy, int scrNum) in glXGetScreenDriver() argument 704 if (driGetDriverName(dpy, scrNum, &driverName)) { in glXGetScreenDriver()
|
H A D | g_glxglvnddispatchfuncs.c | 671 static const char *dispatch_GetScreenDriver(Display *dpy, int scrNum) in dispatch_GetScreenDriver() argument 673 typedef const char *(*fn_glXGetScreenDriver_ptr)(Display *dpy, int scrNum); in dispatch_GetScreenDriver() 677 dd = __VND->getDynDispatch(dpy, scrNum); in dispatch_GetScreenDriver() 685 return pGetScreenDriver(dpy, scrNum); in dispatch_GetScreenDriver()
|
H A D | glxclient.h | 176 extern const char *glXGetScreenDriver(Display * dpy, int scrNum);
|
Completed in 4 milliseconds