Home | History | Annotate | Download | only in main

Lines Matching refs: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,
64 int (*get_format_modifier_plane_count)(struct gbm_device *device,
68 struct gbm_bo *(*bo_create)(struct gbm_device *gbm,
74 struct gbm_bo *(*bo_import)(struct gbm_device *gbm, uint32_t type,
91 struct gbm_surface *(*surface_create)(struct gbm_device *gbm,
109 struct gbm_device *gbm;
120 struct gbm_device *gbm;
133 struct gbm_device *(*create_device)(int fd);