Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_egl.c537 void *egl_devices[SDL_EGL_MAX_DEVICES]; in SDL_EGL_InitializeOffscreen() local
554 …if (_this->egl_data->eglQueryDevicesEXT(SDL_EGL_MAX_DEVICES, egl_devices, &num_egl_devices) != EGL… in SDL_EGL_InitializeOffscreen()
566 …ay = _this->egl_data->eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, egl_devices[device], NULL); in SDL_EGL_InitializeOffscreen()
583 …display = _this->egl_data->eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, egl_devices[i], NULL); in SDL_EGL_InitializeOffscreen()

Completed in 8 milliseconds