Home
last modified time | relevance | path

Searched refs:eglver (Results 1 – 1 of 1) 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() local
229 const SDL_bool is_egl_15_or_later = eglver >= ((((Uint32) 1) << 16) | 5); in SDL_EGL_GetProcAddress()

Completed in 3 milliseconds