Home
last modified time | relevance | path

Searched refs:egl_display (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm_egl.c70 EGLDisplay egl_display; member
91 if (ctx->egl_display != EGL_NO_DISPLAY) { in egl_free_ctx()
92 eglMakeCurrent(ctx->egl_display, EGL_NO_SURFACE, EGL_NO_SURFACE, in egl_free_ctx()
106 eglDestroySurface(ctx->egl_display, ctx->egl_surfaces[i]); in egl_free_ctx()
110 eglDestroyContext(ctx->egl_display, ctx->egl_context); in egl_free_ctx()
112 eglTerminate(ctx->egl_display); in egl_free_ctx()
133 eglMakeCurrent(ctx->egl_display, EGL_NO_SURFACE, EGL_NO_SURFACE, in egl_flush_surfaces()
138 eglDestroySurface(ctx->egl_display, ctx->egl_surfaces[i]); in egl_flush_surfaces()
166 eglCreateWindowSurface(ctx->egl_display, ctx->egl_config, in egl_flush_surfaces()
230 ctx->egl_display = get_platform_display(EGL_PLATFORM_GBM_KHR, in egl_init_ctx()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-eglstream.c255 EGLDisplay egl_display; in xwl_glamor_egl_device_has_egl_extensions() local
259 egl_display = glamor_egl_get_display(EGL_PLATFORM_DEVICE_EXT, device); in xwl_glamor_egl_device_has_egl_extensions()
260 if (!egl_display || !eglInitialize(egl_display, NULL, NULL)) in xwl_glamor_egl_device_has_egl_extensions()
264 if (!epoxy_has_egl_extension(egl_display, ext_list[i])) { in xwl_glamor_egl_device_has_egl_extensions()
270 eglTerminate(egl_display); in xwl_glamor_egl_device_has_egl_extensions()
289 eglMakeCurrent(xwl_screen->egl_display, in xwl_eglstream_unref_pixmap_stream()
295 eglDestroySurface(xwl_screen->egl_display, xwl_pixmap->surface); in xwl_eglstream_unref_pixmap_stream()
297 eglDestroyStreamKHR(xwl_screen->egl_display, xwl_pixmap->stream); in xwl_eglstream_unref_pixmap_stream()
424 xwl_screen->egl_display, xwl_eglstream->config, in xwl_eglstream_consumer_ready_callback()
505 xwl_pixmap->stream = eglCreateStreamKHR(xwl_screen->egl_display, NULL); in xwl_eglstream_create_pending_stream()
[all …]
H A Dxwayland-glamor-gbm.c154 xwl_pixmap->image = eglCreateImageKHR(xwl_screen->egl_display, in xwl_glamor_gbm_create_pixmap_for_bo()
186 eglDestroyImageKHR(xwl_screen->egl_display, xwl_pixmap->image); in xwl_glamor_gbm_create_pixmap_for_bo()
255 eglDestroyImageKHR(xwl_screen->egl_display, xwl_pixmap->image); in xwl_glamor_gbm_destroy_pixmap()
949 xwl_screen->egl_display = glamor_egl_get_display(EGL_PLATFORM_GBM_MESA, in xwl_glamor_gbm_init_egl()
951 if (xwl_screen->egl_display == EGL_NO_DISPLAY) { in xwl_glamor_gbm_init_egl()
956 egl_initialized = eglInitialize(xwl_screen->egl_display, &major, &minor); in xwl_glamor_gbm_init_egl()
965 xwl_screen->egl_display, NULL, EGL_NO_CONTEXT, config_attribs_core); in xwl_glamor_gbm_init_egl()
968 xwl_screen->egl_display, NULL, EGL_NO_CONTEXT, NULL); in xwl_glamor_gbm_init_egl()
976 if (!eglMakeCurrent(xwl_screen->egl_display, in xwl_glamor_gbm_init_egl()
998 if (epoxy_has_egl_extension(xwl_screen->egl_display, in xwl_glamor_gbm_init_egl()
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0022-HACK-pixman-renderer-Support-mali-egl-client-and-egl.patch70 + EGLDisplay egl_display;
251 + pr->query_buffer(pr->egl_display,
261 + pr->query_buffer(pr->egl_display,
264 + pr->query_buffer(pr->egl_display,
309 + pr->unbind_display(pr->egl_display, ec->wl_display);
311 + eglTerminate(pr->egl_display);
444 + pr->egl_display = get_platform_display(EGL_PLATFORM_GBM_KHR,
446 + if (pr->egl_display == EGL_NO_DISPLAY) {
451 + if (!eglInitialize(pr->egl_display, NULL, NULL)) {
457 + (const char *) eglQueryString(pr->egl_display, EGL_EXTENSIONS);
[all …]
H A D0009-HACK-gl-renderer-Workaround-dmabuf-import-attach-for.patch51 !gr->query_dmabuf_formats(gr->egl_display, 0, NULL, &num)) {
95 gr->query_buffer(gr->egl_display, (void *)buffer->resource,
133 - log_egl_info(gr->egl_display);
134 + log_egl_info(gr, gr->egl_display);
H A D0002-Revert-gl-renderer-Don-t-require-buffer-age-when-usi.patch26 ret = eglQuerySurface(gr->egl_display, go->egl_surface,
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0025-HACK-pixman-renderer-Support-mali-egl-client-and-egl.patch70 + EGLDisplay egl_display;
318 + ret &= pr->query_buffer(pr->egl_display, buffer->legacy_buffer,
320 + ret &= pr->query_buffer(pr->egl_display, buffer->legacy_buffer,
322 + ret &= pr->query_buffer(pr->egl_display, buffer->legacy_buffer,
350 + ret = pr->query_buffer(pr->egl_display, buffer->legacy_buffer,
371 + pr->unbind_display(pr->egl_display, ec->wl_display);
373 + eglTerminate(pr->egl_display);
507 + pr->egl_display = get_platform_display(EGL_PLATFORM_GBM_KHR,
509 + if (pr->egl_display == EGL_NO_DISPLAY) {
514 + if (!eglInitialize(pr->egl_display, NULL, NULL)) {
[all …]
H A D0002-Revert-gl-renderer-Don-t-require-buffer-age-when-usi.patch26 ret = eglQuerySurface(gr->egl_display, go->egl_surface,
/OK3568_Linux_fs/buildroot/package/weston/
H A D0025-HACK-pixman-renderer-Support-mali-egl-client-and-egl.patch70 + EGLDisplay egl_display;
318 + ret &= pr->query_buffer(pr->egl_display, buffer->legacy_buffer,
320 + ret &= pr->query_buffer(pr->egl_display, buffer->legacy_buffer,
322 + ret &= pr->query_buffer(pr->egl_display, buffer->legacy_buffer,
350 + ret = pr->query_buffer(pr->egl_display, buffer->legacy_buffer,
371 + pr->unbind_display(pr->egl_display, ec->wl_display);
373 + eglTerminate(pr->egl_display);
507 + pr->egl_display = get_platform_display(EGL_PLATFORM_GBM_KHR,
509 + if (pr->egl_display == EGL_NO_DISPLAY) {
514 + if (!eglInitialize(pr->egl_display, NULL, NULL)) {
[all …]
H A D0002-Revert-gl-renderer-Don-t-require-buffer-age-when-usi.patch26 ret = eglQuerySurface(gr->egl_display, go->egl_surface,
/OK3568_Linux_fs/debian/packages-patches/mpv/0.29.1/
H A D0004-vo_opengl-x11egl-Support-drm-hwdec.patch50 EGLDisplay egl_display;
82 eglDestroyContext(p->egl_display, p->egl_context);
85 + if (p->egl_display != EGL_NO_DISPLAY)
86 + eglTerminate(p->egl_display);
87 + p->egl_display = EGL_NO_DISPLAY;
165 eglSwapBuffers(p->egl_display, p->egl_surface);
/OK3568_Linux_fs/buildroot/package/libgtk3/
H A D0005-gdk-wayland-Fix-GL-init-error-for-GLES.patch37 display_wayland->egl_display = dpy;
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/
H A D0009-HACK-gl-egl-allow-direct-dmabuf-import-when-unable-t.patch34 ret = gst_eglQueryDmaBufModifiersEXT (egl_display, fourcc, 0, NULL, NULL,
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22/
H A D0009-HACK-gl-egl-allow-direct-dmabuf-import-when-unable-t.patch34 ret = gst_eglQueryDmaBufModifiersEXT (egl_display, fourcc, 0, NULL, NULL,
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/
H A D0009-HACK-gl-egl-allow-direct-dmabuf-import-when-unable-t.patch34 ret = gst_eglQueryDmaBufModifiersEXT (egl_display, fourcc, 0, NULL, NULL,
/OK3568_Linux_fs/buildroot/package/qt5/qt5webengine-chromium/
H A D0010-media-gpu-v4l2-Fix-compile-error-when-ozone-not-enab.patch64 EGLBoolean GenericV4L2Device::DestroyEGLImage(EGLDisplay egl_display,
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_105.0.5195/
H A D0007-media-gpu-v4l2-Fix-compile-error-when-ozone-not-enab.patch64 EGLBoolean GenericV4L2Device::DestroyEGLImage(EGLDisplay egl_display,
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_96.0.4664/
H A D0008-media-gpu-v4l2-Fix-compile-error-when-ozone-not-enab.patch64 EGLBoolean GenericV4L2Device::DestroyEGLImage(EGLDisplay egl_display,
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_111.0.5563/
H A D0008-media-gpu-v4l2-Fix-compile-error-when-ozone-not-enab.patch64 EGLBoolean GenericV4L2Device::DestroyEGLImage(EGLDisplay egl_display,
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_109.0.5414/
H A D0008-media-gpu-v4l2-Fix-compile-error-when-ozone-not-enab.patch64 EGLBoolean GenericV4L2Device::DestroyEGLImage(EGLDisplay egl_display,
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_97.0.4692/
H A D0008-media-gpu-v4l2-Fix-compile-error-when-ozone-not-enab.patch64 EGLBoolean GenericV4L2Device::DestroyEGLImage(EGLDisplay egl_display,
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_103.0.5060/
H A D0007-media-gpu-v4l2-Fix-compile-error-when-ozone-not-enab.patch64 EGLBoolean GenericV4L2Device::DestroyEGLImage(EGLDisplay egl_display,
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_104.0.5112/
H A D0007-media-gpu-v4l2-Fix-compile-error-when-ozone-not-enab.patch64 EGLBoolean GenericV4L2Device::DestroyEGLImage(EGLDisplay egl_display,
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_100.0.4896/
H A D0007-media-gpu-v4l2-Fix-compile-error-when-ozone-not-enab.patch64 EGLBoolean GenericV4L2Device::DestroyEGLImage(EGLDisplay egl_display,
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_98.0.4758/
H A D0009-media-gpu-v4l2-Fix-compile-error-when-ozone-not-enab.patch64 EGLBoolean GenericV4L2Device::DestroyEGLImage(EGLDisplay egl_display,

12