Searched refs:m_dev (Results 1 – 1 of 1) sorted by relevance
30 m_dev = gbm_create_device(card.fd()); in GbmDevice()31 FAIL_IF(!m_dev, "failed to create gbm device"); in GbmDevice()36 gbm_device_destroy(m_dev); in ~GbmDevice()42 struct gbm_device* handle() const { return m_dev; } in handle()45 struct gbm_device* m_dev; member in GbmDevice