Searched refs:gbm_bo_get_stride (Results 1 – 3 of 3) sorted by relevance
106 CHECK(gbm_bo_get_stride(bo) >= gbm_bo_get_width(bo)); in check_bo()127 CHECK(gbm_bo_get_plane_stride(bo, 0) == gbm_bo_get_stride(bo)); in check_bo()533 fd_data.stride = gbm_bo_get_stride(bo1); in test_import_dmabuf()542 CHECK(fd_data.stride == gbm_bo_get_stride(bo2)); in test_import_dmabuf()
247 gbm_bo_get_stride(struct gbm_bo *bo);
202 gbm_bo_get_stride(struct gbm_bo *bo) in gbm_bo_get_stride() function