Searched refs:profile_es (Results 1 – 1 of 1) sorted by relevance
844 SDL_bool profile_es = (profile_mask == SDL_GL_CONTEXT_PROFILE_ES); in SDL_EGL_CreateContext() local874 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