Home
last modified time | relevance | path

Searched refs:Framebuffer (Results 1 – 1 of 1) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.h77 struct Framebuffer { struct
82 bool operator==(const Framebuffer::BufferDesc &rhs) const { argument
90 bool operator==(const Framebuffer::SolidColorDesc &rhs) const { argument
95 explicit Framebuffer(int fd, uint32_t fb, BufferDesc desc) in Framebuffer() argument
97 explicit Framebuffer(int fd, uint32_t fb, SolidColorDesc desc) in Framebuffer() argument
99 ~Framebuffer() { drmModeRmFB(drmFd, fbId); }; in ~Framebuffer() argument
107 using FBList = std::list<std::unique_ptr<Framebuffer>>; argument