Searched refs:egl_version_major (Results 1 – 2 of 2) sorted by relevance
228 …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() local480 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() local865 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()
41 int egl_version_major, egl_version_minor; member
Completed in 4 milliseconds