Searched refs:eglGetPlatformDisplayEXT (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtopengles.cpp | 134 …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 D | SDL_egl.c | 439 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 D | SDL_egl_c.h | 48 EGLDisplay(EGLAPIENTRY *eglGetPlatformDisplayEXT) (EGLenum platform,
|
/AliOS-Things-master/components/SDL2/src/video/khronos/EGL/ |
A D | eglext.h | 793 EGLAPI EGLDisplay EGLAPIENTRY eglGetPlatformDisplayEXT (EGLenum platform, void *native_display, con…
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_egl.h | 1384 EGLAPI EGLDisplay EGLAPIENTRY eglGetPlatformDisplayEXT (EGLenum platform, void *native_display, con…
|
Completed in 24 milliseconds