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

  /frameworks/native/services/surfaceflinger/DisplayHardware/
DisplaySurface.h 31 class DisplaySurface : public virtual RefBase {
34 // the configuration is known. The DisplaySurface should do anything it
41 // before composition takes place. The DisplaySurface can use the
78 DisplaySurface() {}
79 virtual ~DisplaySurface() {}
  /external/qemu/include/qemu/
typedefs.h 37 typedef struct DisplaySurface DisplaySurface;
  /external/qemu/include/ui/
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...]

Completed in 382 milliseconds