Mir
Public Member Functions | List of all members
mir::graphics::eglstream::Platform Class Reference

#include <platform.h>

Inheritance diagram for mir::graphics::eglstream::Platform:
[legend]

Public Member Functions

 Platform (EGLDeviceEXT device, std::shared_ptr< EmergencyCleanupRegistry > const &, std::shared_ptr< DisplayReport > const &)
 
 ~Platform ()=default
 
UniqueModulePtr< GraphicBufferAllocatorcreate_buffer_allocator () override
 Creates the buffer allocator subsystem. More...
 
UniqueModulePtr< Displaycreate_display (std::shared_ptr< DisplayConfigurationPolicy > const &, std::shared_ptr< GLConfig > const &) override
 Creates the display subsystem. More...
 
UniqueModulePtr< PlatformIpcOperationsmake_ipc_operations () const override
 Creates an object capable of doing platform specific processing of buffers before they are sent or after they are recieved accross IPC. More...
 
- Public Member Functions inherited from mir::graphics::Platform
 Platform ()=default
 
 Platform (const Platform &p)=delete
 
Platformoperator= (const Platform &p)=delete
 

Constructor & Destructor Documentation

mir::graphics::eglstream::Platform::Platform ( EGLDeviceEXT  device,
std::shared_ptr< EmergencyCleanupRegistry > const &  ,
std::shared_ptr< DisplayReport > const &   
)
mir::graphics::eglstream::Platform::~Platform ( )
virtualdefault

Reimplemented from mir::graphics::Platform.

Member Function Documentation

mir::UniqueModulePtr< mg::GraphicBufferAllocator > mir::graphics::eglstream::Platform::create_buffer_allocator ( )
overridevirtual

Creates the buffer allocator subsystem.

Implements mir::graphics::Platform.

mir::UniqueModulePtr< mg::Display > mir::graphics::eglstream::Platform::create_display ( std::shared_ptr< DisplayConfigurationPolicy > const &  initial_conf_policy,
std::shared_ptr< GLConfig > const &  gl_config 
)
overridevirtual

Creates the display subsystem.

Implements mir::graphics::Platform.

mir::UniqueModulePtr< mg::PlatformIpcOperations > mir::graphics::eglstream::Platform::make_ipc_operations ( ) const
overridevirtual

Creates an object capable of doing platform specific processing of buffers before they are sent or after they are recieved accross IPC.

Implements mir::graphics::Platform.


The documentation for this class was generated from the following files:

Copyright © 2012-2015 Canonical Ltd.
Generated on Thu Sep 8 14:50:19 UTC 2016