Searched defs:gbm_dri_device (Results 1 – 1 of 1) sorted by relevance
61 struct gbm_dri_device { struct62 struct gbm_device base;64 void *driver;65 char *driver_name; /* Name of the DRI module, without the _dri suffix */67 __DRIscreen *screen;68 __DRIcontext *context;69 mtx_t mutex;71 const __DRIcoreExtension *core;72 const __DRIdri2Extension *dri2;73 const __DRI2fenceExtension *fence;[all …]