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

  /external/qemu/
console.h 137 struct DisplaySurface {
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_displaysurface(DisplayState *ds, int width, int height
    [all...]
console.c     [all...]
vnc.h 110 DisplaySurface *ds;
150 DisplaySurface clientds;
qemu-common.h 261 typedef struct DisplaySurface DisplaySurface;
  /external/qemu/android/protocol/
fb-updates-proxy.c 83 _pixel_offset(const DisplaySurface* dsu, int x, int y)
96 _copy_fb_rect(uint8_t* rect, const DisplaySurface* dsu, int x, int y, int w, int h)
203 DisplaySurface* dsu;

Completed in 99 milliseconds