Searched defs:gbm_dri_device (Results 1 – 1 of 1) sorted by relevance
49 struct gbm_dri_device { struct50 struct gbm_device base;52 char *driver_name; /* Name of the DRI module, without the _dri suffix */53 bool software; /* A software driver was loaded */54 bool swrast; /* this is swrast */55 bool has_dmabuf_import;56 bool has_dmabuf_export;57 bool has_compression_modifiers;59 __DRIscreen *screen;60 __DRIcontext *context;[all …]