Home
last modified time | relevance | path

Searched refs:rc_custom_pixfmt (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/common/
H A Drfb.c542 c->rc_custom_pixfmt = true; in rfb_recv_set_pixel_format()
545 c->rc_custom_pixfmt = false; in rfb_recv_set_pixel_format()
852 if (c->rc_custom_pixfmt) { in rfb_send_rect()
935 if (c->rc_custom_pixfmt) { in rfb_send_all()
1029 if (c->rc_custom_pixfmt && (c->rc_gci.data == NULL || in rfb_send_screen()
1040 } else if (!c->rc_custom_pixfmt && c->rc_gci.data != NULL) { in rfb_send_screen()
H A Drfb_impl.h248 bool rc_custom_pixfmt; member