Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm_egl.c71 EGLContext egl_context; member
109 if (ctx->egl_context != EGL_NO_CONTEXT) in egl_free_ctx()
110 eglDestroyContext(ctx->egl_display, ctx->egl_context); in egl_free_ctx()
283 ctx->egl_context = eglCreateContext(ctx->egl_display, ctx->egl_config, in egl_init_ctx()
285 if (ctx->egl_context == EGL_NO_CONTEXT) { in egl_init_ctx()
291 ctx->egl_context); in egl_init_ctx()
415 image = create_image(ctx->egl_display, ctx->egl_context, in egl_attach_dmabuf()
461 ctx->egl_context); in egl_convert_fb()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-gbm.c155 xwl_screen->egl_context, in xwl_glamor_gbm_create_pixmap_for_bo()
964 xwl_screen->egl_context = eglCreateContext( in xwl_glamor_gbm_init_egl()
966 if (xwl_screen->egl_context == EGL_NO_CONTEXT) { in xwl_glamor_gbm_init_egl()
967 xwl_screen->egl_context = eglCreateContext( in xwl_glamor_gbm_init_egl()
971 if (xwl_screen->egl_context == EGL_NO_CONTEXT) { in xwl_glamor_gbm_init_egl()
978 xwl_screen->egl_context)) { in xwl_glamor_gbm_init_egl()
1006 if (xwl_screen->egl_context != EGL_NO_CONTEXT) { in xwl_glamor_gbm_init_egl()
1007 eglDestroyContext(xwl_screen->egl_display, xwl_screen->egl_context); in xwl_glamor_gbm_init_egl()
1008 xwl_screen->egl_context = EGL_NO_CONTEXT; in xwl_glamor_gbm_init_egl()
H A Dxwayland-glamor-eglstream.c291 xwl_screen->egl_context); in xwl_eglstream_unref_pixmap_stream()
589 xwl_screen->egl_context); in xwl_glamor_eglstream_post_damage()
819 xwl_screen->egl_context = eglCreateContext( in xwl_glamor_eglstream_init_egl()
821 if (xwl_screen->egl_context == EGL_NO_CONTEXT) { in xwl_glamor_eglstream_init_egl()
828 xwl_screen->egl_context)) { in xwl_glamor_eglstream_init_egl()
H A Dxwayland-glamor.c62 glamor_ctx->ctx = xwl_screen->egl_context; in glamor_egl_screen_init()
H A Dxwayland.h165 void *egl_display, *egl_context; member
/OK3568_Linux_fs/debian/packages-patches/mpv/0.29.1/
H A D0004-vo_opengl-x11egl-Support-drm-hwdec.patch51 EGLContext egl_context;
80 if (p->egl_context) {
82 eglDestroyContext(p->egl_display, p->egl_context);
84 p->egl_context = EGL_NO_CONTEXT;