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

  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_image_c.h 30 struct private_hwdata struct
SDL_ph_image.c 531 surface->hwdata=SDL_malloc(sizeof(struct private_hwdata));
532 SDL_memset(surface->hwdata, 0x00, sizeof(struct private_hwdata));
  /external/qemu/distrib/sdl-1.2.15/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.15/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.15/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.15/include/
SDL_video.h 105 struct private_hwdata *hwdata;
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 105 struct private_hwdata *hwdata;
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 105 struct private_hwdata *hwdata;
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 105 struct private_hwdata *hwdata;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c 654 screen->hwdata = (struct private_hwdata *)((char*)&surfaces);
769 surface->hwdata = (struct private_hwdata *)bucket;
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c 1658 struct private_hwdata { struct
    [all...]

Completed in 165 milliseconds