Home
last modified time | relevance | path

Searched refs:dri2_egl_context (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1396 dri2_fill_context_attribs(struct dri2_egl_context *dri2_ctx, in dri2_fill_context_attribs()
1479 struct dri2_egl_context *dri2_ctx; in dri2_create_context()
1481 struct dri2_egl_context *dri2_ctx_shared = dri2_egl_context(share_list); in dri2_create_context()
1651 struct dri2_egl_context *dri2_ctx = dri2_egl_context(ctx); in dri2_destroy_context()
1717 __DRIcontext *dri_ctx = dri2_egl_context(ctx)->dri_context; in dri2_surf_update_fence_fd()
1768 struct dri2_egl_context *dri2_ctx = dri2_egl_context(ctx); in dri2_make_current()
1786 __DRIcontext *old_cctx = dri2_egl_context(old_ctx)->dri_context; in dri2_make_current()
1835 cctx = (old_ctx) ? dri2_egl_context(old_ctx)->dri_context : NULL; in dri2_make_current()
1970 struct dri2_egl_context *dri2_ctx = dri2_egl_context(ctx); in dri2_flush_drawable_for_swapbuffers()
2131 struct dri2_egl_context *dri2_ctx; in dri2_bind_tex_image()
[all …]
Dplatform_x11_dri3.c71 struct dri2_egl_context *dri2_ctx; in egl_dri3_get_dri_context()
74 dri2_ctx = dri2_egl_context(ctx); in egl_dri3_get_dri_context()
82 struct dri2_egl_context *dri2_ctx; in egl_dri3_get_dri_screen()
85 dri2_ctx = dri2_egl_context(ctx); in egl_dri3_get_dri_screen()
Degl_dri2.h256 struct dri2_egl_context struct
Dplatform_wayland.c1128 struct dri2_egl_context *dri2_ctx = dri2_egl_context(ctx); in dri2_wl_swap_buffers_with_damage()