Home
last modified time | relevance | path

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

/external/mesa3d/src/gbm/backends/dri/
Dgbm_driint.h43 struct gbm_dri_device { struct
44 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 …]