Searched refs:egl_display (Results 1 – 11 of 11) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtopengles.cpp | 89 …_this->egl_data->egl_display = ((eglGetDisplay_Old_Function)_this->egl_data->eglGetDisplay)(cpp_di… in WINRT_GLES_LoadLibrary() 90 if (!_this->egl_data->egl_display) { in WINRT_GLES_LoadLibrary() 94 if (_this->egl_data->eglInitialize(_this->egl_data->egl_display, NULL, NULL) != EGL_TRUE) { in WINRT_GLES_LoadLibrary() 143 …_this->egl_data->egl_display = eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, EGL_DEFAULT_DISP… in WINRT_GLES_LoadLibrary() 144 if (!_this->egl_data->egl_display) { in WINRT_GLES_LoadLibrary() 148 if (_this->egl_data->eglInitialize(_this->egl_data->egl_display, NULL, NULL) != EGL_TRUE) in WINRT_GLES_LoadLibrary() 155 …_this->egl_data->egl_display = eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, EGL_DEFAULT_DISP… in WINRT_GLES_LoadLibrary() 156 if (!_this->egl_data->egl_display) { in WINRT_GLES_LoadLibrary() 160 … if (_this->egl_data->eglInitialize(_this->egl_data->egl_display, NULL, NULL) != EGL_TRUE) { in WINRT_GLES_LoadLibrary() 165 if (!_this->egl_data->egl_display) { in WINRT_GLES_LoadLibrary() [all …]
|
A D | SDL_winrtvideo.cpp | 619 _this->egl_data->egl_display, in WINRT_CreateWindow() 631 _this->egl_data->egl_display, in WINRT_CreateWindow()
|
/AliOS-Things-master/components/SDL2/src/video/pandora/ |
A D | SDL_pandora.c | 224 if (phdata->egl_display == EGL_NO_DISPLAY) { in PND_createwindow() 297 eglTerminate(phdata->egl_display); in PND_destroywindow() 611 eglCreateContext(phdata->egl_display, in PND_gl_createcontext() 632 eglCreateWindowSurface(phdata->egl_display, in PND_gl_createcontext() 637 eglCreateWindowSurface(phdata->egl_display, in PND_gl_createcontext() 669 eglGetConfigAttrib(phdata->egl_display, in PND_gl_createcontext() 676 eglGetConfigAttrib(phdata->egl_display, in PND_gl_createcontext() 685 eglGetConfigAttrib(phdata->egl_display, in PND_gl_createcontext() 692 eglGetConfigAttrib(phdata->egl_display, in PND_gl_createcontext() 761 if (phdata->egl_display != EGL_NO_DISPLAY) { in PND_gl_setswapinterval() [all …]
|
A D | SDL_pandora.h | 33 EGLDisplay egl_display; /* OpenGL ES display connection */ member
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_egl.c | 266 if (_this->egl_data->egl_display) { in SDL_EGL_UnloadLibrary() 267 _this->egl_data->eglTerminate(_this->egl_data->egl_display); in SDL_EGL_UnloadLibrary() 268 _this->egl_data->egl_display = NULL; in SDL_EGL_UnloadLibrary() 487 _this->egl_data->egl_display = EGL_NO_DISPLAY; in SDL_EGL_LoadLibrary() 502 if (_this->egl_data->egl_display == EGL_NO_DISPLAY) { in SDL_EGL_LoadLibrary() 505 if (_this->egl_data->egl_display == EGL_NO_DISPLAY) { in SDL_EGL_LoadLibrary() 568 if (_this->egl_data->egl_display == EGL_NO_DISPLAY) { in SDL_EGL_InitializeOffscreen() 595 _this->egl_data->egl_display = attempted_egl_display; in SDL_EGL_InitializeOffscreen() 762 if (_this->egl_data->eglChooseConfig(_this->egl_data->egl_display, in SDL_EGL_ChooseConfig() 1121 _this->egl_data->egl_display, in SDL_EGL_CreateSurface() [all …]
|
A D | SDL_egl_c.h | 37 EGLDisplay egl_display; member
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenopengles.c | 67 _this->egl_data->egl_display = _this->egl_data->eglGetDisplay(EGL_DEFAULT_DISPLAY); in Emscripten_GLES_LoadLibrary() 68 if (!_this->egl_data->egl_display) { in Emscripten_GLES_LoadLibrary() 72 if (_this->egl_data->eglInitialize(_this->egl_data->egl_display, NULL, NULL) != EGL_TRUE) { in Emscripten_GLES_LoadLibrary()
|
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/ |
A D | SDL_kmsdrmopengles.c | 100 … if (!(_this->egl_data->eglSwapBuffers(_this->egl_data->egl_display, windata->egl_surface))) { in KMSDRM_GLES_SwapWindow() 187 … if (!(_this->egl_data->eglSwapBuffers(_this->egl_data->egl_display, windata->egl_surface))) { in KMSDRM_GLES_SwapWindow()
|
/AliOS-Things-master/components/SDL2/src/video/raspberry/ |
A D | SDL_rpiopengles.c | 49 if (!(_this->egl_data->eglSwapBuffers(_this->egl_data->egl_display, wdata->egl_surface))) { in RPI_GLES_SwapWindow()
|
/AliOS-Things-master/components/SDL2/src/video/offscreen/ |
A D | SDL_offscreenwindow.c | 62 _this->egl_data->egl_display); in OFFSCREEN_CreateWindow()
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11opengles.c | 74 if (_this->egl_data->eglGetConfigAttrib(_this->egl_data->egl_display, in X11_GLES_GetVisual()
|
Completed in 15 milliseconds