Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_egl.c431 SDL_bool profile_es = (profile_mask == SDL_GL_CONTEXT_PROFILE_ES); in SDL_EGL_CreateContext() local
443 if ((major_version < 3 || (minor_version == 0 && profile_es)) && in SDL_EGL_CreateContext()
445 (profile_mask == 0 || profile_es)) { in SDL_EGL_CreateContext()
452 if (profile_es) { in SDL_EGL_CreateContext()
489 if (profile_es) { in SDL_EGL_CreateContext()