Searched defs:framebuffer_device_t (Results 1 – 2 of 2) sorted by relevance
38 typedef struct framebuffer_device_t { struct45 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, argument106 int (*setUpdateRect)(struct framebuffer_device_t* window, argument136 int (*compositionComplete)(struct framebuffer_device_t* dev); argument[all …]
114 struct hw_device_t common;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;170 int (*setSwapInterval)(struct framebuffer_device_t* window, argument[all …]