Searched defs:gbm_import_fd_data (Results 1 – 3 of 3) sorted by relevance
286 struct gbm_import_fd_data { struct287 int fd;288 uint32_t width;289 uint32_t height;290 uint32_t stride;291 uint32_t format;
334 struct gbm_import_fd_data { struct335 int fd;336 uint32_t width;337 uint32_t height;338 uint32_t stride;339 uint32_t format;
112 pub struct gbm_import_fd_data { struct113 pub fd: c_int,114 pub width: u32,115 pub height: u32,116 pub stride: u32,117 pub format: u32,