Searched refs:pixfmt (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/usr.sbin/bhyve/
H A Drfb.c131 struct rfb_pixfmt pixfmt; member in struct:rfb_srvr_info
138 struct rfb_pixfmt pixfmt; member in struct:rfb_pixfmt_msg
212 sinfo.pixfmt.bpp = 32;
213 sinfo.pixfmt.depth = 32;
214 sinfo.pixfmt.bigendian = 0;
215 sinfo.pixfmt.truecolor = 1;
216 sinfo.pixfmt.red_max = htons(255);
217 sinfo.pixfmt.green_max = htons(255);
218 sinfo.pixfmt.blue_max = htons(255);
219 sinfo.pixfmt
[all...]
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_core.c403 static u_int pixfmt_swap_flags( int pixfmt );
561 bktr->pixfmt = oformat_meteor_to_bt( bktr->format );
1057 bktr->pixfmt = oformat_meteor_to_bt( bktr->format );
1206 pixfmt_table[ bktr->pixfmt ].public.Bpp;
1828 /* Pixel format (if in meteor pixfmt compatibility mode) */
1848 bktr->pixfmt = oformat_meteor_to_bt( bktr->format );
2360 int pixfmt; local
2470 bktr->pixfmt = *(int *)arg;
2472 | pixfmt_swap_flags( bktr->pixfmt ));
2477 *(int *)arg = bktr->pixfmt;
[all...]
H A Dbktr_reg.h595 int pixfmt; /* active pixel format (idx into fmt tbl) */ member in struct:bktr_softc
/freebsd-11-stable/stand/efi/loader/
H A Dframebuffer.c64 efifb_mask_from_pixfmt(struct efi_fb *efifb, EFI_GRAPHICS_PIXEL_FORMAT pixfmt, argument
70 switch (pixfmt) {

Completed in 119 milliseconds