Mir
|
#include <platform.h>
Public Member Functions | |
Platform (std::shared_ptr< graphics::GraphicBufferAllocator > const &buffer_allocator, std::shared_ptr< DisplayComponentFactory > const &display_buffer_builder, std::shared_ptr< DisplayReport > const &display_report, OverlayOptimization overlay_option, std::shared_ptr< DeviceQuirks > const &quirks) | |
UniqueModulePtr< graphics::GraphicBufferAllocator > | create_buffer_allocator () override |
Creates the buffer allocator subsystem. More... | |
UniqueModulePtr< Display > | create_display (std::shared_ptr< graphics::DisplayConfigurationPolicy > const &, std::shared_ptr< graphics::GLConfig > const &) override |
UniqueModulePtr< PlatformIpcOperations > | make_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... | |
EGLNativeDisplayType | egl_native_display () const override |
![]() | |
Platform ()=default | |
Platform (const Platform &p)=delete | |
Platform & | operator= (const Platform &p)=delete |
virtual | ~Platform ()=default |
virtual UniqueModulePtr< Display > | create_display (std::shared_ptr< DisplayConfigurationPolicy > const &initial_conf_policy, std::shared_ptr< GLConfig > const &gl_config)=0 |
Creates the display subsystem. More... | |
mir::graphics::android::Platform::Platform | ( | std::shared_ptr< graphics::GraphicBufferAllocator > const & | buffer_allocator, |
std::shared_ptr< DisplayComponentFactory > const & | display_buffer_builder, | ||
std::shared_ptr< DisplayReport > const & | display_report, | ||
OverlayOptimization | overlay_option, | ||
std::shared_ptr< DeviceQuirks > const & | quirks | ||
) |
|
overridevirtual |
Creates the buffer allocator subsystem.
Implements mir::graphics::Platform.
|
override |
|
overridevirtual |
Implements mir::graphics::Platform.
|
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.
Copyright © 2012-2015 Canonical Ltd.
Generated on Wed Mar 30 00:29:56 UTC 2016