Home
last modified time | relevance | path

Searched refs:_al_get_new_display_settings (Results 1 – 13 of 13) sorted by relevance

/dports/devel/allegro5/allegro5-5.2.7.0/src/
H A Ddisplay_settings.c32 extras = _al_get_new_display_settings(); in al_set_new_display_option()
67 extras = _al_get_new_display_settings(); in al_get_new_display_option()
107 extras = _al_get_new_display_settings(); in al_reset_new_display_options()
690 memcpy(&old_eds, _al_get_new_display_settings(), sizeof(old_eds)); in _al_set_color_components()
898 memcpy(eds, _al_get_new_display_settings(), sizeof(*eds)); in _al_set_color_components()
H A Dtls.c191 ALLEGRO_EXTRA_DISPLAY_SETTINGS *_al_get_new_display_settings(void) in _al_get_new_display_settings() function
/dports/devel/allegro5/allegro5-5.2.7.0/include/allegro5/internal/
H A Daintern_display.h190 ALLEGRO_EXTRA_DISPLAY_SETTINGS *_al_get_new_display_settings(void);
/dports/devel/allegro5/allegro5-5.2.7.0/src/win/
H A Dwsystem.c428 int format = _al_deduce_color_format(_al_get_new_display_settings()); in win_get_num_display_modes()
447 int format = _al_deduce_color_format(_al_get_new_display_settings()); in win_get_display_mode()
H A Dwgl_disp.c692 ref = _al_get_new_display_settings(); in get_available_pixel_formats_ext()
779 ref = _al_get_new_display_settings(); in get_available_pixel_formats_old()
959 ALLEGRO_EXTRA_DISPLAY_SETTINGS *eds = _al_get_new_display_settings(); in create_display_internals()
H A Dd3d_disp.cpp1634 ALLEGRO_EXTRA_DISPLAY_SETTINGS *ref = _al_get_new_display_settings(); in d3d_create_display_internals()
/dports/devel/allegro5/allegro5-5.2.7.0/src/x/
H A Dxglx_config.c222 ref = _al_get_new_display_settings(); in get_visuals_new()
358 ref = _al_get_new_display_settings(); in get_visuals_old()
H A Dxdisplay.c497 ALLEGRO_EXTRA_DISPLAY_SETTINGS *eds = _al_get_new_display_settings(); in xdpy_create_display_locked()
509 int vsync_setting = _al_get_new_display_settings()->settings[ALLEGRO_VSYNC]; in xdpy_create_display_locked()
/dports/devel/allegro5/allegro5-5.2.7.0/src/macosx/
H A Dosxgl.m747 extras = _al_get_new_display_settings();
1270 if (_al_get_new_display_settings()->settings[ALLEGRO_VSYNC] == 1) {
1274 if (_al_get_new_display_settings()->settings[ALLEGRO_VSYNC] == 1) {
1431 if (_al_get_new_display_settings()->settings[ALLEGRO_VSYNC] == 1) {
1435 if (_al_get_new_display_settings()->settings[ALLEGRO_VSYNC] == 1) {
1664 if (_al_get_new_display_settings()->settings[ALLEGRO_VSYNC] == 1) {
1668 if (_al_get_new_display_settings()->settings[ALLEGRO_VSYNC] == 1) {
H A Dsystem.m153 ALLEGRO_EXTRA_DISPLAY_SETTINGS *extras = _al_get_new_display_settings();
/dports/devel/allegro5/allegro5-5.2.7.0/src/iphone/
H A Diphone_display.m95 ref = _al_get_new_display_settings();
/dports/devel/allegro5/allegro5-5.2.7.0/src/raspberrypi/
H A Dpidisplay.c270 ALLEGRO_EXTRA_DISPLAY_SETTINGS *eds = _al_get_new_display_settings(); in pi_create_display()
/dports/devel/allegro5/allegro5-5.2.7.0/src/android/
H A Dandroid_display.c538 main_thread_display_settings = *_al_get_new_display_settings(); in android_create_display()