Home
last modified time | relevance | path

Searched refs:qemu_alloc_display (Results 1 – 2 of 2) sorted by relevance

/external/qemu/include/ui/
Dconsole.h232 void qemu_alloc_display(DisplaySurface *surface, int width, int height,
/external/qemu/ui/
Dconsole.c1324 qemu_alloc_display(surface, width, height, linesize, in defaultallocator_create_displaysurface()
1333 qemu_alloc_display(surface, width, height, linesize, in defaultallocator_resize_displaysurface()
1338 void qemu_alloc_display(DisplaySurface *surface, int width, int height, in qemu_alloc_display() function