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
39 struct hw_device_t common;
42 const uint32_t flags;
45 const uint32_t width;
46 const uint32_t height;
49 const int stride;
52 const int format;
77 int (*setSwapInterval)(struct framebuffer_device_t* window, argument
100 int (*setUpdateRect)(struct framebuffer_device_t* window, argument
122 int (*post)(struct framebuffer_device_t* dev, buffer_handle_t buffer); argument
[all …]