19 #ifndef MIR_PLATFORMS_EGLSTREAM_BUFFER_ALLOCATOR_ 20 #define MIR_PLATFORMS_EGLSTREAM_BUFFER_ALLOCATOR_ 48 #endif // MIR_PLATFORMS_EGLSTREAM_BUFFER_ALLOCATOR_ std::vector< MirPixelFormat > supported_pixel_formats() override
The supported buffer pixel formats.
Definition: buffer_allocator.cpp:65
Interface to graphic buffer allocation.
Definition: graphic_buffer_allocator.h:37
All things Mir.
Definition: atomic_callback.h:25
BufferAllocator()
Definition: buffer_allocator.cpp:36
Definition: buffer_allocator.h:35
Buffer creation properties.
Definition: buffer_properties.h:48
std::shared_ptr< Buffer > alloc_buffer(graphics::BufferProperties const &buffer_properties) override
Allocates a buffer.
Definition: buffer_allocator.cpp:40