Searched refs:scrNum (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/xdriinfo/dist/ |
| H A D | xdriinfo.c | 37 typedef const char * glXGetScreenDriver_t (Display *dpy, int scrNum); typedef in typeref:typename:const char * glXGetScreenDriver_t (Display * dpy,int)
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | dri_glx.c | 99 driGetDriverName(Display * dpy, int scrNum, char **driverName) argument 109 if (!XF86DRIQueryDirectRenderingCapable(dpy, scrNum, &directCapable)) { 118 b = XF86DRIGetClientDriverName(dpy, scrNum, &driverMajor, &driverMinor, 122 scrNum); 128 scrNum); 134 Bool ret = DRI2Connect(dpy, RootWindow(dpy, scrNum), driverName, &dev); 152 glXGetScreenDriver(Display * dpy, int scrNum) argument 156 if (driGetDriverName(dpy, scrNum, &driverName)) {
|
| H A D | g_glxglvnddispatchfuncs.c | 662 static const char *dispatch_GetScreenDriver(Display *dpy, int scrNum) argument 664 typedef const char *(*fn_glXGetScreenDriver_ptr)(Display *dpy, int scrNum); 668 dd = __VND->getDynDispatch(dpy, scrNum); 676 return (*pGetScreenDriver)(dpy, scrNum);
|
| H A D | glxclient.h | 170 extern const char *glXGetScreenDriver(Display * dpy, int scrNum);
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | dri_common.c | 616 driGetDriverName(Display * dpy, int scrNum, char **driverName) argument 618 struct glx_screen *glx_screen = GetGLXScreenConfigs(dpy, scrNum); 634 glXGetScreenDriver(Display * dpy, int scrNum) argument 639 if (driGetDriverName(dpy, scrNum, &driverName)) {
|
| H A D | g_glxglvnddispatchfuncs.c | 671 static const char *dispatch_GetScreenDriver(Display *dpy, int scrNum) argument 673 typedef const char *(*fn_glXGetScreenDriver_ptr)(Display *dpy, int scrNum); 677 dd = __VND->getDynDispatch(dpy, scrNum); 685 return pGetScreenDriver(dpy, scrNum);
|
| H A D | glxclient.h | 172 extern const char *glXGetScreenDriver(Display * dpy, int scrNum);
|
Completed in 9 milliseconds