Home
last modified time | relevance | path

Searched refs:egl_context (Results 1 – 16 of 16) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidevents.c49 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()
DSDL_androidwindow.h37 EGLContext egl_context; /* We use this to preserve the context when losing focus */ member
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_egl.c427 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/
DCMakeLists.txt16 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/
DBUILD.gn36 "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/
Dgstglcontext_egl.c983 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 …]
Dgstglcontext_egl.h56 gpointer egl_context; member
Dgsteglimage.c299 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/
Dnested-client.c48 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/
DBUILD.gn69 "${glfw_dir}/src/egl_context.c",
70 "${glfw_dir}/src/egl_context.h",
/third_party/weston/libweston/renderer-gl/
Dgl-renderer-internal.h60 EGLContext egl_context; member
Dgl-renderer.c722 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/
DBUILD.gn259 "${glfw_dir}/src/egl_context.c",
260 "${glfw_dir}/src/egl_context.h",
/third_party/flutter/skia/
DBUILD.gn1182 sources += [ "tools/fiddle/egl_context.cpp" ]
/third_party/skia/
DBUILD.gn1648 sources += [ "tools/fiddle/egl_context.cpp" ]
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_third_party11783 FILE: ../../../third_party/glfw/src/egl_context.c
11784 FILE: ../../../third_party/glfw/src/egl_context.h