/external/chromium_org/third_party/mesa/src/bin/ |
.cherry-ignore | 4 60a11e295b86475ff334291a5b483e422371b21c egl/wayland: Dispatch the event queue before get_buffers
|
/external/chromium_org/third_party/mesa/src/src/gbm/backends/dri/ |
gbm_driint.h | 60 __DRIbuffer *(*get_buffers)(__DRIdrawable * driDrawable, member in struct:gbm_dri_device
|
gbm_dri.c | 73 if (dri->get_buffers == NULL) 76 return dri->get_buffers(driDrawable, width, height, attachments,
|
/external/mesa3d/bin/ |
.cherry-ignore | 4 60a11e295b86475ff334291a5b483e422371b21c egl/wayland: Dispatch the event queue before get_buffers
|
/external/mesa3d/src/gbm/backends/dri/ |
gbm_driint.h | 60 __DRIbuffer *(*get_buffers)(__DRIdrawable * driDrawable, member in struct:gbm_dri_device
|
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/ |
platform_drm.c | 452 dri2_dpy->gbm_dri->get_buffers = dri2_get_buffers;
|
/external/mesa3d/src/egl/drivers/dri2/ |
platform_drm.c | 452 dri2_dpy->gbm_dri->get_buffers = dri2_get_buffers;
|
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-9.0.2.html | 96 <li>egl/wayland: Dispatch the event queue before get_buffers</li>
|
/external/mesa3d/docs/ |
relnotes-9.0.2.html | 96 <li>egl/wayland: Dispatch the event queue before get_buffers</li>
|