Searched refs:SDL_EGL_HasExtension (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_egl.c | 153 static SDL_bool SDL_EGL_HasExtension(_THIS, SDL_EGL_ExtensionType type, const char *ext) in SDL_EGL_HasExtension() function 493 if (SDL_EGL_HasExtension(_this, SDL_EGL_CLIENT_EXTENSION, "EGL_EXT_platform_base")) { in SDL_EGL_LoadLibrary() 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 6 milliseconds