Home
last modified time | relevance | path

Searched refs:DisplayAllocator (Results 1 – 4 of 4) sorted by relevance

/external/qemu/include/qemu/
Dtypedefs.h74 typedef struct DisplayAllocator DisplayAllocator; typedef
/external/qemu/include/ui/
Dconsole.h204 struct DisplayAllocator { struct
215 struct DisplayAllocator* allocator; argument
237 DisplayAllocator *register_displayallocator(DisplayState *ds, DisplayAllocator *da);
/external/qemu/docs/
DDISPLAY-STATE.TXT16 - A DisplayState also holds a 'DisplayAllocator' which allows it to
172 eventually created with a different DisplayAllocator. It also registers a
/external/qemu/ui/
Dconsole.c1385 static struct DisplayAllocator default_allocator = {
1420 DisplayAllocator *register_displayallocator(DisplayState *ds, DisplayAllocator *da) in register_displayallocator()