Home
last modified time | relevance | path

Searched refs:get_buffers_with_format (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gbm/backends/dri/
Dgbm_driint.h75 __DRIbuffer *(*get_buffers_with_format)(__DRIdrawable * driDrawable, member
Dgbm_dri.c101 if (dri->get_buffers_with_format == NULL) in dri_get_buffers_with_format()
105 dri->get_buffers_with_format(driDrawable, width, height, attachments, in dri_get_buffers_with_format()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_drm.c724 dri2_dpy->gbm_dri->get_buffers_with_format = dri2_drm_get_buffers_with_format; in dri2_initialize_drm()