Lines Matching refs:gbm_bo
65 struct gbm_bo *(*bo_create)(struct gbm_device *gbm,
69 struct gbm_bo *(*bo_import)(struct gbm_device *gbm, uint32_t type,
71 void *(*bo_map)(struct gbm_bo *bo,
76 void (*bo_unmap)(struct gbm_bo *bo, void *map_data);
77 int (*bo_write)(struct gbm_bo *bo, const void *buf, size_t data);
78 int (*bo_get_fd)(struct gbm_bo *bo);
79 void (*bo_destroy)(struct gbm_bo *bo);
84 struct gbm_bo *(*surface_lock_front_buffer)(struct gbm_surface *surface);
86 struct gbm_bo *bo);
96 struct gbm_bo { struct
104 void (*destroy_user_data)(struct gbm_bo *, void *); argument