Mir
|
#include <xf86drm.h>
#include <xf86drmMode.h>
#include <memory>
#include <functional>
Go to the source code of this file.
Classes | |
class | mir::graphics::gbm::DRMModeResources |
Namespaces | |
mir | |
All things Mir. | |
mir::graphics | |
Graphics subsystem. Mediates interaction between core system and the graphics environment. | |
mir::graphics::gbm | |
Constant Groups | |
mir | |
All things Mir. | |
mir::graphics | |
Graphics subsystem. Mediates interaction between core system and the graphics environment. | |
mir::graphics::gbm | |
Typedefs | |
typedef std::unique_ptr < drmModeCrtc, std::function < void(drmModeCrtc *)> > | mir::graphics::gbm::DRMModeCrtcUPtr |
typedef std::unique_ptr < drmModeEncoder, std::function< void(drmModeEncoder *)> > | mir::graphics::gbm::DRMModeEncoderUPtr |
typedef std::unique_ptr < drmModeConnector, std::function< void(drmModeConnector *)> > | mir::graphics::gbm::DRMModeConnectorUPtr |
typedef std::unique_ptr < drmModeRes, std::function < void(drmModeRes *)> > | mir::graphics::gbm::DRMModeResUPtr |
Copyright © 2012,2013 Canonical Ltd.
Generated on Tue Oct 15 00:23:28 UTC 2013