Home
last modified time | relevance | path

Searched refs:vd_setpixel (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/vt/
H A Dvt_cpulogos.c69 vd->vd_driver->vd_setpixel(vd, x, y, vt_vga2bsd(color >> 4)); in vt_draw_2_vga16_px()
70 vd->vd_driver->vd_setpixel(vd, x + 1, y, vt_vga2bsd(color & 0xf)); in vt_draw_2_vga16_px()
H A Dvt.h372 vd_setpixel_t *vd_setpixel; member
/freebsd/sys/dev/vt/hw/vbefb/
H A Dvbefb.c63 .vd_setpixel = vt_fb_setpixel,
/freebsd/sys/dev/vt/hw/efifb/
H A Defifb.c63 .vd_setpixel = vt_fb_setpixel,
/freebsd/sys/dev/vt/hw/simplefb/
H A Dsimplefb.c65 .vd_setpixel = vt_fb_setpixel,
/freebsd/sys/powerpc/ps3/
H A Dps3_syscons.c79 .vd_setpixel = vt_fb_setpixel,
/freebsd/sys/dev/vt/hw/fb/
H A Dvt_early_fb.c63 .vd_setpixel = vt_fb_setpixel,
H A Dvt_fb.c55 .vd_setpixel = vt_fb_setpixel,
/freebsd/sys/dev/virtio/gpu/
H A Dvirtio_gpu.c117 .vd_setpixel = vtgpu_fb_setpixel,
/freebsd/sys/dev/vt/hw/vga/
H A Dvt_vga.c114 .vd_setpixel = vga_setpixel,