Home
last modified time | relevance | path

Searched refs:target_refresh_rate (Results 1 – 11 of 11) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers/
H A Dsdl_dingux_gfx.c418 enum dingux_refresh_rate target_refresh_rate = (enum dingux_refresh_rate) in sdl_dingux_gfx_init() local
456 (current_refresh_rate != target_refresh_rate)) in sdl_dingux_gfx_init()
457 hw_refresh_rate = dingux_set_video_refresh_rate(target_refresh_rate); in sdl_dingux_gfx_init()
479 vid->refresh_rate = target_refresh_rate; in sdl_dingux_gfx_init()
480 switch (target_refresh_rate) in sdl_dingux_gfx_init()
H A Dsdl_rs90_gfx.c789 enum dingux_refresh_rate target_refresh_rate = (enum dingux_refresh_rate) in sdl_rs90_gfx_init() local
822 (current_refresh_rate != target_refresh_rate)) in sdl_rs90_gfx_init()
823 hw_refresh_rate = dingux_set_video_refresh_rate(target_refresh_rate); in sdl_rs90_gfx_init()
845 vid->refresh_rate = target_refresh_rate; in sdl_rs90_gfx_init()
846 switch (target_refresh_rate) in sdl_rs90_gfx_init()
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/
H A DSDL_video.c834 int target_refresh_rate; in SDL_GetClosestDisplayModeForDisplay() local
852 target_refresh_rate = mode->refresh_rate; in SDL_GetClosestDisplayModeForDisplay()
854 target_refresh_rate = display->desktop_mode.refresh_rate; in SDL_GetClosestDisplayModeForDisplay()
892 if (current->refresh_rate >= target_refresh_rate) { in SDL_GetClosestDisplayModeForDisplay()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/
H A DSDL_video.c834 int target_refresh_rate; in SDL_GetClosestDisplayModeForDisplay() local
852 target_refresh_rate = mode->refresh_rate; in SDL_GetClosestDisplayModeForDisplay()
854 target_refresh_rate = display->desktop_mode.refresh_rate; in SDL_GetClosestDisplayModeForDisplay()
892 if (current->refresh_rate >= target_refresh_rate) { in SDL_GetClosestDisplayModeForDisplay()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/
H A DSDL_video.c842 int target_refresh_rate; in SDL_GetClosestDisplayModeForDisplay() local
860 target_refresh_rate = mode->refresh_rate; in SDL_GetClosestDisplayModeForDisplay()
862 target_refresh_rate = display->desktop_mode.refresh_rate; in SDL_GetClosestDisplayModeForDisplay()
900 if (current->refresh_rate >= target_refresh_rate) { in SDL_GetClosestDisplayModeForDisplay()
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/src/video/android/
H A DSDL_video.c566 int target_refresh_rate; in SDL_GetClosestDisplayModeForDisplay() local
584 target_refresh_rate = mode->refresh_rate; in SDL_GetClosestDisplayModeForDisplay()
586 target_refresh_rate = display->desktop_mode.refresh_rate; in SDL_GetClosestDisplayModeForDisplay()
624 if (current->refresh_rate >= target_refresh_rate) { in SDL_GetClosestDisplayModeForDisplay()
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/
H A DSDL_video.c849 int target_refresh_rate; in SDL_GetClosestDisplayModeForDisplay() local
867 target_refresh_rate = mode->refresh_rate; in SDL_GetClosestDisplayModeForDisplay()
869 target_refresh_rate = display->desktop_mode.refresh_rate; in SDL_GetClosestDisplayModeForDisplay()
907 if (current->refresh_rate >= target_refresh_rate) { in SDL_GetClosestDisplayModeForDisplay()
/dports/devel/sdl20/SDL2-2.0.18/src/video/
H A DSDL_video.c933 int target_refresh_rate; in SDL_GetClosestDisplayModeForDisplay() local
951 target_refresh_rate = mode->refresh_rate; in SDL_GetClosestDisplayModeForDisplay()
953 target_refresh_rate = display->desktop_mode.refresh_rate; in SDL_GetClosestDisplayModeForDisplay()
991 if (current->refresh_rate >= target_refresh_rate) { in SDL_GetClosestDisplayModeForDisplay()
/dports/x11/controllermap/SDL2-2.0.18/src/video/
H A DSDL_video.c933 int target_refresh_rate; in SDL_GetClosestDisplayModeForDisplay() local
951 target_refresh_rate = mode->refresh_rate; in SDL_GetClosestDisplayModeForDisplay()
953 target_refresh_rate = display->desktop_mode.refresh_rate; in SDL_GetClosestDisplayModeForDisplay()
991 if (current->refresh_rate >= target_refresh_rate) { in SDL_GetClosestDisplayModeForDisplay()
/dports/games/retroarch/RetroArch-1.9.7/menu/
H A Dmenu_setting.c7545 target_refresh_rate = in general_write_handler() local
7554 (current_refresh_rate != target_refresh_rate)) in general_write_handler()
7560 switch (target_refresh_rate) in general_write_handler()
/dports/games/retroarch/RetroArch-1.9.7/
H A Dretroarch.c18640 float target_refresh_rate = video_driver_get_refresh_rate(); in rarch_environment_cb() local
18645 if (target_refresh_rate == 0.0f && video_refresh_rate != 0.0f) in rarch_environment_cb()
18646 target_refresh_rate = video_refresh_rate; in rarch_environment_cb()
18648 *(float *)data = target_refresh_rate; in rarch_environment_cb()