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

/freebsd-10-stable/sys/dev/bktr/
H A Dbktr_core.c404 static u_int pixfmt_swap_flags( int pixfmt );
562 bktr->pixfmt = oformat_meteor_to_bt( bktr->format );
1058 bktr->pixfmt = oformat_meteor_to_bt( bktr->format );
1207 pixfmt_table[ bktr->pixfmt ].public.Bpp;
1829 /* Pixel format (if in meteor pixfmt compatibility mode) */
1849 bktr->pixfmt = oformat_meteor_to_bt( bktr->format );
2361 int pixfmt; local
2471 bktr->pixfmt = *(int *)arg;
2473 | pixfmt_swap_flags( bktr->pixfmt ));
2478 *(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-10-stable/sys/boot/efi/loader/arch/amd64/
H A Dframebuffer.c64 efifb_mask_from_pixfmt(struct efi_fb *efifb, EFI_GRAPHICS_PIXEL_FORMAT pixfmt, argument
70 switch (pixfmt) {

Completed in 174 milliseconds