Home
last modified time | relevance | path

Searched refs:get_buffers (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gbm/backends/dri/
Dgbm_driint.h90 __DRIbuffer *(*get_buffers)(__DRIdrawable * driDrawable, member
Dgbm_dri.c103 if (dri->get_buffers == NULL) in dri_get_buffers()
106 return dri->get_buffers(driDrawable, width, height, attachments, in dri_get_buffers()
/third_party/mesa3d/docs/relnotes/
D9.0.2.rst92 - egl/wayland: Dispatch the event queue before get_buffers
D22.1.0.rst876 - egl/wayland: Don't replace existing backbuffer in get_buffers
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_drm.c760 dri2_dpy->gbm_dri->get_buffers = dri2_drm_get_buffers; in dri2_initialize_drm()