Home
last modified time | relevance | path

Searched refs:ximg (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dhostx.c590 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 …]
H A Dephyr.h74 xcb_image_t *ximg; member
/OK3568_Linux_fs/u-boot/cmd/
H A DMakefile159 obj-$(CONFIG_CMD_XIMG) += ximg.o
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Duboot-sign.bbclass130 if [ "x${UBOOT_SUFFIX}" = "ximg" -o "x${UBOOT_SUFFIX}" = "xrom" ] && \