Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/windib/
DSDL_dibvideo.c86 static void DIB_UnlockHWSurface(_THIS, SDL_Surface *surface);
162 device->UnlockHWSurface = DIB_UnlockHWSurface; in DIB_CreateDevice()
877 static void DIB_UnlockHWSurface(_THIS, SDL_Surface *surface) function