Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gbm/backends/dri/
H A Dgbm_driint.h49 struct gbm_dri_device { struct
50 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 …]