Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dvnc-enc-hextile.c51 uint8_t *last_fg, *last_bg; in vnc_hextile_send_framebuffer_update() local
54 last_bg = g_malloc(VNC_SERVER_FB_BYTES); in vnc_hextile_send_framebuffer_update()
60 last_bg, last_fg, &has_bg, &has_fg); in vnc_hextile_send_framebuffer_update()
64 g_free(last_bg); in vnc_hextile_send_framebuffer_update()
H A Dvnc-enc-hextile-template.h22 pixel_t *last_bg = (pixel_t *)last_bg_; in CONCAT() local
75 if (!*has_bg || *last_bg != bg) { in CONCAT()
78 *last_bg = bg; in CONCAT()
122 if (!*has_bg || *last_bg != bg) in CONCAT()
198 vs->write_pixels(vs, last_bg, sizeof(pixel_t)); in CONCAT()
H A Dvnc.h74 void *last_bg,
/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ac01-boot-progress/
H A Dampere_boot_progress.sh161 if [ "$last_bg" == "$bg" ]; then
164 last_bg=$bg