Home | History | Annotate | Download | only in macdsp

Lines Matching refs:private_hwdata

203 typedef struct private_hwdata {
213 } 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));
1097 SDL_memset (surface->hwdata, 0, sizeof(private_hwdata));