Searched defs:cb_framebuffer (Results 1 – 1 of 1) sorted by relevance
209 struct cb_framebuffer { struct210 UINT32 tag;211 UINT32 size;213 UINT64 physical_address;214 UINT32 x_resolution;215 UINT32 y_resolution;216 UINT32 bytes_per_line;217 UINT8 bits_per_pixel;218 UINT8 red_mask_pos;219 UINT8 red_mask_size;[all …]