Searched refs:vd_setpixel (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/dev/vt/ |
| H A D | vt_cpulogos.c | 69 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 D | vt.h | 372 vd_setpixel_t *vd_setpixel; member
|
| /freebsd/sys/dev/vt/hw/vbefb/ |
| H A D | vbefb.c | 63 .vd_setpixel = vt_fb_setpixel,
|
| /freebsd/sys/dev/vt/hw/efifb/ |
| H A D | efifb.c | 63 .vd_setpixel = vt_fb_setpixel,
|
| /freebsd/sys/dev/vt/hw/simplefb/ |
| H A D | simplefb.c | 65 .vd_setpixel = vt_fb_setpixel,
|
| /freebsd/sys/powerpc/ps3/ |
| H A D | ps3_syscons.c | 79 .vd_setpixel = vt_fb_setpixel,
|
| /freebsd/sys/dev/vt/hw/fb/ |
| H A D | vt_early_fb.c | 63 .vd_setpixel = vt_fb_setpixel,
|
| H A D | vt_fb.c | 55 .vd_setpixel = vt_fb_setpixel,
|
| /freebsd/sys/dev/virtio/gpu/ |
| H A D | virtio_gpu.c | 117 .vd_setpixel = vtgpu_fb_setpixel,
|
| /freebsd/sys/dev/vt/hw/vga/ |
| H A D | vt_vga.c | 114 .vd_setpixel = vga_setpixel,
|