Lines Matching defs:display
161 UNUSED _EGLDisplay *display = dri2_surf->base.Resource.Display;
164 Display *xdpy = (Display*)display->PlatformDisplay;
169 * 'lock_fns' is the XLockDisplay function pointer of the X11 display 'dpy'.
172 if (display->Platform == _EGL_PLATFORM_X11 && xdpy && !xdpy->lock_fns)
1062 * the driver_configs. DRM inherits that information from its display - GBM.
1159 * It would probably be safest to forcibly release the display with
1160 * dri2_display_release, to make sure the display is reinitialized correctly.
1163 * we would leak context1 as we would be missing the old display connection
1212 * Decrement display reference count, and free up display if necessary.