Home
last modified time | relevance | path

Searched refs:fill_display_mode (Results 1 – 5 of 5) sorted by relevance

/haiku/headers/private/graphics/common/
H A Dcreate_display_modes.h26 void fill_display_mode(uint32 width, uint32 height, display_mode* mode);
/haiku/src/add-ons/accelerants/framebuffer/
H A Dmode.cpp60 fill_display_mode(mode.virtual_width, mode.virtual_height, &mode); in create_mode_list()
/haiku/src/add-ons/accelerants/virtio/
H A Dmode.cpp61 fill_display_mode(mode.virtual_width, mode.virtual_height, &mode); in create_mode_list()
/haiku/src/add-ons/accelerants/common/
H A Dcreate_display_modes.cpp419 fill_display_mode(width, height, &mode); in _AddBaseMode()
538 fill_display_mode(uint32 width, uint32 height, display_mode* mode) in fill_display_mode() function
/haiku/src/add-ons/accelerants/vesa/
H A Dmode.cpp131 fill_display_mode(vesaModes[i].width, vesaModes[i].height, in create_mode_list()