Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Ddri_common.c611 driGetDriverName(Display * dpy, int scrNum, char **driverName) in driGetDriverName() argument
613 struct glx_screen *glx_screen = GetGLXScreenConfigs(dpy, scrNum); in driGetDriverName()
629 glXGetScreenDriver(Display * dpy, int scrNum) in glXGetScreenDriver() argument
634 if (driGetDriverName(dpy, scrNum, &driverName)) { in glXGetScreenDriver()
Ddri_glx.c98 int scrNum = psc->scr; in dri_get_driver_name() local
106 if (!XF86DRIQueryDirectRenderingCapable(dpy, scrNum, &directCapable)) { in dri_get_driver_name()
115 b = XF86DRIGetClientDriverName(dpy, scrNum, &driverMajor, &driverMinor, in dri_get_driver_name()
119 scrNum); in dri_get_driver_name()
125 scrNum); in dri_get_driver_name()
Dg_glxglvnddispatchfuncs.c659 static const char *dispatch_GetScreenDriver(Display *dpy, int scrNum) in dispatch_GetScreenDriver() argument
661 typedef const char *(*fn_glXGetScreenDriver_ptr)(Display *dpy, int scrNum); in dispatch_GetScreenDriver()
665 dd = __VND->getDynDispatch(dpy, scrNum); in dispatch_GetScreenDriver()
673 return pGetScreenDriver(dpy, scrNum); in dispatch_GetScreenDriver()
Dglxclient.h170 extern const char *glXGetScreenDriver(Display * dpy, int scrNum);