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

1 2

  /external/qemu/distrib/sdl-1.2.12/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 */
67 if ( Gmask ) {
68 for ( mask = Gmask; !(mask&0x01); mask >>= 1 )
90 format->Gmask = Gmask;
104 format->Gmask = ((0xFF>>format->Gloss)<<format->Gshift);
117 format->Gmask = 0;
140 if ( Rmask || Bmask || Gmask ) {
157 if(Gmask)
    [all...]
SDL_bmp.c 56 Uint32 Gmask;
153 Rmask = Gmask = Bmask = 0;
163 Gmask = 0x03E0;
169 Gmask = 0x0000FF00;
175 Gmask = 0x0000FF00;
191 Gmask = SDL_ReadLE32(src);
206 biWidth, biHeight, biBitCount, Rmask, Gmask, Bmask, 0);
372 (saveme->format->Gmask == 0x0000FF00) &&
376 (saveme->format->Gmask == 0x0000FF00) &&
SDL_RLEaccel.c 638 switch(fmt->Rmask | fmt->Gmask | fmt->Bmask) { \
640 if(fmt->Gmask == 0x07e0 \
656 if(fmt->Gmask == 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) { \
726 if(fmt->Gmask == 0x07e0 \
739 if(fmt->Gmask == 0x03e0 \
762 if((fmt->Rmask | fmt->Gmask | fmt->Bmask) == 0x00ffffff \
763 && (fmt->Gmask == 0xff00 || fmt->Rmask == 0xff00
    [all...]
SDL_surface.c 39 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask)
89 Gmask = video->displayformatalphapixel->Gmask;
97 Gmask = screen->format->Gmask;
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 92 g = (((Pixel&fmt->Gmask)>>fmt->Gshift)<<fmt->Gloss); \
271 g = ((Pixel&fmt->Gmask)>>fmt->Gshift)<<fmt->Gloss; \
278 g = (Pixel&fmt->Gmask)>>fmt->Gshift; \
SDL_yuv_sw.c 939 Uint32 Rmask, Gmask, Bmask;
    [all...]
SDL_blit_A.c 284 if (alpha == 128 && (df->Rmask | df->Gmask | df->Bmask) == 0x00FFFFFF) {
504 Uint32 chanmask = df->Rmask | df->Gmask | df->Bmask;
507 if (alpha == 128 && (df->Rmask | df->Gmask | df->Bmask) == 0x00FFFFFF) {
604 Uint32 chanmask = sf->Rmask | sf->Gmask | sf->Bmask;
757 Uint32 gmask = RESHIFT(srcfmt->Gshift) << (dstfmt->Gshift); local
764 amask = 0x10101010 & ((dstfmt->Rmask | dstfmt->Gmask | dstfmt->Bmask) ^ 0xFFFFFFFF);
767 ((unsigned int *)(char*)&srcvec)[0] = (rmask | gmask | bmask | amask);
949 Uint32 rgbmask = srcfmt->Rmask | srcfmt->Gmask | srcfmt->Bmask;
2172 __m64 src1, dst1, src2, dst2, gmask, bmask, mm_res, mm_alpha; local
2306 __m64 src1, dst1, src2, dst2, rmask, gmask, bmask, mm_res, mm_alpha; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.h 42 int Gmask;
SDL_vglvideo.c 351 VGLCurMode->Gmask = modes[i]->Gmask;
383 VGLCurMode->Gmask, VGLCurMode->Bmask, 0)) {
588 modescp->Gmask = ((1 << minfo.vi_pixel_fsizes[VGL_GREEN_INDEX]) - 1) <<
  /external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcvideo.c 145 vformat->Gmask = 0x000007e0;
194 Uint32 Rmask, Gmask, Bmask;
208 Gmask = 0x000003e0;
214 Gmask = 0x000007e0;
220 Gmask = 0x0000ff00;
232 if ( ! SDL_ReallocFormat(current, bpp, Rmask, Gmask, Bmask, 0) ) {
  /external/qemu/distrib/sdl-1.2.12/src/video/ipod/
SDL_ipodvideo.c 297 vformat->Gmask = 0x07E0;
301 vformat->Rmask = vformat->Gmask = vformat->Bmask = 0;
337 Uint32 Rmask, Gmask, Bmask;
340 Gmask = 0x07E0;
343 Rmask = Gmask = Bmask = 0;
355 if (!SDL_ReallocFormat (current, bpp, Rmask, Gmask, Bmask, 0)) {
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosvideo.c 196 vformat->Gmask = 0x000003e0;
205 vformat->Gmask = 0x0000ff00;
212 vformat->Gmask = 0;
SDL_wimpvideo.c 86 Uint32 Gmask = 0;
105 Gmask = 0x000003e0;
112 Gmask = 0x0000ff00;
126 if ( ! SDL_ReallocFormat(current, bpp, Rmask, Gmask, Bmask, 0) ) {
SDL_riscosFullScreenVideo.c 101 Uint32 Gmask = 0;
114 Gmask = 0x000003e0;
120 Gmask = 0x0000ff00;
139 if ( ! SDL_ReallocFormat(current, bpp, Rmask, Gmask, Bmask, 0) ) {
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.c 230 if (format->Rmask && format->Gmask && format->Bmask)
239 format->Gmask == 0x07E0 &&
246 format->Gmask == 0x03E0 &&
253 format->Gmask == 0x00FF00 &&
260 format->Gmask == 0x00FF00 &&
318 format->Amask = format->Rmask = format->Gmask = format->Bmask = 0;
329 format->Gmask = 0x000003E0;
335 format->Gmask = 0x000007E0;
345 format->Gmask = 0x0000FF00;
351 format->Gmask = 0x000000FF
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c 549 vformat->Gmask = 0x000007e0;
557 vformat->Gmask = 0x000003e0;
566 vformat->Gmask = 0x000007e0;
592 Uint32 Rmask, Gmask, Bmask;
610 Gmask = 0;
618 Gmask = 0x000003e0;
623 Gmask = 0x000007e0;
630 Gmask = 0x0000ff00;
638 0, 0, bpp, Rmask, Gmask, Bmask, 0);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 310 vformat->Gmask = 0x000003e0;
316 vformat->Gmask = 0x000007e0;
323 vformat->Gmask = 0x0000ff00;
497 Uint32 Rmask, Gmask, Bmask;
515 Gmask = 0x000003e0;
520 Gmask = 0x000007e0;
528 Gmask = 0x0000ff00;
533 Gmask = 0x00000000;
538 0, 0, bpp, Rmask, Gmask, Bmask, 0);
749 ((Uint32*)binfo->bmiColors)[1] = video->format->Gmask;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 75 Uint32 Gmask;
509 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
512 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 75 Uint32 Gmask;
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 75 Uint32 Gmask;
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 82 Uint32 Gmask;
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 75 Uint32 Gmask;
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 595 vformat->Gmask <<= 1;
596 vformat->Gmask |= (0x00000001<<vinfo.green.offset);
928 Uint32 Gmask;
1006 Gmask = 0;
1008 Gmask <<= 1;
1009 Gmask |= (0x00000001<<vinfo.green.offset);
1017 Rmask, Gmask, Bmask, 0) ) {
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c     [all...]

Completed in 126 milliseconds

1 2