Lines Matching +full:frame +full:- +full:buffer
6 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
7 SPDX-License-Identifier: BSD-2-Clause-Patent
30 /// A pixel is 32-bits and byte zero represents red, byte one represents green,
32 /// for the physical frame buffer. The byte values for the red, green, and blue
38 /// A pixel is 32-bits and byte zero represents blue, byte one represents green,
40 /// for the physical frame buffer. The byte values for the red, green, and blue
46 /// The Pixel definition of the physical frame buffer.
50 /// This mode does not support a physical frame buffer.
75 /// implies that a linear frame buffer is not available for this mode.
79 /// This bit-mask is only valid if PixelFormat is set to PixelPixelBitMask.
95 @param SizeOfInfo A pointer to the size, in bytes, of the Info buffer.
96 …@param Info A pointer to callee allocated buffer that returns information about …
230 /// Current Mode of the graphics device. Valid mode numbers are 0 to MaxMode -1.
234 /// Pointer to read-only EFI_GRAPHICS_OUTPUT_MODE_INFORMATION data.
242 /// Base address of graphics linear frame buffer.
247 /// Amount of frame buffer needed to support the active mode as defined by
255 /// the graphics controller's frame buffer. The linear address of the hardware
256 /// frame buffer is also exposed so software can write directly to the video hardware.