Searched refs:gbm_bo_get_offset (Results 1 – 4 of 4) sorted by relevance
31 gbm_bo_get_offset
222 CHECK(gbm_bo_get_offset(bo, 0) == 0); in check_bo()234 gbm_bo_get_offset(bo, plane); in check_bo()680 fd_data.offsets[p] = gbm_bo_get_offset(bo1, p); in test_import_modifier()700 CHECK(fd_data.offsets[p] == gbm_bo_get_offset(bo2, p)); in test_import_modifier()
345 gbm_bo_get_offset(struct gbm_bo *bo, int plane);
287 gbm_bo_get_offset(struct gbm_bo *bo, int plane) in gbm_bo_get_offset() function