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

  /external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.h 43 int Bmask;
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_wimpvideo.c 87 Uint32 Bmask = 0;
104 Bmask = 0x00007c00;
111 Bmask = 0x00ff0000;
126 if ( ! SDL_ReallocFormat(current, bpp, Rmask, Gmask, Bmask, 0) ) {
SDL_riscosFullScreenVideo.c 102 Uint32 Bmask = 0;
113 Bmask = 0x00007c00;
119 Bmask = 0x00ff0000;
139 if ( ! SDL_ReallocFormat(current, bpp, Rmask, Gmask, Bmask, 0) ) {
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_bmp.c 57 Uint32 Bmask;
153 Rmask = Gmask = Bmask = 0;
164 Bmask = 0x001F;
170 Bmask = 0x00FF0000;
176 Bmask = 0x000000FF;
192 Bmask = SDL_ReadLE32(src);
206 biWidth, biHeight, biBitCount, Rmask, Gmask, Bmask, 0);
373 (saveme->format->Bmask == 0x000000FF)
377 (saveme->format->Bmask == 0x00FF0000)
SDL_yuv_sw.c 939 Uint32 Rmask, Gmask, Bmask;
    [all...]
SDL_RLEaccel.c 638 switch(fmt->Rmask | fmt->Gmask | fmt->Bmask) { \
642 || fmt->Bmask == 0x07e0) { \
658 || fmt->Bmask == 0x03e0) { \
682 if((fmt->Rmask | fmt->Gmask | fmt->Bmask) == 0x00ffffff \
684 || fmt->Bmask == 0xff00)) { \
724 switch(fmt->Rmask | fmt->Gmask | fmt->Bmask) { \
728 || fmt->Bmask == 0x07e0) { \
741 || fmt->Bmask == 0x03e0) { \
762 if((fmt->Rmask | fmt->Gmask | fmt->Bmask) == 0x00ffffff \
764 || fmt->Bmask == 0xff00)) {
    [all...]
SDL_video.c 249 vformat.Rmask, vformat.Gmask, vformat.Bmask, 0);
514 Uint32 Rmask, Gmask, Bmask;
520 Bmask = (SDL_VideoSurface->format)->Bmask;
522 Rmask = Gmask = Bmask = 0;
526 depth, Rmask, Gmask, Bmask, 0);
946 Uint32 bmask = 0x000000ff; local
960 (vf->Bmask == 0xf800 || vf->Bmask == 0x7c00)) {
962 bmask = 0xff0000
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcvideo.c 146 vformat->Bmask = 0x0000001f;
194 Uint32 Rmask, Gmask, Bmask;
209 Bmask = 0x0000001f;
215 Bmask = 0x0000001f;
221 Bmask = 0x000000ff;
232 if ( ! SDL_ReallocFormat(current, bpp, Rmask, Gmask, Bmask, 0) ) {
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c 550 vformat->Bmask = 0x0000001f;
558 vformat->Bmask = 0x0000001f;
567 vformat->Bmask = 0x0000001f;
592 Uint32 Rmask, Gmask, Bmask;
611 Bmask = 0;
619 Bmask = 0x0000001f;
624 Bmask = 0x0000001f;
631 Bmask = 0x000000ff;
638 0, 0, bpp, Rmask, Gmask, Bmask, 0);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/ipod/
SDL_ipodvideo.c 298 vformat->Bmask = 0x001F;
301 vformat->Rmask = vformat->Gmask = vformat->Bmask = 0;
337 Uint32 Rmask, Gmask, Bmask;
341 Bmask = 0x001F;
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 76 Uint32 Bmask;
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 599 vformat->Bmask <<= 1;
600 vformat->Bmask |= (0x00000001<<vinfo.blue.offset);
929 Uint32 Bmask;
1011 Bmask = 0;
1013 Bmask <<= 1;
1014 Bmask |= (0x00000001<<vinfo.blue.offset);
1017 Rmask, Gmask, Bmask, 0) ) {
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 311 vformat->Bmask = 0x0000001f;
317 vformat->Bmask = 0x0000001f;
324 vformat->Bmask = 0x000000ff;
497 Uint32 Rmask, Gmask, Bmask;
516 Bmask = 0x0000001f;
521 Bmask = 0x0000001f;
529 Bmask = 0x000000ff;
534 Bmask = 0x00000000;
538 0, 0, bpp, Rmask, Gmask, Bmask, 0);
750 ((Uint32*)binfo->bmiColors)[2] = video->format->Bmask;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c     [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 76 Uint32 Bmask;
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 76 Uint32 Bmask;
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 83 Uint32 Bmask;
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 76 Uint32 Bmask;
509 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
512 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
    [all...]

Completed in 402 milliseconds