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;
349 struct gbm_import_fd_data { struct350 int fd;351 uint32_t width;352 uint32_t height;353 uint32_t stride;354 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,