Searched refs:DisplaySurface (Results 1 - 5 of 5) sorted by relevance

/external/qemu/include/ui/
H A Dconsole.h137 struct DisplaySurface { struct
205 DisplaySurface* (*create_displaysurface)(int width, int height);
206 DisplaySurface* (*resize_displaysurface)(DisplaySurface *surface, int width, int height);
207 void (*free_displaysurface)(DisplaySurface *surface);
211 struct DisplaySurface *surface;
230 DisplaySurface* qemu_create_displaysurface_from(int width, int height, int bpp,
232 void qemu_alloc_display(DisplaySurface *surface, int width, int height,
239 static inline DisplaySurface* qemu_create_displaysurface(DisplayState *ds, int width, int height)
244 static inline DisplaySurface* qemu_resize_displaysurfac
[all...]
/external/qemu/include/qemu/
H A Dtypedefs.h37 typedef struct DisplaySurface DisplaySurface; typedef in typeref:struct:DisplaySurface
/external/qemu/ui/
H A Dconsole.c1319 static DisplaySurface* defaultallocator_create_displaysurface(int width, int height)
1321 DisplaySurface *surface = (DisplaySurface*) g_malloc0(sizeof(DisplaySurface));
1329 static DisplaySurface* defaultallocator_resize_displaysurface(DisplaySurface *surface,
1338 void qemu_alloc_display(DisplaySurface *surface, int width, int height,
1359 DisplaySurface* qemu_create_displaysurface_from(int width, int height, int bpp,
1362 DisplaySurface *surface = (DisplaySurface*) g_malloc
[all...]
H A Dvnc.h110 DisplaySurface *ds;
150 DisplaySurface clientds;
/external/qemu/android/
H A Dmultitouch-screen.c333 const DisplaySurface* const surface = mts_state->ds->surface;

Completed in 123 milliseconds