Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/windib/
DSDL_dibvideo.c105 static int DIB_AllocHWSurface(_THIS, SDL_Surface *surface);
190 device->AllocHWSurface = DIB_AllocHWSurface; in DIB_CreateDevice()
942 static int DIB_AllocHWSurface(_THIS, SDL_Surface *surface) function