Searched refs:eglver (Results 1 – 1 of 1) sorted by relevance
228 …const Uint32 eglver = (((Uint32) _this->egl_data->egl_version_major) << 16) | ((Uint32) _this->egl… in SDL_EGL_GetProcAddress() local229 const SDL_bool is_egl_15_or_later = eglver >= ((((Uint32) 1) << 16) | 5); in SDL_EGL_GetProcAddress()
Completed in 3 milliseconds