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

  /external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.h 41 int Rmask;
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_wimpvideo.c 85 Uint32 Rmask = 0;
106 Rmask = 0x0000001f;
113 Rmask = 0x000000ff;
126 if ( ! SDL_ReallocFormat(current, bpp, Rmask, Gmask, Bmask, 0) ) {
SDL_riscosFullScreenVideo.c 100 Uint32 Rmask = 0;
115 Rmask = 0x0000001f;
121 Rmask = 0x000000ff;
139 if ( ! SDL_ReallocFormat(current, bpp, Rmask, Gmask, Bmask, 0) ) {
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_bmp.c 55 Uint32 Rmask;
153 Rmask = Gmask = Bmask = 0;
162 Rmask = 0x7C00;
168 Rmask = 0x000000FF;
174 Rmask = 0x00FF0000;
190 Rmask = SDL_ReadLE32(src);
206 biWidth, biHeight, biBitCount, Rmask, Gmask, Bmask, 0);
371 (saveme->format->Rmask == 0x00FF0000) &&
375 (saveme->format->Rmask == 0x000000FF) &&
SDL_yuv_sw.c 939 Uint32 Rmask, Gmask, Bmask;
    [all...]
SDL_RLEaccel.c 638 switch(fmt->Rmask | fmt->Gmask | fmt->Bmask) { \
641 || fmt->Rmask == 0x07e0 \
657 || fmt->Rmask == 0x03e0 \
682 if((fmt->Rmask | fmt->Gmask | fmt->Bmask) == 0x00ffffff \
683 && (fmt->Gmask == 0xff00 || fmt->Rmask == 0xff00 \
724 switch(fmt->Rmask | fmt->Gmask | fmt->Bmask) { \
727 || fmt->Rmask == 0x07e0 \
740 || fmt->Rmask == 0x03e0 \
762 if((fmt->Rmask | fmt->Gmask | fmt->Bmask) == 0x00ffffff \
763 && (fmt->Gmask == 0xff00 || fmt->Rmask == 0xff00
    [all...]
SDL_video.c 249 vformat.Rmask, vformat.Gmask, vformat.Bmask, 0);
514 Uint32 Rmask, Gmask, Bmask;
518 Rmask = (SDL_VideoSurface->format)->Rmask;
522 Rmask = Gmask = Bmask = 0;
526 depth, Rmask, Gmask, Bmask, 0);
944 Uint32 rmask = 0x00ff0000; local
959 if ( (vf->Rmask == 0x1f) &&
961 rmask = 0xff;
970 if ( (vf->Rmask == 0xff) && (vf->Bmask == 0xff0000) )
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcvideo.c 144 vformat->Rmask = 0x0000f800;
194 Uint32 Rmask, Gmask, Bmask;
207 Rmask = 0x00007c00;
213 Rmask = 0x0000f800;
219 Rmask = 0x00ff0000;
232 if ( ! SDL_ReallocFormat(current, bpp, Rmask, Gmask, Bmask, 0) ) {
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c 548 vformat->Rmask = 0x0000f800;
556 vformat->Rmask = 0x00007c00;
565 vformat->Rmask = 0x0000f800; // 16 bit 565
592 Uint32 Rmask, Gmask, Bmask;
609 Rmask = 0;
617 Rmask = 0x00007c00;
622 Rmask = 0x0000f800;
629 Rmask = 0x00ff0000;
638 0, 0, bpp, Rmask, Gmask, Bmask, 0);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/ipod/
SDL_ipodvideo.c 296 vformat->Rmask = 0xF800;
301 vformat->Rmask = vformat->Gmask = vformat->Bmask = 0;
337 Uint32 Rmask, Gmask, Bmask;
339 Rmask = 0xF800;
343 Rmask = Gmask = Bmask = 0;
355 if (!SDL_ReallocFormat (current, bpp, Rmask, Gmask, Bmask, 0)) {
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 74 Uint32 Rmask;
509 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
512 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.c 591 vformat->Rmask <<= 1;
592 vformat->Rmask |= (0x00000001<<vinfo.red.offset);
927 Uint32 Rmask;
1001 Rmask = 0;
1003 Rmask <<= 1;
1004 Rmask |= (0x00000001<<vinfo.red.offset);
1017 Rmask, Gmask, Bmask, 0) ) {
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 309 vformat->Rmask = 0x00007c00;
315 vformat->Rmask = 0x0000f800;
322 vformat->Rmask = 0x00ff0000;
497 Uint32 Rmask, Gmask, Bmask;
514 Rmask = 0x00007c00;
519 Rmask = 0x0000f800;
527 Rmask = 0x00ff0000;
532 Rmask = 0x00000000;
538 0, 0, bpp, Rmask, Gmask, Bmask, 0);
748 ((Uint32*)binfo->bmiColors)[0] = video->format->Rmask;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c     [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 74 Uint32 Rmask;
509 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
512 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 74 Uint32 Rmask;
509 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
512 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
    [all...]
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_video.h 81 Uint32 Rmask;
511 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
514 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 74 Uint32 Rmask;
509 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
512 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
    [all...]

Completed in 678 milliseconds