Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/
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()