HomeSort by relevance Sort by last modified time
    Searched refs:Bmask (Results 1 - 25 of 41) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_pixels_c.h 30 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
32 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
SDL_pixels.c 38 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask)
55 if ( Rmask || Bmask || Gmask ) { /* Packed pixels with custom mask */
75 if ( Bmask ) {
76 for ( mask = Bmask; !(mask&0x01); mask >>= 1 )
91 format->Bmask = Bmask;
105 format->Bmask = ((0xFF>>format->Bloss)<<format->Bshift);
118 format->Bmask = 0;
140 if ( Rmask || Bmask || Gmask ) {
166 if(Bmask)
    [all...]
SDL_bmp.c 57 Uint32 Bmask;
172 Rmask = Gmask = Bmask = 0;
183 Bmask = 0x001F;
189 Bmask = 0x00FF0000;
195 Bmask = 0x000000FF;
211 Bmask = SDL_ReadLE32(src);
225 biWidth, biHeight, biBitCount, Rmask, Gmask, Bmask, 0);
402 (saveme->format->Bmask == 0x000000FF)
406 (saveme->format->Bmask == 0x00FF0000)
SDL_RLEaccel.c 639 switch(fmt->Rmask | fmt->Gmask | fmt->Bmask) { \
643 || fmt->Bmask == 0x07e0) { \
659 || fmt->Bmask == 0x03e0) { \
683 if((fmt->Rmask | fmt->Gmask | fmt->Bmask) == 0x00ffffff \
685 || fmt->Bmask == 0xff00)) { \
725 switch(fmt->Rmask | fmt->Gmask | fmt->Bmask) { \
729 || fmt->Bmask == 0x07e0) { \
742 || fmt->Bmask == 0x03e0) { \
763 if((fmt->Rmask | fmt->Gmask | fmt->Bmask) == 0x00ffffff \
765 || fmt->Bmask == 0xff00)) {
    [all...]
SDL_surface.c 39 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask)
90 Bmask = video->displayformatalphapixel->Bmask;
98 Bmask = screen->format->Bmask;
102 surface->format = SDL_AllocFormat(depth, Rmask, Gmask, Bmask, Amask);
156 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask)
161 Rmask, Gmask, Bmask, Amask);
826 format->Rmask, format->Gmask, format->Bmask, format->Amask);
SDL_blit.h 93 b = (((Pixel&fmt->Bmask)>>fmt->Bshift)<<fmt->Bloss); \
272 b = ((Pixel&fmt->Bmask)>>fmt->Bshift)<<fmt->Bloss; \
279 b = (Pixel&fmt->Bmask)>>fmt->Bshift; \
SDL_yuv_sw.c 939 Uint32 Rmask, Gmask, Bmask;
    [all...]
SDL_video.c 255 vformat.Rmask, vformat.Gmask, vformat.Bmask, 0);
522 Uint32 Rmask, Gmask, Bmask;
528 Bmask = (SDL_VideoSurface->format)->Bmask;
530 Rmask = Gmask = Bmask = 0;
534 depth, Rmask, Gmask, Bmask, 0);
963 Uint32 bmask = 0x000000ff; local
977 (vf->Bmask == 0xf800 || vf->Bmask == 0x7c00)) {
979 bmask = 0xff0000
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/vgl/
SDL_vglvideo.h 43 int Bmask;
SDL_vglvideo.c 350 VGLCurMode->Bmask = modes[i]->Bmask;
381 VGLCurMode->Gmask, VGLCurMode->Bmask, 0)) {
582 modescp->Bmask = ((1 << minfo.vi_pixel_fsizes[VGL_BLUE_INDEX]) - 1) <<
  /external/qemu/distrib/sdl-1.2.15/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.15/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.15/src/video/nds/
SDL_ndsvideo.c 174 vformat->Bmask = 0x0000001f;
242 Uint32 Rmask, Gmask, Bmask, Amask;
251 Bmask = 0x00007C00;
273 Bmask = 0x00000000;
314 if ( ! SDL_ReallocFormat(current, bpp, Rmask, Gmask, Bmask, Amask) ) {
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosvideo.c 195 vformat->Bmask = 0x00007c00;
204 vformat->Bmask = 0x00ff0000;
211 vformat->Bmask = 0;
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.15/src/video/directfb/
SDL_DirectFB_video.c 230 if (format->Rmask && format->Gmask && format->Bmask)
240 format->Bmask == 0x001F)
247 format->Bmask == 0x001F)
254 format->Bmask == 0x0000FF)
261 format->Bmask == 0x0000FF)
318 format->Amask = format->Rmask = format->Gmask = format->Bmask = 0;
330 format->Bmask = 0x0000001F;
336 format->Bmask = 0x0000001F;
346 format->Bmask = 0x000000FF;
352 format->Bmask = 0x000000FF
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c 345 vformat->Bmask = 0x0000001f;
351 vformat->Bmask = 0x0000001f;
358 vformat->Bmask = 0x000000ff;
611 Uint32 Rmask, Gmask, Bmask;
656 Bmask = 0x0000001f;
661 Bmask = 0x0000001f;
669 Bmask = 0x000000ff;
674 Bmask = 0x00000000;
678 0, 0, bpp, Rmask, Gmask, Bmask, 0);
887 ((Uint32*)binfo->bmiColors)[2] = video->format->Bmask;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.c 580 vformat->Bmask = 0x0000001f;
588 vformat->Bmask = 0x0000001f;
597 vformat->Bmask = 0x0000001f;
622 Uint32 Rmask, Gmask, Bmask;
641 Bmask = 0;
649 Bmask = 0x0000001f;
654 Bmask = 0x0000001f;
661 Bmask = 0x000000ff;
668 0, 0, bpp, Rmask, Gmask, Bmask, 0);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 84 Uint32 Bmask;
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 84 Uint32 Bmask;
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 84 Uint32 Bmask;
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 84 Uint32 Bmask;
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 612 vformat->Bmask <<= 1;
613 vformat->Bmask |= (0x00000001<<vinfo.blue.offset);
1006 Uint32 Bmask;
1094 Bmask = 0;
1096 Bmask <<= 1;
1097 Bmask |= (0x00000001<<vinfo.blue.offset);
1100 Rmask, Gmask, Bmask, 0) ) {
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c     [all...]

Completed in 269 milliseconds

1 2