Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_hints.h142 #define SDL_HINT_RENDER_VSYNC "SDL_RENDER_VSYNC" macro
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_hints.c27 SDL_HINT_RENDER_VSYNC,
/third_party/flutter/skia/third_party/externals/sdl/src/render/
DSDL_render.c237 if (SDL_GetHint(SDL_HINT_RENDER_VSYNC)) { in SDL_CreateRenderer()
238 if (SDL_GetHintBoolean(SDL_HINT_RENDER_VSYNC, SDL_TRUE)) { in SDL_CreateRenderer()