Searched refs:egl_context (Results 1 – 6 of 6) sorted by relevance
71 EGLContext egl_context; member109 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()
155 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()
291 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()
62 glamor_ctx->ctx = xwl_screen->egl_context; in glamor_egl_screen_init()
165 void *egl_display, *egl_context; member
51 EGLContext egl_context;80 if (p->egl_context) {82 eglDestroyContext(p->egl_display, p->egl_context);84 p->egl_context = EGL_NO_CONTEXT;