Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dfb.h38 typedef struct framebuffer_device_t { struct
45 struct hw_device_t common;
48 const uint32_t flags;
51 const uint32_t width;
52 const uint32_t height;
55 const int stride;
58 const int format;
83 int (*setSwapInterval)(struct framebuffer_device_t* window, argument
106 int (*setUpdateRect)(struct framebuffer_device_t* window, argument
128 int (*post)(struct framebuffer_device_t* dev, buffer_handle_t buffer); argument
[all …]