Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/include/
A DSDL_hints.h1235 #define SDL_HINT_RENDER_BATCHING "SDL_RENDER_BATCHING" macro
/AliOS-Things-master/components/SDL2/src/render/
A DSDL_render.c852 } else if (SDL_GetHint(SDL_HINT_RENDER_BATCHING)) { in SDL_CreateRenderer()
853 batching = SDL_GetHintBoolean(SDL_HINT_RENDER_BATCHING, SDL_TRUE); in SDL_CreateRenderer()

Completed in 13 milliseconds