Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_egl.c228 …const Uint32 eglver = (((Uint32) _this->egl_data->egl_version_major) << 16) | ((Uint32) _this->egl… in SDL_EGL_GetProcAddress()
459 _this->egl_data->egl_version_major = major; in SDL_EGL_GetVersion()
471 int egl_version_major, egl_version_minor; in SDL_EGL_LoadLibrary() local
480 egl_version_major = _this->egl_data->egl_version_major; in SDL_EGL_LoadLibrary()
483 if (egl_version_major == 1 && egl_version_minor == 5) { in SDL_EGL_LoadLibrary()
490 if (egl_version_major == 1 && egl_version_minor == 5) { in SDL_EGL_LoadLibrary()
863 int egl_version_major = _this->egl_data->egl_version_major; in SDL_EGL_CreateContext() local
865 if (((egl_version_major < 1) || (egl_version_major == 1 && egl_version_minor < 5)) && in SDL_EGL_CreateContext()
967 if ((_this->egl_data->egl_version_major > 1) || in SDL_EGL_CreateContext()
968 ((_this->egl_data->egl_version_major == 1) && (_this->egl_data->egl_version_minor >= 5)) || in SDL_EGL_CreateContext()
A DSDL_egl_c.h41 int egl_version_major, egl_version_minor; member

Completed in 4 milliseconds