Home
last modified time | relevance | path

Searched refs:DIB_FreeHWSurface (Results 1 – 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/windib/
DSDL_dibvideo.c87 static void DIB_FreeHWSurface(_THIS, SDL_Surface *surface);
164 device->FreeHWSurface = DIB_FreeHWSurface; in DIB_CreateDevice()
869 static void DIB_FreeHWSurface(_THIS, SDL_Surface *surface) function