Searched refs:ximg (Results 1 – 4 of 4) sorted by relevance
590 scrpriv->ximg = NULL; in hostx_init()888 if (scrpriv->ximg != NULL) { in hostx_screen_init()894 xcb_image_destroy(scrpriv->ximg); in hostx_screen_init()898 free(scrpriv->ximg->data); in hostx_screen_init()899 scrpriv->ximg->data = NULL; in hostx_screen_init()901 xcb_image_destroy(scrpriv->ximg); in hostx_screen_init()906 scrpriv->ximg = xcb_image_create_native(HostX.conn, in hostx_screen_init()915 scrpriv->shmsize = scrpriv->ximg->stride * buffer_height; in hostx_screen_init()921 xcb_image_destroy(scrpriv->ximg); in hostx_screen_init()925 scrpriv->ximg->data = scrpriv->shminfo.shmaddr; in hostx_screen_init()[all …]
74 xcb_image_t *ximg; member
159 obj-$(CONFIG_CMD_XIMG) += ximg.o
130 if [ "x${UBOOT_SUFFIX}" = "ximg" -o "x${UBOOT_SUFFIX}" = "xrom" ] && \