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.15/src/video/nds/
SDL_ndsvideo.c 242 Uint32 Rmask, Gmask, Bmask, Amask;
252 Amask = 0x00008000;
314 if ( ! SDL_ReallocFormat(current, bpp, Rmask, Gmask, Bmask, Amask) ) {
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_RLEaccel.c 1011 Uint32 Amask;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 693 vformat->Amask = (0xFFFFFFFF & ~(vformat->Rmask|vformat->Gmask|vformat->Bmask));
921 Uint32 Amask;
973 Amask = (0xFFFFFFFF & ~(vis->red_mask|vis->green_mask|vis->blue_mask));
975 Amask = 0;
978 vis->red_mask, vis->green_mask, vis->blue_mask, Amask) ) {
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 85 Uint32 Amask;
555 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
559 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 85 Uint32 Amask;
555 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
559 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 85 Uint32 Amask;
555 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
559 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 85 Uint32 Amask;
555 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
559 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
    [all...]

Completed in 259 milliseconds