Lines Matching refs:gbm_bo
177 gbm_bo_get_width(struct gbm_bo *bo) in gbm_bo_get_width()
188 gbm_bo_get_height(struct gbm_bo *bo) in gbm_bo_get_height()
202 gbm_bo_get_stride(struct gbm_bo *bo) in gbm_bo_get_stride()
215 gbm_bo_get_format(struct gbm_bo *bo) in gbm_bo_get_format()
229 gbm_bo_get_handle(struct gbm_bo *bo) in gbm_bo_get_handle()
248 gbm_bo_write(struct gbm_bo *bo, const void *buf, size_t count) in gbm_bo_write()
259 gbm_bo_get_device(struct gbm_bo *bo) in gbm_bo_get_device()
272 gbm_bo_set_user_data(struct gbm_bo *bo, void *data, in gbm_bo_set_user_data()
273 void (*destroy_user_data)(struct gbm_bo *, void *)) in gbm_bo_set_user_data() argument
288 gbm_bo_get_user_data(struct gbm_bo *bo) in gbm_bo_get_user_data()
300 gbm_bo_destroy(struct gbm_bo *bo) in gbm_bo_destroy()
324 GBM_EXPORT struct gbm_bo *
363 GBM_EXPORT struct gbm_bo *
428 GBM_EXPORT struct gbm_bo *
447 gbm_surface_release_buffer(struct gbm_surface *surf, struct gbm_bo *bo) in gbm_surface_release_buffer()