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 */66 bool software; /* A software driver was loaded */68 __DRIscreen *screen;69 __DRIcontext *context;70 mtx_t mutex;72 const __DRIcoreExtension *core;73 const __DRIdri2Extension *dri2;[all …]