Home | History | Annotate | Download | only in main

Lines Matching defs:gbm_device

51 struct gbm_device {
52 /* Hack to make a gbm_device detectable by its first element. */
53 struct gbm_device *(*dummy)(int);
60 void (*destroy)(struct gbm_device *gbm);
61 int (*is_format_supported)(struct gbm_device *gbm,
65 struct gbm_bo *(*bo_create)(struct gbm_device *gbm,
69 struct gbm_bo *(*bo_import)(struct gbm_device *gbm, uint32_t type,
74 struct gbm_surface *(*surface_create)(struct gbm_device *gbm,
90 struct gbm_device *gbm;
101 struct gbm_device *gbm;
110 struct gbm_device *(*create_device)(int fd);
113 GBM_EXPORT struct gbm_device *