Searched refs:find_video_mode (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp105 find_video_mode(int32 width, int32 height, bool allowPalette) function
221 mode = find_video_mode(monitor.data.detailed_timing.h_active,
238 video_mode* found = find_video_mode(info.std_timing[i].h_size,
539 standardMode = find_video_mode(kPreferredWidth, -1, false);
541 standardMode = find_video_mode(kFallbackWidth, -1, false);
543 standardMode = find_video_mode(kPreferredWidth, -1, true);
545 standardMode = find_video_mode(kFallbackWidth, -1, true);

Completed in 51 milliseconds