OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
39
// before composition takes place. The
DisplaySurface
can use the
74
DisplaySurface
() {}
75
virtual ~
DisplaySurface
() {}
/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
...]
qemu-common.h
261
typedef struct
DisplaySurface
DisplaySurface
;
Completed in 43 milliseconds