Searched refs:post_sub_buffer (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_surfaceless.c226 .post_sub_buffer = dri2_fallback_post_sub_buffer,
H A Degl_dri2.h130 EGLBoolean (*post_sub_buffer)(_EGLDriver *drv, _EGLDisplay *disp, member in struct:dri2_egl_display_vtbl
H A Dplatform_x11_dri3.c504 .post_sub_buffer = dri2_fallback_post_sub_buffer,
H A Dplatform_wayland.c1312 .post_sub_buffer = dri2_fallback_post_sub_buffer,
2047 .post_sub_buffer = dri2_fallback_post_sub_buffer,
H A Dplatform_x11.c1267 .post_sub_buffer = dri2_fallback_post_sub_buffer,
1289 .post_sub_buffer = dri2_x11_post_sub_buffer,
H A Dplatform_drm.c672 .post_sub_buffer = dri2_fallback_post_sub_buffer,
H A Dplatform_android.c1239 .post_sub_buffer = dri2_fallback_post_sub_buffer,
H A Degl_dri2.c1705 return dri2_dpy->vtbl->post_sub_buffer(drv, disp, surf, x, y, width, height);
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Degl_dri2.h138 EGLBoolean (*post_sub_buffer)(_EGLDisplay *disp, _EGLSurface *surf, member in struct:dri2_egl_display_vtbl
H A Dplatform_x11.c1188 .post_sub_buffer = dri2_x11_post_sub_buffer,
H A Degl_dri2.c2079 if (!dri2_dpy->vtbl->post_sub_buffer)
2081 return dri2_dpy->vtbl->post_sub_buffer(disp, surf, x, y, width, height);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst1983 - egl: inline fallback for post_sub_buffer

Completed in 31 milliseconds