Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/windib/
DSDL_dibvideo.c85 static int DIB_LockHWSurface(_THIS, SDL_Surface *surface);
161 device->LockHWSurface = DIB_LockHWSurface; in DIB_CreateDevice()
873 static int DIB_LockHWSurface(_THIS, SDL_Surface *surface) function