Lines Matching refs:gbm
63 struct gbm_device *gbm; member
147 return glamor_egl->gbm; in glamor_egl_get_gbm_device()
325 bo = gbm_bo_create_with_modifiers(glamor_egl->gbm, width, height, in glamor_make_pixmap_exportable()
335 bo = gbm_bo_create(glamor_egl->gbm, width, height, format, in glamor_make_pixmap_exportable()
526 bo = gbm_bo_import(glamor_egl->gbm, GBM_BO_IMPORT_FD, &import_data, 0); in glamor_back_pixmap_from_fd()
588 bo = gbm_bo_import(glamor_egl->gbm, GBM_BO_IMPORT_FD_MODIFIER, &import_data, 0); in glamor_pixmap_from_fds()
931 if (glamor_egl->gbm) in glamor_egl_cleanup()
932 gbm_device_destroy(glamor_egl->gbm); in glamor_egl_cleanup()
965 glamor_egl->gbm = gbm_create_device(glamor_egl->fd); in glamor_egl_init()
966 if (glamor_egl->gbm == NULL) { in glamor_egl_init()
972 glamor_egl->gbm); in glamor_egl_init()