Searched refs:SDL_HINT_RENDER_DRIVER (Results 1 – 5 of 5) sorted by relevance
84 #define SDL_HINT_RENDER_DRIVER "SDL_RENDER_DRIVER" macro
24 SDL_HINT_RENDER_DRIVER,
53 SDL_SetHint(SDL_HINT_RENDER_DRIVER, "metal");
246 hint = SDL_GetHint(SDL_HINT_RENDER_DRIVER); in SDL_CreateRenderer()
176 hint = SDL_GetHint(SDL_HINT_RENDER_DRIVER); in ShouldUseTextureFramebuffer()