Searched refs:LV_SDL_ACCELERATED (Results 1 – 5 of 5) sorted by relevance
1026 #define LV_SDL_ACCELERATED 1 /**< 1: Use hardware acceleration*/ macro
3557 #ifndef LV_SDL_ACCELERATED3560 #define LV_SDL_ACCELERATED CONFIG_LV_SDL_ACCELERATED macro3562 #define LV_SDL_ACCELERATED 0 macro3565 #define LV_SDL_ACCELERATED 1 /**< 1: Use hardware acceleration*/ macro
1117 #define LV_SDL_ACCELERATED 1 /**< 1: Use hardware acceleration*/
1688 config LV_SDL_ACCELERATED config
356 … LV_SDL_ACCELERATED ? SDL_RENDERER_ACCELERATED : SDL_RENDERER_SOFTWARE); in window_create()