Searched defs:gbm_import_fd_data (Results 1 – 3 of 3) sorted by relevance
315 struct gbm_import_fd_data { struct316 int fd;317 uint32_t width;318 uint32_t height;319 uint32_t stride;320 uint32_t format;
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;
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,