OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DisplaySurface
(Results
1 - 2
of
2
) 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
...]
qemu-common.h
261
typedef struct
DisplaySurface
DisplaySurface
;
Completed in 701 milliseconds