Lines Matching refs:hardware
28 dpy_resize: the hardware decided to resize the framebuffer.
30 dpy_copy: the hardware performed a rectangular copy operation.
31 dpy_fill: the hardware performed a rectangular fill operation.
32 dpy_setdata: the hardware decided to change the framebuffer address.
33 dpy_text_cursor: the hardware placed the text cursor at a given (x,y).
57 hardware framebuffer emulator (e.g. hw/vga-pic.c) will call the
73 by the hardware framebuffer emulation, and will be called under various
163 First, the hardware machine is initialized. The hardware fraembuffer emulation
166 allocated through malloc(). In other words, the hardware emulation does not
194 to see if there are hardware framebuffer updates.
216 Eventually, hardware emulation can also trigger other dpy_xxxx events (e.g.
223 | hardware |