Mir
|
Interface to platform specific support for graphics operations. More...
#include <platform.h>
Public Member Functions | |
Platform ()=default | |
Platform (const Platform &p)=delete | |
Platform & | operator= (const Platform &p)=delete |
virtual | ~Platform ()=default |
virtual std::shared_ptr< GraphicBufferAllocator > | create_buffer_allocator ()=0 |
Creates the buffer allocator subsystem. More... | |
virtual std::shared_ptr< Display > | create_display (std::shared_ptr< DisplayConfigurationPolicy > const &initial_conf_policy, std::shared_ptr< GLConfig > const &gl_config)=0 |
Creates the display subsystem. More... | |
virtual std::shared_ptr< PlatformIpcOperations > | make_ipc_operations () const =0 |
Creates an object capable of doing platform specific processing of buffers before they are sent or after they are recieved accross IPC. More... | |
virtual EGLNativeDisplayType | egl_native_display () const =0 |
Interface to platform specific support for graphics operations.
|
default |
|
delete |
|
virtualdefault |
Reimplemented in mir::graphics::X::Platform.
|
pure virtual |
Creates the buffer allocator subsystem.
Implemented in mir::graphics::android::Platform, mir::graphics::mesa::Platform, mir::graphics::X::Platform, mir::graphics::mesa::GuestPlatform, and mir::graphics::X::GuestPlatform.
|
pure virtual |
Creates the display subsystem.
Implemented in mir::graphics::mesa::Platform, and mir::graphics::X::Platform.
|
pure virtual |
|
pure virtual |
Creates an object capable of doing platform specific processing of buffers before they are sent or after they are recieved accross IPC.
Implemented in mir::graphics::android::Platform, mir::graphics::mesa::Platform, mir::graphics::X::Platform, mir::graphics::mesa::GuestPlatform, and mir::graphics::X::GuestPlatform.
Copyright © 2012-2015 Canonical Ltd.
Generated on Thu Oct 8 16:20:16 UTC 2015