/external/chromium_org/third_party/mesa/src/src/gbm/backends/dri/ |
gbm_driint.h | 65 __DRIbuffer *(*get_buffers_with_format)(__DRIdrawable * driDrawable, member in struct:gbm_dri_device
|
gbm_dri.c | 99 if (dri->get_buffers_with_format == NULL) 103 dri->get_buffers_with_format(driDrawable, width, height, attachments,
|
/external/mesa3d/src/gbm/backends/dri/ |
gbm_driint.h | 65 __DRIbuffer *(*get_buffers_with_format)(__DRIdrawable * driDrawable, member in struct:gbm_dri_device
|
gbm_dri.c | 99 if (dri->get_buffers_with_format == NULL) 103 dri->get_buffers_with_format(driDrawable, width, height, attachments,
|
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/ |
platform_drm.c | 454 dri2_dpy->gbm_dri->get_buffers_with_format = dri2_get_buffers_with_format;
|
/external/mesa3d/src/egl/drivers/dri2/ |
platform_drm.c | 454 dri2_dpy->gbm_dri->get_buffers_with_format = dri2_get_buffers_with_format;
|