Searched defs:Framebuffer (Results 1 – 1 of 1) sorted by relevance
82 struct Framebuffer { struct87 bool operator==(const Framebuffer::BufferDesc &rhs) const { argument95 bool operator==(const Framebuffer::SolidColorDesc &rhs) const { argument100 explicit Framebuffer(int fd, uint32_t fb, BufferDesc desc) in Framebuffer() function102 explicit Framebuffer(int fd, uint32_t fb, SolidColorDesc desc) in Framebuffer() argument104 ~Framebuffer() { drmModeRmFB(drmFd, fbId); }; in ~Framebuffer() argument112 using FBList = std::list<std::unique_ptr<Framebuffer>>; argument