21 #ifndef MIR_COMPOSITOR_BUFFER_STREAM_FACTORY_H_
22 #define MIR_COMPOSITOR_BUFFER_STREAM_FACTORY_H_
33 class GraphicBufferAllocator;
42 std::shared_ptr<FrameDroppingPolicyFactory>
const& policy_factory);
50 std::shared_ptr<graphics::GraphicBufferAllocator> gralloc;
51 std::shared_ptr<FrameDroppingPolicyFactory>
const policy_factory;
All things Mir.
Definition: aging_buffer.h:24
Definition: buffer_stream_factory.h:38
virtual std::shared_ptr< BufferStream > create_buffer_stream(graphics::BufferProperties const &buffer_properties)
Definition: buffer_stream_factory.cpp:47
BufferStreamFactory()=default
virtual ~BufferStreamFactory()
Definition: buffer_stream_factory.h:44
Buffer creation properties.
Definition: buffer_properties.h:48
Definition: buffer_stream_factory.h:33