Lines Matching refs:screen
52 /* For simplicity we maintain the cache only for a single screen at a time */
81 xcb_screen_t *screen = draw->screen;
84 if (!screen)
87 depth_iter = xcb_screen_allowed_depths_iterator(screen);
152 * with the drawable's dri screen. The context is intended to be used with
155 * \param draw[in] Pointer to the drawable whose dri screen we want a
451 draw->screen = get_screen_for_root(draw->conn, reply->root);
1938 /* Get the currently-bound screen or revert to using the drawable's screen if
2325 * Perform any cleanup associated with a close screen operation.
2328 * This function destroys the screen's cached swap context if any.