Searched refs:xdraw (Results 1 – 2 of 2) sorted by relevance
66 struct xlib_drawable xdraw; member147 NATIVE_ATTACHMENT_FRONT_LEFT, (void *) &xsurf->xdraw); in ximage_surface_flush_frontbuffer()161 NATIVE_ATTACHMENT_BACK_LEFT, (void *) &xsurf->xdraw); in ximage_surface_swap_buffers()271 xsurf->xdraw.visual = xsurf->visual.visual; in ximage_display_create_surface()272 xsurf->xdraw.depth = xsurf->visual.depth; in ximage_display_create_surface()273 xsurf->xdraw.drawable = xsurf->drawable; in ximage_display_create_surface()459 struct xlib_drawable xdraw; in ximage_display_copy_to_pixmap() local474 memset(&xdraw, 0, sizeof(xdraw)); in ximage_display_copy_to_pixmap()475 xdraw.visual = xconf->visual->visual; in ximage_display_copy_to_pixmap()476 xdraw.depth = xconf->visual->depth; in ximage_display_copy_to_pixmap()[all …]
50 struct xlib_drawable xdraw; member72 xsp_screen->xdraw.drawable = drawable; in vl_screen_texture_from_drawable()93 xsp_screen->xdraw.depth = 24/*util_format_get_blocksizebits(templat.format) / in vl_screen_texture_from_drawable()125 return &xsp_screen->xdraw; in vl_screen_get_private()155 xsp_screen->xdraw.visual = XDefaultVisual(display, screen); in vl_screen_create()