Searched defs:FRAME_BUFFER_CONFIGURE (Results 1 – 2 of 2) sorted by relevance
23 struct FRAME_BUFFER_CONFIGURE { struct24 UINTN ColorDepth;25 UINTN WidthInBytes;26 UINTN BytesPerPixel;27 UINTN WidthInPixels;28 UINTN Height;29 UINT8 LineBuffer[SIZE_4KB * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)];53 IN FRAME_BUFFER_CONFIGURE *Configure, in ConfigurePixelBitMaskFormat() argument
25 typedef struct FRAME_BUFFER_CONFIGURE FRAME_BUFFER_CONFIGURE; typedef