Home
last modified time | relevance | path

Searched refs:hm_to_use (Results 1 – 10 of 10) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/gfx/common/
H A Dwin32_common.c448 HMONITOR *hm_to_use = (HMONITOR*)hm_data; in win32_monitor_info() local
457 *hm_to_use = win32_monitor_last; in win32_monitor_info()
462 *hm_to_use = win32_monitor_all[fs_monitor - 1]; in win32_monitor_info()
469 if (win32_monitor_all[i] != *hm_to_use) in win32_monitor_info()
477 if (hm_to_use) in win32_monitor_info()
482 GetMonitorInfo(*hm_to_use, (LPMONITORINFO)mon); in win32_monitor_info()
1702 void win32_set_style(MONITORINFOEX *current_mon, HMONITOR *hm_to_use, in win32_set_style() argument
1743 GetMonitorInfo(*hm_to_use, (LPMONITORINFO)current_mon); in win32_set_style()
2061 HMONITOR hm_to_use = NULL; in win32_set_video_mode() local
2072 win32_monitor_info(&current_mon, &hm_to_use, &mon_id); in win32_set_video_mode()
[all …]
H A Dwin32_common.h72 void win32_set_style(MONITORINFOEX *current_mon, HMONITOR *hm_to_use,
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers_context/
H A Dw_vk_ctx.c163 HMONITOR hm_to_use = NULL; in gfx_ctx_w_vk_get_video_size() local
165 win32_monitor_info(&current_mon, &hm_to_use, &mon_id); in gfx_ctx_w_vk_get_video_size()
H A Dwgl_ctx.c531 HMONITOR hm_to_use = NULL; in gfx_ctx_wgl_get_video_size() local
533 win32_monitor_info(&current_mon, &hm_to_use, &mon_id); in gfx_ctx_wgl_get_video_size()
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers/
H A Dgdi_gfx.c83 HMONITOR hm_to_use = NULL; in gfx_ctx_gdi_get_video_size() local
85 win32_monitor_info(&current_mon, &hm_to_use, &mon_id); in gfx_ctx_gdi_get_video_size()
H A Dd3d8.c1122 HMONITOR hm_to_use; in d3d8_init_internal() local
1160 win32_monitor_info(&current_mon, &hm_to_use, &d3d->cur_mon_id); in d3d8_init_internal()
1188 win32_set_style(&current_mon, &hm_to_use, &win_width, &win_height, in d3d8_init_internal()
H A Dd3d9.c1122 HMONITOR hm_to_use; in d3d9_init_internal() local
1160 win32_monitor_info(&current_mon, &hm_to_use, &d3d->cur_mon_id); in d3d9_init_internal()
1190 win32_set_style(&current_mon, &hm_to_use, &win_width, &win_height, in d3d9_init_internal()
H A Dd3d10.c636 HMONITOR hm_to_use; in d3d10_gfx_init() local
659 win32_monitor_info(&current_mon, &hm_to_use, &d3d10->cur_mon_id); in d3d10_gfx_init()
H A Dd3d11.c799 HMONITOR hm_to_use; in d3d11_gfx_init() local
822 win32_monitor_info(&current_mon, &hm_to_use, &d3d11->cur_mon_id); in d3d11_gfx_init()
H A Dd3d12.c897 HMONITOR hm_to_use; in d3d12_gfx_init() local
920 win32_monitor_info(&current_mon, &hm_to_use, &d3d12->cur_mon_id); in d3d12_gfx_init()