Home
last modified time | relevance | path

Searched defs:gbm_dri_device (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gbm/backends/dri/
Dgbm_driint.h62 struct gbm_dri_device { struct
63 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 …]