Searched refs:get_buffers (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gbm/backends/dri/ |
H A D | gbm_driint.h | 60 __DRIbuffer *(*get_buffers)(__DRIdrawable * driDrawable, member in struct:gbm_dri_device
|
H A D | gbm_dri.c | 73 if (dri->get_buffers == NULL) 76 return dri->get_buffers(driDrawable, width, height, attachments,
|
/external/mesa3d/src/gbm/backends/dri/ |
H A D | gbm_driint.h | 60 __DRIbuffer *(*get_buffers)(__DRIdrawable * driDrawable, member in struct:gbm_dri_device
|
H A D | gbm_dri.c | 73 if (dri->get_buffers == NULL) 76 return dri->get_buffers(driDrawable, width, height, attachments,
|
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/ |
H A D | platform_drm.c | 452 dri2_dpy->gbm_dri->get_buffers = dri2_get_buffers;
|
/external/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_drm.c | 452 dri2_dpy->gbm_dri->get_buffers = dri2_get_buffers;
|
Completed in 129 milliseconds