/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_egl_c.h | 94 extern void SDL_EGL_DestroySurface(_THIS, EGLSurface egl_surface); 97 extern SDL_GLContext SDL_EGL_CreateContext(_THIS, EGLSurface egl_surface); 98 extern int SDL_EGL_MakeCurrent(_THIS, EGLSurface egl_surface, SDL_GLContext context); 99 extern void SDL_EGL_SwapBuffers(_THIS, EGLSurface egl_surface); 106 SDL_EGL_SwapBuffers(_this, ((SDL_WindowData *) window->driverdata)->egl_surface);\ 113 …return SDL_EGL_MakeCurrent(_this, ((SDL_WindowData *) window->driverdata)->egl_surface, context); \ 123 return SDL_EGL_CreateContext(_this, ((SDL_WindowData *) window->driverdata)->egl_surface);\
|
D | SDL_egl.c | 421 SDL_EGL_CreateContext(_THIS, EGLSurface egl_surface) in SDL_EGL_CreateContext() argument 506 if (SDL_EGL_MakeCurrent(_this, egl_surface, egl_context) < 0) { in SDL_EGL_CreateContext() 516 SDL_EGL_MakeCurrent(_THIS, EGLSurface egl_surface, SDL_GLContext context) in SDL_EGL_MakeCurrent() argument 527 if (!egl_context || !egl_surface) { in SDL_EGL_MakeCurrent() 531 egl_surface, egl_surface, egl_context)) { in SDL_EGL_MakeCurrent() 569 SDL_EGL_SwapBuffers(_THIS, EGLSurface egl_surface) in SDL_EGL_SwapBuffers() argument 571 _this->egl_data->eglSwapBuffers(_this->egl_data->egl_display, egl_surface); in SDL_EGL_SwapBuffers() 619 SDL_EGL_DestroySurface(_THIS, EGLSurface egl_surface) in SDL_EGL_DestroySurface() argument 625 if (egl_surface != EGL_NO_SURFACE) { in SDL_EGL_DestroySurface() 626 _this->egl_data->eglDestroySurface(_this->egl_data->egl_display, egl_surface); in SDL_EGL_DestroySurface()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/ |
D | SDL_miropengl.c | 39 SDL_EGL_SwapBuffers(_this, mir_wind->egl_surface); in MIR_GL_SwapWindow() 46 EGLSurface egl_surface = ((MIR_Window*)window->driverdata)->egl_surface; in MIR_GL_MakeCurrent() local 47 return SDL_EGL_MakeCurrent(_this, egl_surface, context); in MIR_GL_MakeCurrent() 59 context = SDL_EGL_CreateContext(_this, mir_window->egl_surface); in MIR_GL_CreateContext()
|
D | SDL_mirwindow.c | 146 mir_window->egl_surface = SDL_EGL_CreateSurface(_this, egl_native_window); in MIR_CreateWindow() 148 if (mir_window->egl_surface == EGL_NO_SURFACE) { in MIR_CreateWindow() 154 mir_window->egl_surface = EGL_NO_SURFACE; in MIR_CreateWindow() 169 SDL_EGL_DestroySurface(_this, mir_window->egl_surface); in MIR_DestroyWindow()
|
D | SDL_mirwindow.h | 39 EGLSurface egl_surface; member
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/ |
D | SDL_androidwindow.c | 73 data->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType) data->native_window); in Android_CreateWindow() 75 if (data->egl_surface == EGL_NO_SURFACE) { in Android_CreateWindow() 107 if (data->egl_surface != EGL_NO_SURFACE) { in Android_DestroyWindow() 108 SDL_EGL_DestroySurface(_this, data->egl_surface); in Android_DestroyWindow() 128 info->info.android.surface = data->egl_surface; in Android_GetWindowWMInfo()
|
D | SDL_androidgl.c | 51 SDL_EGL_SwapBuffers(_this, ((SDL_WindowData *) window->driverdata)->egl_surface); in SDL_EGL_MakeCurrent_impl()
|
D | SDL_androidwindow.h | 36 EGLSurface egl_surface; member
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandopengles.c | 51 context = SDL_EGL_CreateContext(_this, ((SDL_WindowData *) window->driverdata)->egl_surface); in Wayland_GLES_CreateContext() 60 SDL_EGL_SwapBuffers(_this, ((SDL_WindowData *) window->driverdata)->egl_surface); in Wayland_GLES_SwapWindow() 71 … ret = SDL_EGL_MakeCurrent(_this, ((SDL_WindowData *) window->driverdata)->egl_surface, context); in Wayland_GLES_MakeCurrent()
|
D | SDL_waylandwindow.c | 241 data->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType) data->egl_window); in Wayland_CreateWindow() 243 if (data->egl_surface == EGL_NO_SURFACE) { in Wayland_CreateWindow() 306 SDL_EGL_DestroySurface(_this, wind->egl_surface); in Wayland_DestroyWindow()
|
D | SDL_waylandwindow.h | 41 EGLSurface egl_surface; member
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/ |
D | SDL_emscriptenvideo.c | 237 wdata->egl_surface = SDL_EGL_CreateSurface(_this, 0); in Emscripten_CreateWindow() 239 if (wdata->egl_surface == EGL_NO_SURFACE) { in Emscripten_CreateWindow() 285 if (data->egl_surface != EGL_NO_SURFACE) { in Emscripten_DestroyWindow() 286 SDL_EGL_DestroySurface(_this, data->egl_surface); in Emscripten_DestroyWindow() 287 data->egl_surface = EGL_NO_SURFACE; in Emscripten_DestroyWindow()
|
D | SDL_emscriptenvideo.h | 36 EGLSurface egl_surface; member
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gstglcontext_egl.c | 839 if (egl->egl_surface != EGL_NO_SURFACE) { in gst_gl_context_egl_window_handle_changed_cb() 840 if (!eglDestroySurface (egl->egl_display, egl->egl_surface)) in gst_gl_context_egl_window_handle_changed_cb() 843 egl->egl_surface = EGL_NO_SURFACE; in gst_gl_context_egl_window_handle_changed_cb() 1124 egl->egl_surface = in gst_gl_context_egl_create_context() 1143 egl->egl_surface = in gst_gl_context_egl_create_context() 1148 egl->egl_surface = EGL_NO_SURFACE; in gst_gl_context_egl_create_context() 1153 if (egl->egl_surface != EGL_NO_SURFACE) { in gst_gl_context_egl_create_context() 1200 if (egl->egl_surface) { in gst_gl_context_egl_destroy_context() 1201 eglDestroySurface (egl->egl_display, egl->egl_surface); in gst_gl_context_egl_destroy_context() 1202 egl->egl_surface = EGL_NO_SURFACE; in gst_gl_context_egl_destroy_context() [all …]
|
D | gstglcontext_egl.h | 58 gpointer egl_surface; member
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsopengles.c | 89 context = SDL_EGL_CreateContext(_this, data->egl_surface); in WIN_GLES_CreateContext() 120 windowdata->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType)windowdata->hwnd); in SDL_EGL_MakeCurrent_impl() 122 if (windowdata->egl_surface == EGL_NO_SURFACE) { in SDL_EGL_MakeCurrent_impl()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/vivante/ |
D | SDL_vivantevideo.c | 285 data->egl_surface = SDL_EGL_CreateSurface(_this, data->native_window); in VIVANTE_CreateWindow() 286 if (data->egl_surface == EGL_NO_SURFACE) { in VIVANTE_CreateWindow() 290 data->egl_surface = EGL_NO_SURFACE; in VIVANTE_CreateWindow() 305 if (data->egl_surface != EGL_NO_SURFACE) { in VIVANTE_DestroyWindow() 306 SDL_EGL_DestroySurface(_this, data->egl_surface); in VIVANTE_DestroyWindow()
|
D | SDL_vivantevideo.h | 62 EGLSurface egl_surface; member
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/android/ |
D | gstglwindow_android_egl.c | 112 if (context_egl->egl_surface) { in draw_cb() 118 if (eglQuerySurface (context_egl->egl_display, context_egl->egl_surface, in draw_cb() 120 && eglQuerySurface (context_egl->egl_display, context_egl->egl_surface, in draw_cb()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/raspberry/ |
D | SDL_rpivideo.c | 284 wdata->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType) &wdata->dispman_window); in RPI_CreateWindow() 286 if (wdata->egl_surface == EGL_NO_SURFACE) { in RPI_CreateWindow() 307 if (data->egl_surface != EGL_NO_SURFACE) { in RPI_DestroyWindow() 308 SDL_EGL_DestroySurface(_this, data->egl_surface); in RPI_DestroyWindow()
|
D | SDL_rpivideo.h | 49 EGLSurface egl_surface; member
|
/third_party/vk-gl-cts/framework/platform/surfaceless/ |
D | tcuSurfacelessPlatform.cpp | 264 eglw::EGLSurface egl_surface; in EglRenderContext() local 370 egl_surface = EGL_NO_SURFACE; in EglRenderContext() 374 egl_surface = eglCreatePbufferSurface(m_eglDisplay, egl_config, &surface_attribs[0]); in EglRenderContext() 424 EGLU_CHECK_CALL(m_egl, makeCurrent(m_eglDisplay, egl_surface, egl_surface, m_eglContext)); in EglRenderContext()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/ |
D | SDL_winrtvideo.cpp | 598 data->egl_surface = EGL_NO_SURFACE; in WINRT_CreateWindow() 619 …data->egl_surface = ((eglCreateWindowSurface_Old_Function)_this->egl_data->eglCreateWindowSurface)( in WINRT_CreateWindow() 623 if (data->egl_surface == NULL) { in WINRT_CreateWindow() 631 data->egl_surface = _this->egl_data->eglCreateWindowSurface( in WINRT_CreateWindow() 636 if (data->egl_surface == NULL) { in WINRT_CreateWindow() 651 if (data->egl_surface) { in WINRT_CreateWindow()
|
D | SDL_winrtvideo_cpp.h | 99 EGLSurface egl_surface; member
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11opengles.c | 98 context = SDL_EGL_CreateContext(_this, data->egl_surface); in X11_GLES_CreateContext()
|