Lines Matching full:video
66 /// The size of video screen in pixels in the X dimension.
70 /// The size of video screen in pixels in the Y dimension.
84 /// Defines the number of pixel elements per video memory line.
91 and the set of active video output devices supports.
99 @retval EFI_DEVICE_ERROR A hardware error occurred trying to retrieve the video mode.
113 Set the video device into the specified mode and clears the visible portions of
117 @param ModeNumber Abstraction that defines the current video mode.
149 /// directly to every pixel of the video display rectangle
156 /// Read data from the video display rectangle
168 /// video display rectangle (DestinationX, DestinationY)
176 /// Copy from the video display rectangle (SourceX, SourceY)
177 /// (SourceX + Width, SourceY + Height) to the video display rectangle
254 /// Provides a basic abstraction to set video modes and copy pixels to and from
256 /// frame buffer is also exposed so software can write directly to the video hardware.