Home | History | Annotate | Download | only in efiboot

Lines Matching refs:PixelInformation

451 		return fls32(info->PixelInformation.RedMask
452 | info->PixelInformation.GreenMask
453 | info->PixelInformation.BlueMask
454 | info->PixelInformation.ReservedMask);
543 setpixelformat(info->PixelInformation.RedMask,
545 setpixelformat(info->PixelInformation.GreenMask,
547 setpixelformat(info->PixelInformation.BlueMask,
677 info->PixelInformation.RedMask,
678 info->PixelInformation.GreenMask,
679 info->PixelInformation.BlueMask,
680 info->PixelInformation.ReservedMask);