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

/haiku/src/system/boot/platform/atari_m68k/
H A Dvideo.cpp54 struct video_mode *AllocMode();
58 virtual status_t Decode(int16 id, struct video_mode *mode);
59 virtual status_t Get(struct video_mode *mode) = 0;
60 virtual status_t Set(const struct video_mode *mode) = 0;
61 virtual status_t Unset(const struct video_mode *mode) { return B_OK; };
64 virtual status_t SetPalette(const struct video_mode *mode,
68 virtual int16 Width(const struct video_mode *mode=NULL);
69 virtual int16 Height(const struct video_mode *mode=NULL);
70 virtual int16 Depth(const struct video_mode *mode=NULL);
71 virtual int16 BytesPerRow(const struct video_mode *mod
82 struct video_mode { struct
[all...]
/haiku/src/system/boot/platform/efi/
H A Dvideo.cpp34 struct video_mode { struct
53 compare_video_modes(video_mode *a, video_mode *b)
68 add_video_mode(video_mode *videoMode)
70 video_mode *mode = NULL;
71 while ((mode = (video_mode*)list_get_next_item(&sModeList, mode))
88 static video_mode*
91 video_mode *bestMode = NULL;
94 video_mode *mode = NULL;
95 while ((mode = (video_mode*)list_get_next_ite
[all...]
/haiku/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp41 struct video_mode { struct
50 static video_mode *sMode, *sDefaultMode;
60 compare_video_modes(video_mode *a, video_mode *b)
70 // TODO: compare video_mode::mode?
79 add_video_mode(video_mode *videoMode)
81 video_mode *mode = NULL;
82 while ((mode = (video_mode *)list_get_next_item(&sModeList, mode))
104 static video_mode *
107 video_mode *foun
[all...]

Completed in 83 milliseconds