Searched refs:dri2_ctx (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Degl_dri2.c1090 dri2_fill_context_attribs(struct dri2_egl_context *dri2_ctx, argument
1100 ctx_attribs[pos++] = dri2_ctx->base.ClientMajorVersion;
1102 ctx_attribs[pos++] = dri2_ctx->base.ClientMinorVersion;
1104 if (dri2_ctx->base.Flags != 0 || dri2_ctx->base.NoError) {
1109 if ((dri2_ctx->base.Flags & EGL_CONTEXT_OPENGL_ROBUST_ACCESS_BIT_KHR) != 0
1116 ctx_attribs[pos++] = dri2_ctx->base.Flags |
1117 (dri2_ctx->base.NoError ? __DRI_CTX_FLAG_NO_ERROR : 0);
1120 if (dri2_ctx->base.ResetNotificationStrategy != EGL_NO_RESET_NOTIFICATION_KHR) {
1134 if (dri2_ctx
1173 struct dri2_egl_context *dri2_ctx; local in function:dri2_create_context
1344 struct dri2_egl_context *dri2_ctx = dri2_egl_context(ctx); local in function:dri2_destroy_context
1466 struct dri2_egl_context *dri2_ctx = dri2_egl_context(ctx); local in function:dri2_make_current
1641 struct dri2_egl_context *dri2_ctx = dri2_egl_context(ctx); local in function:dri2_flush_drawable_for_swapbuffers
1759 struct dri2_egl_context *dri2_ctx; local in function:dri2_bind_tex_image
1803 struct dri2_egl_context *dri2_ctx; local in function:dri2_release_tex_image
1893 struct dri2_egl_context *dri2_ctx = dri2_egl_context(ctx); local in function:dri2_create_image_khr_renderbuffer
2021 struct dri2_egl_context *dri2_ctx = dri2_egl_context(ctx); local in function:dri2_create_image_khr_texture
2975 struct dri2_egl_context *dri2_ctx = dri2_egl_context(ctx); local in function:dri2_create_sync
3141 struct dri2_egl_context *dri2_ctx = dri2_egl_context(ctx); local in function:dri2_client_wait_sync
3258 struct dri2_egl_context *dri2_ctx = dri2_egl_context(ctx); local in function:dri2_server_wait_sync
3271 struct dri2_egl_context *dri2_ctx = dri2_egl_context(ctx); local in function:dri2_interop_query_device_info
3285 struct dri2_egl_context *dri2_ctx = dri2_egl_context(ctx); local in function:dri2_interop_export_object
[all...]
H A Dplatform_x11_dri3.c71 struct dri2_egl_context *dri2_ctx; local in function:egl_dri3_get_dri_context
74 dri2_ctx = dri2_egl_context(ctx);
75 return dri2_ctx->dri_context;
82 struct dri2_egl_context *dri2_ctx; local in function:egl_dri3_get_dri_screen
85 dri2_ctx = dri2_egl_context(ctx);
86 return dri2_egl_display(dri2_ctx->base.Resource.Display)->dri_screen;
H A Dplatform_wayland.c1042 struct dri2_egl_context *dri2_ctx = dri2_egl_context(ctx); local in function:dri2_wl_swap_buffers_with_damage
1043 dri2_dpy->image->blitImage(dri2_ctx->dri_context,
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Degl_dri2.c1397 dri2_fill_context_attribs(struct dri2_egl_context *dri2_ctx, argument
1407 ctx_attribs[pos++] = dri2_ctx->base.ClientMajorVersion;
1409 ctx_attribs[pos++] = dri2_ctx->base.ClientMinorVersion;
1411 if (dri2_ctx->base.Flags != 0 || dri2_ctx->base.NoError) {
1416 if ((dri2_ctx->base.Flags & EGL_CONTEXT_OPENGL_ROBUST_ACCESS_BIT_KHR) != 0
1423 ctx_attribs[pos++] = dri2_ctx->base.Flags |
1424 (dri2_ctx->base.NoError ? __DRI_CTX_FLAG_NO_ERROR : 0);
1427 if (dri2_ctx->base.ResetNotificationStrategy != EGL_NO_RESET_NOTIFICATION_KHR) {
1441 if (dri2_ctx
1480 struct dri2_egl_context *dri2_ctx; local in function:dri2_create_context
1652 struct dri2_egl_context *dri2_ctx = dri2_egl_context(ctx); local in function:dri2_destroy_context
1769 struct dri2_egl_context *dri2_ctx = dri2_egl_context(ctx); local in function:dri2_make_current
1971 struct dri2_egl_context *dri2_ctx = dri2_egl_context(ctx); local in function:dri2_flush_drawable_for_swapbuffers
2132 struct dri2_egl_context *dri2_ctx; local in function:dri2_bind_tex_image
2175 struct dri2_egl_context *dri2_ctx; local in function:dri2_release_tex_image
2264 struct dri2_egl_context *dri2_ctx = dri2_egl_context(ctx); local in function:dri2_create_image_khr_renderbuffer
2394 struct dri2_egl_context *dri2_ctx = dri2_egl_context(ctx); local in function:dri2_create_image_khr_texture
3364 struct dri2_egl_context *dri2_ctx = dri2_egl_context(ctx); local in function:dri2_create_sync
3532 struct dri2_egl_context *dri2_ctx = dri2_egl_context(ctx); local in function:dri2_client_wait_sync
3648 struct dri2_egl_context *dri2_ctx = dri2_egl_context(ctx); local in function:dri2_server_wait_sync
3661 struct dri2_egl_context *dri2_ctx = dri2_egl_context(ctx); local in function:dri2_interop_query_device_info
3675 struct dri2_egl_context *dri2_ctx = dri2_egl_context(ctx); local in function:dri2_interop_export_object
[all...]
H A Dplatform_x11_dri3.c71 struct dri2_egl_context *dri2_ctx; local in function:egl_dri3_get_dri_context
74 dri2_ctx = dri2_egl_context(ctx);
75 return dri2_ctx->dri_context;
82 struct dri2_egl_context *dri2_ctx; local in function:egl_dri3_get_dri_screen
85 dri2_ctx = dri2_egl_context(ctx);
86 return dri2_egl_display(dri2_ctx->base.Resource.Display)->dri_screen;
H A Dplatform_wayland.c1166 struct dri2_egl_context *dri2_ctx = dri2_egl_context(ctx); local in function:dri2_wl_swap_buffers_with_damage
1167 dri2_dpy->image->blitImage(dri2_ctx->dri_context,

Completed in 14 milliseconds