Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_egl.c844 SDL_bool profile_es = (profile_mask == SDL_GL_CONTEXT_PROFILE_ES); in SDL_EGL_CreateContext() local
874 if ((major_version < 3 || (minor_version == 0 && profile_es)) && in SDL_EGL_CreateContext()
876 (profile_mask == 0 || profile_es)) { in SDL_EGL_CreateContext()
883 if (profile_es) { in SDL_EGL_CreateContext()
933 if (profile_es) { in SDL_EGL_CreateContext()
972 if (profile_es) { in SDL_EGL_CreateContext()

Completed in 7 milliseconds