HomeSort by relevance Sort by last modified time
    Searched refs:DisplaySurface (Results 1 - 4 of 4) sorted by null

  /external/qemu/
console.h 94 struct DisplaySurface {
122 DisplaySurface* (*create_displaysurface)(int width, int height);
123 DisplaySurface* (*resize_displaysurface)(DisplaySurface *surface, int width, int height);
124 void (*free_displaysurface)(DisplaySurface *surface);
128 struct DisplaySurface *surface;
144 DisplaySurface* qemu_create_displaysurface_from(int width, int height, int bpp,
151 DisplaySurface* defaultallocator_create_displaysurface(int width, int height);
152 DisplaySurface* defaultallocator_resize_displaysurface(DisplaySurface *surface, int width, int height)
    [all...]
qemu-common.h 169 typedef struct DisplaySurface DisplaySurface;
vnc.h 110 DisplaySurface *ds;
150 DisplaySurface clientds;
console.c     [all...]

Completed in 30 milliseconds