19 #ifndef MIR_GRAPHICS_ANDROID_FB_DEVICE_H_
20 #define MIR_GRAPHICS_ANDROID_FB_DEVICE_H_
23 #include <hardware/gralloc.h>
24 #include <hardware/fb.h>
36 FBDevice(std::shared_ptr<framebuffer_device_t>
const& fbdev);
47 std::shared_ptr<framebuffer_device_t>
const fb_device;
All things Mir.
Definition: aging_buffer.h:24
void mode(MirPowerMode mode)
Definition: fb_device.cpp:70
Definition: display_device.h:38
Definition: hwc_fallback_gl_renderer.h:38
Definition: fb_device.h:33
Definition: swapping_gl_context.h:31
std::list< std::shared_ptr< Renderable > > RenderableList
Definition: renderable.h:88
virtual void post_gl(SwappingGLContext const &context)
Definition: fb_device.cpp:47
FBDevice(std::shared_ptr< framebuffer_device_t > const &fbdev)
Definition: fb_device.cpp:35
virtual bool post_overlays(SwappingGLContext const &context, RenderableList const &list, RenderableListCompositor const &list_compositor)
Definition: fb_device.cpp:59
Definition: android_input_receiver.h:32
bool apply_orientation(MirOrientation orientation) const
Definition: fb_device.cpp:65