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

  /external/qemu/
qemu-common.h 169 typedef struct DisplaySurface DisplaySurface;
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...]

Completed in 63 milliseconds