Searched defs:gbm_dri_device (Results 1 – 1 of 1) sorted by relevance
43 struct gbm_dri_device { struct44 struct gbm_device base;46 void *driver;47 char *driver_name; /* Name of the DRI module, without the _dri suffix */49 __DRIscreen *screen;50 __DRIcontext *context;51 mtx_t mutex;53 const __DRIcoreExtension *core;54 const __DRIdri2Extension *dri2;55 const __DRI2fenceExtension *fence;[all …]