~mir-team/mir/in-process-egl+input-conglomeration

« back to all changes in this revision

Viewing changes to src/server/graphics/android/android_graphic_buffer_allocator.h

Merged trunk and fixed issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    std::shared_ptr<compositor::Buffer> alloc_buffer(
47
47
        compositor::BufferProperties const& buffer_properties);
48
48
 
49
 
    std::shared_ptr<AndroidBuffer> alloc_buffer_platform(
 
49
    std::shared_ptr<Buffer> alloc_buffer_platform(
50
50
        geometry::Size sz, geometry::PixelFormat pf, BufferUsage use);
51
51
 
52
52
    std::vector<geometry::PixelFormat> supported_pixel_formats();