Searched defs:VGAState (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.h150 int (*get_bpp)(struct VGAState *s); \
151 void (*get_offsets)(struct VGAState *s, \
155 void (*get_resolution)(struct VGAState *s, \
178 void (*cursor_invalidate)(struct VGAState *s); \
179 void (*cursor_draw_line)(struct VGAState *s, uint8_t *d, int y); \
190 struct VGAState;
191 typedef int FNGETBPP(struct VGAState *s);
192 typedef void FNGETOFFSETS(struct VGAState *s, uint32_t *pline_offset, uint32_t *pstart_addr, uint32_t *pline_compare);
193 typedef void FNGETRESOLUTION(struct VGAState *s, int *pwidth, int *pheight);
195 typedef void FNCURSORINVALIDATE(struct VGAState *
321 typedef struct VGAState { struct
584 } VGAState; typedef in typeref:struct:VGAState
[all...]

Completed in 33 milliseconds