Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/picogui/
DSDL_pgvideo.c46 static int PG_AllocHWSurface(_THIS, SDL_Surface *surface);
115 device->AllocHWSurface = PG_AllocHWSurface; in PG_CreateDevice()
270 static int PG_AllocHWSurface(_THIS, SDL_Surface *surface) in PG_AllocHWSurface() function