/third_party/flutter/skia/third_party/externals/sdl/src/video/android/ |
D | SDL_androidevents.c | 49 if (SDL_GL_MakeCurrent(Android_Window, (SDL_GLContext) data->egl_context) < 0) { in android_egl_context_restore() 51 data->egl_context = (EGLContext) SDL_GL_CreateContext(Android_Window); in android_egl_context_restore() 52 SDL_GL_MakeCurrent(Android_Window, (SDL_GLContext) data->egl_context); in android_egl_context_restore() 63 data->egl_context = SDL_GL_GetCurrentContext(); in android_egl_context_backup()
|
D | SDL_androidwindow.h | 37 EGLContext egl_context; /* We use this to preserve the context when losing focus */ member
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_egl.c | 427 EGLContext egl_context, share_context = EGL_NO_CONTEXT; in SDL_EGL_CreateContext() local 495 egl_context = _this->egl_data->eglCreateContext(_this->egl_data->egl_display, in SDL_EGL_CreateContext() 499 if (egl_context == EGL_NO_CONTEXT) { in SDL_EGL_CreateContext() 506 if (SDL_EGL_MakeCurrent(_this, egl_surface, egl_context) < 0) { in SDL_EGL_CreateContext() 507 SDL_EGL_DeleteContext(_this, egl_context); in SDL_EGL_CreateContext() 512 return (SDL_GLContext) egl_context; in SDL_EGL_CreateContext() 518 EGLContext egl_context = (EGLContext) context; in SDL_EGL_MakeCurrent() local 527 if (!egl_context || !egl_surface) { in SDL_EGL_MakeCurrent() 531 egl_surface, egl_surface, egl_context)) { in SDL_EGL_MakeCurrent() 577 EGLContext egl_context = (EGLContext) context; in SDL_EGL_DeleteContext() local [all …]
|
/third_party/flutter/glfw/src/ |
D | CMakeLists.txt | 16 wgl_context.h egl_context.h) 19 wgl_context.c egl_context.c) 23 egl_context.h) 26 glx_context.c egl_context.c) 29 posix_time.h posix_tls.h xkb_unicode.h egl_context.h) 32 egl_context.c) 44 posix_time.h posix_tls.h xkb_unicode.h egl_context.h) 47 egl_context.c)
|
/third_party/flutter/glfw/ |
D | BUILD.gn | 36 "src/egl_context.c", 37 "src/egl_context.h", 91 "src/egl_context.c", 92 "src/egl_context.h",
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gstglcontext_egl.c | 983 egl->egl_context = in gst_gl_context_egl_create_context() 988 if (egl->egl_context) in gst_gl_context_egl_create_context() 994 egl->egl_context = in gst_gl_context_egl_create_context() 999 if (egl->egl_context) in gst_gl_context_egl_create_context() 1034 egl->egl_context = in gst_gl_context_egl_create_context() 1038 if (egl->egl_context) in gst_gl_context_egl_create_context() 1045 egl->egl_context = in gst_gl_context_egl_create_context() 1049 if (egl->egl_context) in gst_gl_context_egl_create_context() 1055 if (egl->egl_context != EGL_NO_CONTEXT) { in gst_gl_context_egl_create_context() 1057 (guintptr) egl->egl_context); in gst_gl_context_egl_create_context() [all …]
|
D | gstglcontext_egl.h | 56 gpointer egl_context; member
|
D | gsteglimage.c | 299 EGLContext egl_context = EGL_NO_CONTEXT; in _gst_egl_image_create() local 318 egl_context = (EGLContext) gst_gl_context_get_gl_context (context); in _gst_egl_image_create() 344 img = gst_eglCreateImage (egl_display, egl_context, target, buffer, in _gst_egl_image_create() 370 img = gst_eglCreateImageKHR (egl_display, egl_context, target, buffer, in _gst_egl_image_create()
|
/third_party/weston/clients/ |
D | nested-client.c | 48 EGLContext egl_context; member 302 client->egl_context = eglCreateContext(client->egl_display, in nested_client_create() 306 if (!client->egl_context) in nested_client_create() 319 client->egl_surface, client->egl_context); in nested_client_create()
|
/third_party/skia/third_party/externals/dawn/third_party/gn/glfw/ |
D | BUILD.gn | 69 "${glfw_dir}/src/egl_context.c", 70 "${glfw_dir}/src/egl_context.h",
|
/third_party/weston/libweston/renderer-gl/ |
D | gl-renderer-internal.h | 60 EGLContext egl_context; member
|
D | gl-renderer.c | 722 EGL_NO_SURFACE, gr->egl_context); in use_output() 3376 EGL_NO_SURFACE, gr->egl_context) == EGL_FALSE) { in gl_renderer_output_fbo_create() 3569 gr->dummy_surface, gr->egl_context); in output_handle_destroy() 3856 gr->egl_context = eglCreateContext(gr->egl_display, gr->egl_config, in gl_renderer_setup() 3858 if (gr->egl_context == NULL) { in gl_renderer_setup() 3861 gr->egl_context = eglCreateContext(gr->egl_display, in gl_renderer_setup() 3865 if (gr->egl_context == NULL) { in gl_renderer_setup() 3875 eglQueryContext(gr->egl_display, gr->egl_context, in gl_renderer_setup() 3885 EGL_NO_SURFACE, gr->egl_context); in gl_renderer_setup()
|
/third_party/flutter/skia/third_party/externals/dawn/third_party/ |
D | BUILD.gn | 259 "${glfw_dir}/src/egl_context.c", 260 "${glfw_dir}/src/egl_context.h",
|
/third_party/flutter/skia/ |
D | BUILD.gn | 1182 sources += [ "tools/fiddle/egl_context.cpp" ]
|
/third_party/skia/ |
D | BUILD.gn | 1648 sources += [ "tools/fiddle/egl_context.cpp" ]
|
/third_party/flutter/engine/flutter/ci/licenses_golden/ |
D | licenses_third_party | 11783 FILE: ../../../third_party/glfw/src/egl_context.c 11784 FILE: ../../../third_party/glfw/src/egl_context.h
|