Searched refs:gbm_dev (Results 1 – 2 of 2) sorted by relevance
67 struct gbm_device *gbm_dev; member121 if (ctx->gbm_dev) in egl_free_ctx()122 gbm_device_destroy(ctx->gbm_dev); in egl_free_ctx()153 gbm_surface_create(ctx->gbm_dev, ctx->width, ctx->height, in egl_flush_surfaces()157 gbm_surface_create_with_modifiers(ctx->gbm_dev, in egl_flush_surfaces()224 ctx->gbm_dev = gbm_create_device(fd); in egl_init_ctx()225 if (!ctx->gbm_dev) { in egl_init_ctx()231 (void*)ctx->gbm_dev, NULL); in egl_init_ctx()
260 struct gbm_device *gbm_dev; in gbm_bo_map() local270 gbm_dev = gbm_bo_get_device(bo); in gbm_bo_map()271 if (!gbm_dev) in gbm_bo_map()274 fd = gbm_device_get_fd(gbm_dev); in gbm_bo_map()