Home
last modified time | relevance | path

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

/external/qemu/
Dconsole.h137 struct DisplaySurface { struct
138 uint8_t flags;
139 int width;
140 int height;
141 int linesize; /* bytes per line */
142 uint8_t *data;
144 struct PixelFormat pf;
Dqemu-common.h261 typedef struct DisplaySurface DisplaySurface; typedef