Home
last modified time | relevance | path

Searched refs:PixelFormat (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/stand/efiboot/
H A Defigop.c61 if (info->PixelFormat == PixelRedGreenBlueReserved8BitPerColor || in efi_gop_bpp()
62 info->PixelFormat == PixelBlueGreenRedReserved8BitPerColor) { in efi_gop_bpp()
H A Defifdt.c357 printf("GOP: PixelFormat %d\n", mode->Info->PixelFormat); in efi_fdt_gop()
366 if (mode->Info->PixelFormat == PixelBltOnly) { in efi_fdt_gop()
/netbsd-src/sys/external/bsd/gnu-efi/dist/apps/
H A Dlfbgrid.c114 info->PixelFormat, info->PixelInformation); in draw_boxes()
116 if (info->PixelFormat == PixelBltOnly) { in draw_boxes()
H A Dmodelist.c46 switch(info->PixelFormat) { in print_modes()
/netbsd-src/sys/arch/i386/stand/efiboot/
H A Deficons.c393 switch (info->PixelFormat) { in getdepth()
471 switch (info->PixelFormat) { in bi_framebuffer()
501 panic("Error: invalid pixel format (%d)", info->PixelFormat); in bi_framebuffer()
616 switch (info->PixelFormat) { in print_gop_modes()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defiprot.h864 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat; member