Searched defs:gbm_import_fd_data (Results 1 – 3 of 3) sorted by relevance
359 struct gbm_import_fd_data { struct360 int fd;361 uint32_t width;362 uint32_t height;363 uint32_t stride;364 uint32_t format;
384 struct gbm_import_fd_data { struct385 int fd;386 uint32_t width;387 uint32_t height;388 uint32_t stride;389 uint32_t format;
115 pub struct gbm_import_fd_data { struct116 pub fd: c_int,117 pub width: u32,118 pub height: u32,119 pub stride: u32,120 pub format: u32,