Lines Matching defs:framebuffer_device_t
110 typedef struct framebuffer_device_t { struct
114 struct hw_device_t common;
116 typedef enum another_here {
120 } another_here;
123 struct {
127 struct not_type_defd {
132 char here;
135 const uint32_t flags;
138 const uint32_t width;
139 const uint32_t height;
142 const int stride;
145 const int format_type;
170 int (*setSwapInterval)(struct framebuffer_device_t* window, argument
193 int (*setUpdateRect)(struct framebuffer_device_t* window, argument
215 int (*post)(struct framebuffer_device_t* dev, buffer_handle_t buffer); argument
223 int (*compositionComplete)(struct framebuffer_device_t* dev); argument
230 void (*dump)(struct framebuffer_device_t* dev, char *buff, int buff_len); argument
238 int (*enableScreen)(struct framebuffer_device_t* dev, int enable); argument
242 } framebuffer_device_t; argument