Searched refs:scrNum (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xdriinfo/dist/
H A Dxdriinfo.c37 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 Ddri_glx.c99 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 Dg_glxglvnddispatchfuncs.c662 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 Dglxclient.h170 extern const char *glXGetScreenDriver(Display * dpy, int scrNum);
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Ddri_common.c616 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 Dg_glxglvnddispatchfuncs.c671 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 Dglxclient.h172 extern const char *glXGetScreenDriver(Display * dpy, int scrNum);

Completed in 9 milliseconds