Searched refs:gbm_bo_get_width (Results 1 – 7 of 7) sorted by relevance
25 gbm_bo_get_width
202 CHECK(gbm_bo_get_width(bo) >= 0); in check_bo()204 CHECK(gbm_bo_get_stride(bo) >= gbm_bo_get_width(bo)); in check_bo()224 gbm_bo_get_width(bo) * gbm_bo_get_height(bo)); in check_bo()643 CHECK(fd_data.width == gbm_bo_get_width(bo2)); in test_import_dmabuf()694 CHECK(fd_data.width == gbm_bo_get_width(bo2)); in test_import_modifier()
327 gbm_bo_get_width(struct gbm_bo *bo);
155 gbm_bo_get_width(struct gbm_bo *bo) in gbm_bo_get_width() function
364 gbm_bo_get_width(struct gbm_bo *bo);
256 PUBLIC uint32_t gbm_bo_get_width(struct gbm_bo *bo) in gbm_bo_get_width() function
131 uint32_t width = gbm_bo_get_width(bo); in drm_fb_get_from_bo()