Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/windib/
DSDL_dibvideo.c107 static void DIB_UnlockHWSurface(_THIS, SDL_Surface *surface);
196 device->UnlockHWSurface = DIB_UnlockHWSurface; in DIB_CreateDevice()
954 static void DIB_UnlockHWSurface(_THIS, SDL_Surface *surface) function