Lines Matching refs:gbm
31 +dep_gbm = dependency('gbm', required: false)
49 +#include <gbm.h>
73 + struct gbm_device *gbm;
376 + if (pr->gbm)
377 + gbm_device_destroy(pr->gbm);
501 + pr->gbm = gbm_create_device(pr->drm_fd);
502 + if (!pr->gbm) {
503 + weston_log("Failed to create gbm device\n");
508 + (void*) pr->gbm, NULL);
546 + gbm_device_destroy(pr->gbm);
547 + pr->gbm = NULL;