Searched refs:scrNum (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/glx/ |
D | dri_glx.c | 99 driGetDriverName(Display * dpy, int scrNum, char **driverName) in driGetDriverName() argument 109 if (!XF86DRIQueryDirectRenderingCapable(dpy, scrNum, &directCapable)) { in driGetDriverName() 118 b = XF86DRIGetClientDriverName(dpy, scrNum, &driverMajor, &driverMinor, in driGetDriverName() 122 scrNum); in driGetDriverName() 128 scrNum); in driGetDriverName() 134 Bool ret = DRI2Connect(dpy, RootWindow(dpy, scrNum), driverName, &dev); in driGetDriverName() 152 glXGetScreenDriver(Display * dpy, int scrNum) in glXGetScreenDriver() argument 156 if (driGetDriverName(dpy, scrNum, &driverName)) { in glXGetScreenDriver()
|
D | g_glxglvnddispatchfuncs.c | 662 static const char *dispatch_GetScreenDriver(Display *dpy, int scrNum) in dispatch_GetScreenDriver() argument 664 typedef const char *(*fn_glXGetScreenDriver_ptr)(Display *dpy, int scrNum); in dispatch_GetScreenDriver() 668 dd = __VND->getDynDispatch(dpy, scrNum); in dispatch_GetScreenDriver() 676 return (*pGetScreenDriver)(dpy, scrNum); in dispatch_GetScreenDriver()
|
D | glxclient.h | 170 extern const char *glXGetScreenDriver(Display * dpy, int scrNum);
|