/external/qemu/distrib/sdl-1.2.15/src/video/vgl/ |
SDL_vglvideo.h | 41 int Rmask;
|
/external/qemu/distrib/sdl-1.2.15/src/video/nds/ |
SDL_ndsvideo.c | 172 vformat->Rmask = 0x0000f800; 242 Uint32 Rmask, Gmask, Bmask, Amask; 249 Rmask = 0x0000001F; 271 Rmask = 0x00000000; 314 if ( ! SDL_ReallocFormat(current, bpp, Rmask, Gmask, Bmask, Amask) ) {
|
/external/qemu/distrib/sdl-1.2.15/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.15/src/video/ |
SDL_bmp.c | 55 Uint32 Rmask; 172 Rmask = Gmask = Bmask = 0; 181 Rmask = 0x7C00; 187 Rmask = 0x000000FF; 193 Rmask = 0x00FF0000; 209 Rmask = SDL_ReadLE32(src); 225 biWidth, biHeight, biBitCount, Rmask, Gmask, Bmask, 0); 400 (saveme->format->Rmask == 0x00FF0000) && 404 (saveme->format->Rmask == 0x000000FF) &&
|
SDL_yuv_sw.c | 939 Uint32 Rmask, Gmask, Bmask; [all...] |
SDL_RLEaccel.c | 639 switch(fmt->Rmask | fmt->Gmask | fmt->Bmask) { \ 642 || fmt->Rmask == 0x07e0 \ 658 || fmt->Rmask == 0x03e0 \ 683 if((fmt->Rmask | fmt->Gmask | fmt->Bmask) == 0x00ffffff \ 684 && (fmt->Gmask == 0xff00 || fmt->Rmask == 0xff00 \ 725 switch(fmt->Rmask | fmt->Gmask | fmt->Bmask) { \ 728 || fmt->Rmask == 0x07e0 \ 741 || fmt->Rmask == 0x03e0 \ 763 if((fmt->Rmask | fmt->Gmask | fmt->Bmask) == 0x00ffffff \ 764 && (fmt->Gmask == 0xff00 || fmt->Rmask == 0xff00 [all...] |
SDL_video.c | 255 vformat.Rmask, vformat.Gmask, vformat.Bmask, 0); 522 Uint32 Rmask, Gmask, Bmask; 526 Rmask = (SDL_VideoSurface->format)->Rmask; 530 Rmask = Gmask = Bmask = 0; 534 depth, Rmask, Gmask, Bmask, 0); 961 Uint32 rmask = 0x00ff0000; local 976 if ( (vf->Rmask == 0x1f) && 978 rmask = 0xff; 987 if ( (vf->Rmask == 0xff) && (vf->Bmask == 0xff0000) ) [all...] |
/external/qemu/distrib/sdl-1.2.15/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.15/src/video/gapi/ |
SDL_gapivideo.c | 578 vformat->Rmask = 0x0000f800; 586 vformat->Rmask = 0x00007c00; 595 vformat->Rmask = 0x0000f800; // 16 bit 565 622 Uint32 Rmask, Gmask, Bmask; 639 Rmask = 0; 647 Rmask = 0x00007c00; 652 Rmask = 0x0000f800; 659 Rmask = 0x00ff0000; 668 0, 0, bpp, Rmask, Gmask, Bmask, 0); [all...] |
/external/qemu/distrib/sdl-1.2.15/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.15/include/ |
SDL_video.h | 82 Uint32 Rmask; 555 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask); 559 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
SDL_fbvideo.c | 604 vformat->Rmask <<= 1; 605 vformat->Rmask |= (0x00000001<<vinfo.red.offset); 1004 Uint32 Rmask; 1084 Rmask = 0; 1086 Rmask <<= 1; 1087 Rmask |= (0x00000001<<vinfo.red.offset); 1100 Rmask, Gmask, Bmask, 0) ) { [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/windib/ |
SDL_dibvideo.c | 343 vformat->Rmask = 0x00007c00; 349 vformat->Rmask = 0x0000f800; 356 vformat->Rmask = 0x00ff0000; 611 Uint32 Rmask, Gmask, Bmask; 654 Rmask = 0x00007c00; 659 Rmask = 0x0000f800; 667 Rmask = 0x00ff0000; 672 Rmask = 0x00000000; 678 0, 0, bpp, Rmask, Gmask, Bmask, 0); 885 ((Uint32*)binfo->bmiColors)[0] = video->format->Rmask; [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/ |
SDL_dx5video.c | [all...] |
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_video.h | 82 Uint32 Rmask; 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 | 82 Uint32 Rmask; 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 | 82 Uint32 Rmask; 555 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask); 559 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask); [all...] |