Searched defs:private_hwdata (Results 1 - 5 of 5) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_image_c.h30 struct private_hwdata struct
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/
H A DSDL_ggivideo.c44 struct private_hwdata struct
156 struct private_hwdata *priv;
162 priv = SDL_malloc(sizeof(struct private_hwdata));
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_video.c213 struct private_hwdata { struct
618 current->hwdata = (struct private_hwdata *) SDL_calloc (1, sizeof(*current->hwdata));
825 surface->hwdata = (struct private_hwdata *) SDL_calloc (1, sizeof(*surface->hwdata));
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
H A DSDL_dspvideo.c203 typedef struct private_hwdata { struct
213 } private_hwdata; typedef in typeref:struct:private_hwdata
215 typedef private_hwdata private_swdata ; /* have same fields */
874 current->hwdata = (private_hwdata*) SDL_malloc (sizeof (private_hwdata));
892 current->hwdata = (private_hwdata*) SDL_malloc (sizeof (private_hwdata));
898 SDL_memset (current->hwdata, 0, sizeof (private_hwdata));
1091 surface->hwdata = (private_hwdata*) SDL_malloc (sizeof (private_hwdata));
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5video.c1658 struct private_hwdata { struct
1675 surface->hwdata = (struct private_hwdata *)

Completed in 194 milliseconds