21 #ifndef MIR_COMPOSITOR_BUFFER_STREAM_FACTORY_H_
22 #define MIR_COMPOSITOR_BUFFER_STREAM_FACTORY_H_
32 class GraphicBufferAllocator;
42 const std::shared_ptr<graphics::GraphicBufferAllocator> &gralloc);
50 std::shared_ptr<graphics::GraphicBufferAllocator> gralloc;
Definition: buffer_stream_factory.h:37
virtual std::shared_ptr< BufferStream > create_buffer_stream(graphics::BufferProperties const &buffer_properties)
Definition: buffer_stream_factory.cpp:45
BufferStreamFactory()=default
virtual ~BufferStreamFactory()
Definition: buffer_stream_factory.h:44
Buffer creation properties.
Definition: buffer_properties.h:48
Definition: buffer_stream_factory.h:33