Mir
|
#include <null_display_buffer.h>
Public Member Functions | |
geometry::Rectangle | view_area () const |
The area the DisplayBuffer occupies in the virtual screen space. More... | |
void | make_current () |
Makes the DisplayBuffer the current GL rendering target. More... | |
void | release_current () |
Releases the current GL rendering target. More... | |
void | post_update () |
Posts the DisplayBuffer to the screen. More... | |
bool | can_bypass () const override |
![]() | |
virtual | ~DisplayBuffer () |
virtual void | post_update (std::shared_ptr< Buffer >) |
Additional Inherited Members | |
![]() | |
DisplayBuffer ()=default | |
DisplayBuffer (DisplayBuffer const &c)=delete | |
DisplayBuffer & | operator= (DisplayBuffer const &c)=delete |
|
inlineoverridevirtual |
Implements mir::graphics::DisplayBuffer.
|
inlinevirtual |
Makes the DisplayBuffer the current GL rendering target.
Implements mir::graphics::DisplayBuffer.
|
inlinevirtual |
Posts the DisplayBuffer to the screen.
Implements mir::graphics::DisplayBuffer.
|
inlinevirtual |
Releases the current GL rendering target.
Implements mir::graphics::DisplayBuffer.
|
inlinevirtual |
The area the DisplayBuffer occupies in the virtual screen space.
Implements mir::graphics::DisplayBuffer.
Reimplemented in mir::test::doubles::StubDisplayBuffer.
Copyright © 2012,2013 Canonical Ltd.
Generated on Wed Oct 30 18:52:19 UTC 2013