Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtopengles.cpp134 …eglGetPlatformDisplayEXT_Function eglGetPlatformDisplayEXT = (eglGetPlatformDisplayEXT_Function)_t… in WINRT_GLES_LoadLibrary() local
135 if (!eglGetPlatformDisplayEXT) { in WINRT_GLES_LoadLibrary()
143 …_this->egl_data->egl_display = eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, EGL_DEFAULT_DISP… in WINRT_GLES_LoadLibrary()
155 …_this->egl_data->egl_display = eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, EGL_DEFAULT_DISP… in WINRT_GLES_LoadLibrary()
164 …_this->egl_data->egl_display = eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, EGL_DEFAULT_DISP… in WINRT_GLES_LoadLibrary()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_egl.c439 LOAD_FUNC_EGLEXT(eglGetPlatformDisplayEXT); in SDL_EGL_LoadLibraryOnly()
494 …_this->egl_data->eglGetPlatformDisplayEXT = SDL_EGL_GetProcAddress(_this, "eglGetPlatformDisplayEX… in SDL_EGL_LoadLibrary()
495 if (_this->egl_data->eglGetPlatformDisplayEXT) { in SDL_EGL_LoadLibrary()
496 …_this->egl_data->egl_display = _this->egl_data->eglGetPlatformDisplayEXT(platform, (void *)(size_t… in SDL_EGL_LoadLibrary()
550 if (_this->egl_data->eglGetPlatformDisplayEXT == NULL) { in SDL_EGL_InitializeOffscreen()
566 …_this->egl_data->egl_display = _this->egl_data->eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, … in SDL_EGL_InitializeOffscreen()
583 …attempted_egl_display = _this->egl_data->eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, egl_dev… in SDL_EGL_InitializeOffscreen()
A DSDL_egl_c.h48 EGLDisplay(EGLAPIENTRY *eglGetPlatformDisplayEXT) (EGLenum platform,
/AliOS-Things-master/components/SDL2/src/video/khronos/EGL/
A Deglext.h793 EGLAPI EGLDisplay EGLAPIENTRY eglGetPlatformDisplayEXT (EGLenum platform, void *native_display, con…
/AliOS-Things-master/components/SDL2/include/
A DSDL_egl.h1384 EGLAPI EGLDisplay EGLAPIENTRY eglGetPlatformDisplayEXT (EGLenum platform, void *native_display, con…

Completed in 24 milliseconds