Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_egl.c149 SDL_EGL_DISPLAY_EXTENSION, enumerator
176 if (disable_ext & 0x01 && type == SDL_EGL_DISPLAY_EXTENSION) { in SDL_EGL_HasExtension()
185 case SDL_EGL_DISPLAY_EXTENSION: in SDL_EGL_HasExtension()
740 SDL_EGL_HasExtension(_this, SDL_EGL_DISPLAY_EXTENSION, "EGL_KHR_create_context")) { in SDL_EGL_ChooseConfig()
866 !SDL_EGL_HasExtension(_this, SDL_EGL_DISPLAY_EXTENSION, "EGL_KHR_debug")) { in SDL_EGL_CreateContext()
892 if (SDL_EGL_HasExtension(_this, SDL_EGL_DISPLAY_EXTENSION, "EGL_KHR_create_context")) { in SDL_EGL_CreateContext()
919 … if (SDL_EGL_HasExtension(_this, SDL_EGL_DISPLAY_EXTENSION, "EGL_KHR_create_context_no_error")) { in SDL_EGL_CreateContext()
969 SDL_EGL_HasExtension(_this, SDL_EGL_DISPLAY_EXTENSION, "EGL_KHR_surfaceless_context")) in SDL_EGL_CreateContext()
1107 if (SDL_EGL_HasExtension(_this, SDL_EGL_DISPLAY_EXTENSION, "EGL_KHR_gl_colorspace")) { in SDL_EGL_CreateSurface()

Completed in 5 milliseconds