Searched refs:PixelFormat (Results 1 – 6 of 6) sorted by relevance
61 if (info->PixelFormat == PixelRedGreenBlueReserved8BitPerColor || in efi_gop_bpp()62 info->PixelFormat == PixelBlueGreenRedReserved8BitPerColor) { in efi_gop_bpp()
357 printf("GOP: PixelFormat %d\n", mode->Info->PixelFormat); in efi_fdt_gop() 366 if (mode->Info->PixelFormat == PixelBltOnly) { in efi_fdt_gop()
114 info->PixelFormat, info->PixelInformation); in draw_boxes()116 if (info->PixelFormat == PixelBltOnly) { in draw_boxes()
46 switch(info->PixelFormat) { in print_modes()
393 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()
864 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat; member