Searched refs:DisplayAllocator (Results 1 – 4 of 4) sorted by relevance
74 typedef struct DisplayAllocator DisplayAllocator; typedef
204 struct DisplayAllocator { struct215 struct DisplayAllocator* allocator; argument237 DisplayAllocator *register_displayallocator(DisplayState *ds, DisplayAllocator *da);
16 - A DisplayState also holds a 'DisplayAllocator' which allows it to172 eventually created with a different DisplayAllocator. It also registers a
1385 static struct DisplayAllocator default_allocator = {1420 DisplayAllocator *register_displayallocator(DisplayState *ds, DisplayAllocator *da) in register_displayallocator()