Searched defs:gbm_dri_device (Results 1 – 1 of 1) sorted by relevance
62 struct gbm_dri_device { struct63 struct gbm_device base;65 void *driver;66 char *driver_name; /* Name of the DRI module, without the _dri suffix */67 bool software; /* A software driver was loaded */69 __DRIscreen *screen;70 __DRIcontext *context;71 mtx_t mutex;73 const __DRIcoreExtension *core;74 const __DRIdri2Extension *dri2;[all …]