HomeSort by: relevance | last modified time | path
    Searched refs:PixelFormat (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/stand/efiboot/
efigop.c 61 if (info->PixelFormat == PixelRedGreenBlueReserved8BitPerColor ||
62 info->PixelFormat == PixelBlueGreenRedReserved8BitPerColor) {
efifdt.c 357 printf("GOP: PixelFormat %d\n", mode->Info->PixelFormat);
366 if (mode->Info->PixelFormat == PixelBltOnly) {
  /src/sys/external/bsd/gnu-efi/dist/apps/
lfbgrid.c 114 info->PixelFormat, info->PixelInformation);
116 if (info->PixelFormat == PixelBltOnly) {
modelist.c 46 switch(info->PixelFormat) {
  /src/sys/arch/i386/stand/efiboot/
eficons.c 444 switch (info->PixelFormat) {
522 switch (info->PixelFormat) {
552 panic("Error: invalid pixel format (%d)", info->PixelFormat);
667 switch (info->PixelFormat) {
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiprot.h 864 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat;

Completed in 15 milliseconds