Lines Matching refs:uint32_t
66 uint32_t u32;
85 #define gbm_fourcc_code(a, b, c, d) ((uint32_t)(a) | ((uint32_t)(b) << 8) | \
86 ((uint32_t)(c) << 16) | ((uint32_t)(d) << 24))
234 int gbm_device_is_format_supported(struct gbm_device *gbm, uint32_t format, uint32_t usage);
236 int gbm_device_get_format_modifier_plane_count(struct gbm_device *gbm, uint32_t format, uint64_t modifier);
242 struct gbm_bo *gbm_bo_create(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, uint32_t flags);
245 uint32_t width,
246 uint32_t height,
247 uint32_t format,
258 uint32_t width;
259 uint32_t height;
260 uint32_t stride;
261 uint32_t format;
265 uint32_t width;
266 uint32_t height;
267 uint32_t format;
268 uint32_t num_fds;
275 struct gbm_bo *bm_bo_import(struct gbm_device *gbm, uint32_t type, void *buffer, uint32_t usage);
305 uint32_t x, uint32_t y, uint32_t width, uint32_t height,
306 uint32_t flags, uint32_t *stride, void **map_data);
310 uint32_t gbm_bo_get_width(struct gbm_bo *bo);
312 uint32_t gbm_bo_get_height(struct gbm_bo *bo);
314 uint32_t gbm_bo_get_stride(struct gbm_bo *bo);
316 uint32_t gbm_bo_get_stride_for_plane(struct gbm_bo *bo, int plane);
318 uint32_t gbm_bo_get_format(struct gbm_bo *bo);
320 uint32_t gbm_bo_get_bpp(struct gbm_bo *bo);
322 uint32_t gbm_bo_get_offset(struct gbm_bo *bo, int plane);
345 uint32_t width, uint32_t height,
346 uint32_t format, uint32_t flags);
349 uint32_t width, uint32_t height,
350 uint32_t format,