Mir
|
Graphics subsystem. Mediates interaction between core system and the graphics environment. More...
Namespaces | |
android | |
detail | |
mesa | |
nested | |
offscreen | |
Classes | |
class | BasicPlatform |
class | Buffer |
class | BufferBasic |
class | BufferInitializer |
Interface to buffer initialization. More... | |
class | BufferIpcMessage |
struct | BufferProperties |
Buffer creation properties. More... | |
class | BufferWriter |
An interface provided by the graphics platform allowing for writing untiled pixel data into buffers. More... | |
class | Cursor |
class | CursorImage |
class | DefaultDisplayConfigurationPolicy |
class | Display |
Interface to the display subsystem. More... | |
class | DisplayBuffer |
Interface to an output framebuffer. More... | |
class | DisplayConfiguration |
Interface to a configuration of display cards and outputs. More... | |
struct | DisplayConfigurationCard |
Configuration information for a display card. More... | |
struct | DisplayConfigurationMode |
Configuration information for a display output mode. More... | |
struct | DisplayConfigurationOutput |
Configuration information for a display output. More... | |
class | DisplayConfigurationPolicy |
class | DisplayReport |
class | DRMAuthenticator |
class | EGLContextStore |
struct | EGLExtensions |
class | EGLSurfaceStore |
class | EventHandlerRegister |
class | GLConfig |
Interface for customizing aspects of the GL config used by the server. More... | |
class | GLContext |
class | GLExtensionsBase |
struct | GLPrimitive |
class | GLProgram |
class | GLProgramFactory |
class | GLShader |
class | GLTexture |
class | GLTextureCache |
struct | GLVertex |
class | GraphicBufferAllocator |
Interface to graphic buffer allocation. More... | |
class | InternalClient |
Interface to in-process client support. More... | |
class | InternalSurface |
class | NativeBuffer |
class | NativePlatform |
class | NestedContext |
class | NullBufferInitializer |
class | OverlappingOutputGroup |
class | OverlappingOutputGrouping |
Helper class that groups overlapping outputs together. More... | |
class | Platform |
Interface to platform specific support for graphics operations. More... | |
class | PlatformIpcOperations |
struct | PlatformIPCPackage |
Platform data to be sent to the clients over IPC. More... | |
class | ProgramFactory |
class | Renderable |
class | SimpleGLProgram |
class | SurfacelessEGLContext |
struct | UserDisplayConfigurationOutput |
Mirror of a DisplayConfigurationOutput, with some fields limited to being read-only, preventing users from changing things they shouldn't. More... | |
Typedefs | |
typedef struct MirBufferPackage | NativeBuffer |
typedef IntWrapper < BufferIdTag, uint32_t > | BufferID |
typedef std::function< bool()> | DisplayPauseHandler |
typedef std::function< bool()> | DisplayResumeHandler |
typedef std::function< void()> | DisplayConfigurationChangeHandler |
typedef IntWrapper < detail::GraphicsConfCardIdTag > | DisplayConfigurationCardId |
typedef IntWrapper < detail::GraphicsConfOutputIdTag > | DisplayConfigurationOutputId |
typedef std::shared_ptr < NativePlatform >(* | CreateNativePlatform )(std::shared_ptr< DisplayReport > const &report) |
typedef std::shared_ptr < Platform >(* | CreatePlatform )(std::shared_ptr< options::Option > const &options, std::shared_ptr< EmergencyCleanupRegistry > const &emergency_cleanup_registry, std::shared_ptr< DisplayReport > const &report) |
Function prototype used to return a new graphics platform. More... | |
typedef void(* | AddPlatformOptions )(boost::program_options::options_description &config) |
typedef std::list < std::shared_ptr< Renderable > > | RenderableList |
Graphics subsystem. Mediates interaction between core system and the graphics environment.
typedef void(* mir::graphics::AddPlatformOptions)(boost::program_options::options_description &config) |
typedef IntWrapper<BufferIdTag, uint32_t> mir::graphics::BufferID |
typedef std::shared_ptr<NativePlatform>(* mir::graphics::CreateNativePlatform)(std::shared_ptr< DisplayReport > const &report) |
typedef IntWrapper<detail::GraphicsConfCardIdTag> mir::graphics::DisplayConfigurationCardId |
typedef std::function<void()> mir::graphics::DisplayConfigurationChangeHandler |
typedef IntWrapper<detail::GraphicsConfOutputIdTag> mir::graphics::DisplayConfigurationOutputId |
typedef std::function<bool()> mir::graphics::DisplayPauseHandler |
typedef std::function<bool()> mir::graphics::DisplayResumeHandler |
typedef struct MirBufferPackage mir::graphics::NativeBuffer |
typedef std::list<std::shared_ptr<Renderable> > mir::graphics::RenderableList |
|
strong |
|
strong |
|
strong |
void mir::graphics::add_platform_options | ( | boost::program_options::options_description & | config | ) |
int mir::graphics::alpha_channel_depth | ( | MirPixelFormat | format | ) |
int mir::graphics::blue_channel_depth | ( | MirPixelFormat | format | ) |
bool mir::graphics::contains_alpha | ( | MirPixelFormat | format | ) |
std::shared_ptr<NativePlatform> mir::graphics::create_native_platform | ( | std::shared_ptr< DisplayReport > const & | report | ) |
std::shared_ptr<Platform> mir::graphics::create_platform | ( | std::shared_ptr< options::Option > const & | options, |
std::shared_ptr< EmergencyCleanupRegistry > const & | emergency_cleanup_registry, | ||
std::shared_ptr< DisplayReport > const & | report | ||
) |
int mir::graphics::green_channel_depth | ( | MirPixelFormat | format | ) |
|
inline |
bool mir::graphics::operator!= | ( | mg::DisplayConfigurationCard const & | val1, |
mg::DisplayConfigurationCard const & | val2 | ||
) |
bool mir::graphics::operator!= | ( | mg::DisplayConfigurationMode const & | val1, |
mg::DisplayConfigurationMode const & | val2 | ||
) |
bool mir::graphics::operator!= | ( | mg::DisplayConfigurationOutput const & | val1, |
mg::DisplayConfigurationOutput const & | val2 | ||
) |
std::ostream & mir::graphics::operator<< | ( | std::ostream & | out, |
mg::DisplayConfigurationCard const & | val | ||
) |
std::ostream & mir::graphics::operator<< | ( | std::ostream & | out, |
mg::DisplayConfigurationMode const & | val | ||
) |
std::ostream & mir::graphics::operator<< | ( | std::ostream & | out, |
mg::DisplayConfigurationOutput const & | val | ||
) |
|
inline |
bool mir::graphics::operator== | ( | mg::DisplayConfigurationCard const & | val1, |
mg::DisplayConfigurationCard const & | val2 | ||
) |
bool mir::graphics::operator== | ( | mg::DisplayConfigurationMode const & | val1, |
mg::DisplayConfigurationMode const & | val2 | ||
) |
bool mir::graphics::operator== | ( | mg::DisplayConfigurationOutput const & | val1, |
mg::DisplayConfigurationOutput const & | val2 | ||
) |
int mir::graphics::red_channel_depth | ( | MirPixelFormat | format | ) |
mg::GLPrimitive mir::graphics::tessellate_renderable_into_rectangle | ( | mg::Renderable const & | renderable | ) |
bool mir::graphics::valid_pixel_format | ( | MirPixelFormat | format | ) |
Copyright © 2012,2013 Canonical Ltd.
Generated on Fri Oct 10 14:07:14 UTC 2014