Lines Matching refs:screen

69  * \param scrn_num  If non-NULL, the drawables screen is stored there
137 * Get the GLX per-screen data structure associated with a GLX context.
139 * \param dpy Display for which the GLX per-screen information is to be
141 * \param scrn Screen on \c dpy for which the GLX per-screen information is
143 * \returns A pointer to the GLX per-screen data if \c dpy and \c scrn
144 * specify a valid GLX screen, or NULL otherwise.
146 * \todo Should this function validate that \c scrn is within the screen
178 /* Check screen number to see if its valid */
183 /* Check to see if the GL is supported on this screen */
186 /* No support for GL on this screen regardless of visual */
265 gc->screen = psc->scr;
329 psc = GetGLXScreenConfigs(dpy, config->screen);
367 req->screen = config->screen;
382 req->screen = config->screen;
403 req->screen = config->screen;
449 struct glx_screen *const psc = GetGLXScreenConfigs(dpy, vis->screen);
696 int screen = vis->screen;
697 struct glx_screen *const psc = GetGLXScreenConfigs(dpy, screen);
702 if(apple_glx_pixmap_create(dpy, vis->screen, pixmap, config))
733 req->screen = vis->screen;
754 psc = priv->screens[vis->screen];
890 ** Return configuration information for the given display, screen and
902 status = GetGLXPrivScreenConfig(dpy, vis->screen, &priv, &psc);
1251 glXChooseVisual(Display * dpy, int screen, int *attribList)
1263 if (GetGLXPrivScreenConfig(dpy, screen, &priv, &psc) != Success) {
1293 visualTemplate.screen = screen;
1317 glXQueryExtensionsString(Display * dpy, int screen)
1323 if (GetGLXPrivScreenConfig(dpy, screen, &priv, &psc) != Success) {
1330 __glXQueryServerString(dpy, screen, GLX_EXTENSIONS);
1360 glXQueryServerString(Display * dpy, int screen, int name)
1366 if (GetGLXPrivScreenConfig(dpy, screen, &priv, &psc) != Success) {
1385 *str = __glXQueryServerString(dpy, screen, name);
1423 uint32_t screen = 0;
1481 screen = prop[1];
1505 psc = GetGLXScreenConfigs(dpy, screen);
1544 *value = ctx->screen;
1596 glXChooseFBConfig(Display * dpy, int screen,
1604 glXGetFBConfigs(dpy, screen, &list_size);
1634 glXGetFBConfigs(dpy, config->screen, &list_size);
1662 glXGetFBConfigs(Display * dpy, int screen, int *nelements)
1672 && (screen >= 0) && (screen < ScreenCount(dpy))
1673 && (priv->screens[screen]->configs != NULL)
1674 && (priv->screens[screen]->configs->fbconfigID
1677 for (config = priv->screens[screen]->configs; config != NULL;
1688 for (config = priv->screens[screen]->configs; config != NULL;
1967 (Display * dpy, int screen, int *attrib_list,
1968 int *nelements), (dpy, screen, attrib_list, nelements),
1994 if(apple_glx_pixmap_create(dpy, config->screen, pixmap, config))
1999 psc = GetGLXScreenConfigs(dpy, config->screen);
2016 req->screen = config->screen;
2042 psc = GetGLXScreenConfigs(dpy, config->screen);
2060 if ((GetGLXPrivScreenConfig(dpy, vis->screen, &priv, &psc) == Success)