Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/wscons/
DSDL_wsconsvideo.c60 static int WSCONS_AllocHWSurface(_THIS, SDL_Surface *surface);
126 device->AllocHWSurface = WSCONS_AllocHWSurface; in WSCONS_CreateDevice()
382 static int WSCONS_AllocHWSurface(_THIS, SDL_Surface *surface) in WSCONS_AllocHWSurface() function