Lines Matching full:scrn
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
146 * \todo Should this function validate that \c scrn is within the screen
151 GetGLXScreenConfigs(Display * dpy, int scrn)
157 NULL) ? priv->screens[scrn] : NULL;
162 GetGLXPrivScreenConfig(Display * dpy, int scrn, struct glx_display ** ppriv,
179 if ((scrn < 0) || (scrn >= ScreenCount(dpy))) {
184 *ppsc = (*ppriv)->screens[scrn];