Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_egl.c455 …const char *egl_version = _this->egl_data->eglQueryString(_this->egl_data->egl_display, EGL_VERSIO… in SDL_EGL_GetVersion() local
456 if (egl_version) { in SDL_EGL_GetVersion()
458 if (SDL_sscanf(egl_version, "%d.%d", &major, &minor) == 2) { in SDL_EGL_GetVersion()
462 … SDL_LogWarn(SDL_LOG_CATEGORY_VIDEO, "Could not parse EGL version string: %s", egl_version); in SDL_EGL_GetVersion()

Completed in 5 milliseconds