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

  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_image_c.h 30 struct private_hwdata struct
  /external/qemu/distrib/sdl-1.2.12/src/video/ggi/
SDL_ggivideo.c 44 struct private_hwdata struct
156 struct private_hwdata *priv;
162 priv = SDL_malloc(sizeof(struct private_hwdata));
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.h 160 struct private_hwdata struct
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.c 213 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.12/src/video/macdsp/
SDL_dspvideo.c 203 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.12/src/video/windx5/
SDL_dx5video.c 1641 struct private_hwdata { struct
    [all...]

Completed in 37 milliseconds