Searched refs:SDL_HINT_RENDER_VSYNC (Results 1 – 3 of 3) sorted by relevance
142 #define SDL_HINT_RENDER_VSYNC "SDL_RENDER_VSYNC" macro
27 SDL_HINT_RENDER_VSYNC,
237 if (SDL_GetHint(SDL_HINT_RENDER_VSYNC)) { in SDL_CreateRenderer()238 if (SDL_GetHintBoolean(SDL_HINT_RENDER_VSYNC, SDL_TRUE)) { in SDL_CreateRenderer()