Searched refs:SDL_AllocFormat (Results 1 - 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_pixels_c.h29 extern SDL_PixelFormat *SDL_AllocFormat(int bpp,
H A DSDL_pixels.c37 SDL_PixelFormat *SDL_AllocFormat(int bpp, function
231 surface->format = SDL_AllocFormat(bpp, Rmask, Gmask, Bmask, Amask);
H A DSDL_surface.c102 surface->format = SDL_AllocFormat(depth, Rmask, Gmask, Bmask, Amask);
H A DSDL_video.c1003 format = SDL_AllocFormat(32, rmask, gmask, bmask, amask);

Completed in 95 milliseconds