HomeSort by relevance Sort by last modified time
    Searched refs:SDL_AllocFormat (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_pixels_c.h 29 extern SDL_PixelFormat *SDL_AllocFormat(int bpp,
SDL_pixels.c 37 SDL_PixelFormat *SDL_AllocFormat(int bpp,
231 surface->format = SDL_AllocFormat(bpp, Rmask, Gmask, Bmask, Amask);
SDL_surface.c 102 surface->format = SDL_AllocFormat(depth, Rmask, Gmask, Bmask, Amask);
SDL_video.c 1003 format = SDL_AllocFormat(32, rmask, gmask, bmask, amask);
    [all...]

Completed in 179 milliseconds