Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.h82 struct Framebuffer { struct
87 bool operator==(const Framebuffer::BufferDesc &rhs) const { argument
95 bool operator==(const Framebuffer::SolidColorDesc &rhs) const { argument
100 explicit Framebuffer(int fd, uint32_t fb, BufferDesc desc) in Framebuffer() function
102 explicit Framebuffer(int fd, uint32_t fb, SolidColorDesc desc) in Framebuffer() argument
104 ~Framebuffer() { drmModeRmFB(drmFd, fbId); }; in ~Framebuffer() argument
112 using FBList = std::list<std::unique_ptr<Framebuffer>>; argument