HomeSort by relevance Sort by last modified time
    Searched defs:Amask (Results 1 - 7 of 7) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_RLEaccel.c 1010 Uint32 Amask;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c 676 vformat->Amask = (0xFFFFFFFF & ~(vformat->Rmask|vformat->Gmask|vformat->Bmask));
901 Uint32 Amask;
953 Amask = (0xFFFFFFFF & ~(vis->red_mask|vis->green_mask|vis->blue_mask));
955 Amask = 0;
958 vis->red_mask, vis->green_mask, vis->blue_mask, Amask) ) {
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 77 Uint32 Amask;
509 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
512 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 77 Uint32 Amask;
509 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
512 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 77 Uint32 Amask;
509 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
512 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 84 Uint32 Amask;
511 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
514 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 77 Uint32 Amask;
509 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
512 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
    [all...]

Completed in 148 milliseconds