Mir
|
Interface to client-side platform specific support for graphics operations. More...
#include <client_platform.h>
Public Member Functions | |
ClientPlatform ()=default | |
ClientPlatform (const ClientPlatform &p)=delete | |
ClientPlatform & | operator= (const ClientPlatform &p)=delete |
virtual | ~ClientPlatform () |
virtual MirPlatformType | platform_type () const =0 |
virtual std::shared_ptr < ClientBufferFactory > | create_buffer_factory ()=0 |
virtual std::shared_ptr < EGLNativeWindowType > | create_egl_native_window (ClientSurface *surface)=0 |
virtual std::shared_ptr < EGLNativeDisplayType > | create_egl_native_display ()=0 |
virtual MirNativeBuffer * | convert_native_buffer (graphics::NativeBuffer *) const =0 |
![]() | |
virtual | ~EGLNativeWindowFactory ()=default |
Additional Inherited Members | |
![]() | |
EGLNativeWindowFactory ()=default | |
EGLNativeWindowFactory (EGLNativeWindowFactory const &p)=delete | |
EGLNativeWindowFactory & | operator= (EGLNativeWindowFactory const &p)=delete |
Interface to client-side platform specific support for graphics operations.
|
default |
|
delete |
|
inlinevirtual |
|
pure virtual |
Implemented in mir::client::mesa::ClientPlatform.
|
pure virtual |
Implemented in mir::client::mesa::ClientPlatform.
|
pure virtual |
Implemented in mir::client::mesa::ClientPlatform.
|
pure virtual |
Implements mir::client::EGLNativeWindowFactory.
Implemented in mir::client::mesa::ClientPlatform.
|
delete |
|
pure virtual |
Implemented in mir::client::mesa::ClientPlatform.
Copyright © 2012,2013 Canonical Ltd.
Generated on Fri Apr 11 21:14:53 UTC 2014