Searched refs:Framebuffer (Results 1 – 1 of 1) sorted by relevance
77 struct Framebuffer { struct82 bool operator==(const Framebuffer::BufferDesc &rhs) const { argument90 bool operator==(const Framebuffer::SolidColorDesc &rhs) const { argument95 explicit Framebuffer(int fd, uint32_t fb, BufferDesc desc) in Framebuffer() argument97 explicit Framebuffer(int fd, uint32_t fb, SolidColorDesc desc) in Framebuffer() argument99 ~Framebuffer() { drmModeRmFB(drmFd, fbId); }; in ~Framebuffer() argument107 using FBList = std::list<std::unique_ptr<Framebuffer>>; argument