/external/iptables/include/libipulog/ |
libipulog.h | 26 struct ipulog_handle *ipulog_create_handle(u_int32_t gmask);
|
/external/qemu/android/skin/ |
surface.c | 92 Uint32 rmask, gmask, bmask, amask; local 95 rmask = gmask = bmask = 0; 99 gmask = ARGB32_G_MASK; 106 rmask, gmask, bmask, amask ); 117 Uint32 rmask, gmask, bmask, amask; local 120 rmask = gmask = bmask = 0; 124 gmask = ARGB32_G_MASK; 131 rmask, gmask, bmask, amask );
|
/external/qemu/distrib/sdl-1.2.12/src/video/gem/ |
SDL_gemvideo.h | 146 #define VDI_FBMASK(amask, rmask, gmask, bmask) \ 149 VDI_greenmask = (gmask); \
|
/external/qemu/hw/ |
goldfish_fb.c | 141 uint32_t rmask, gmask, bmask, amask; member in struct:__anon9877 174 pf->gbits, pf->gmask, pf->gshift, pf->gmax); 188 pf->gmask == fbc->gmask &&
|
/external/qemu/ |
console.c | [all...] |
console.h | 131 uint32_t rmask, gmask, bmask, amask; member in struct:PixelFormat
|
vnc-android.c | 409 g = ((((v & vs->server.ds->pf.gmask) >> vs->server.ds->pf.gshift) << vs->clientds.pf.gbits) >> [all...] |
vnc.c | 403 g = ((((v & vs->server.ds->pf.gmask) >> vs->server.ds->pf.gshift) << vs->clientds.pf.gbits) >> [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/ |
SDL_dspvideo.c | 559 vformat->Gmask = 0x000003e0; 769 UInt32 rmask = 0, gmask = 0, bmask = 0; local 859 gmask = 0x000003e0; 862 if ( ! SDL_ReallocFormat (current, bpp, rmask, gmask, bmask, 0 ) ) { [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/ |
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...] |
SDL_video.c | 249 vformat.Rmask, vformat.Gmask, vformat.Bmask, 0); 514 Uint32 Rmask, Gmask, Bmask; 519 Gmask = (SDL_VideoSurface->format)->Gmask; 522 Rmask = Gmask = Bmask = 0; 526 depth, Rmask, Gmask, Bmask, 0); 945 Uint32 gmask = 0x0000ff00; local 981 format = SDL_AllocFormat(32, rmask, gmask, bmask, amask); [all...] |
SDL_blit_N.c | 82 ((g<<dstfmt->Gshift)&dstfmt->Gmask) | \ 134 Uint32 gmask = RESHIFT(srcfmt->Gshift) << (dstfmt->Gshift); local 141 amask = 0x10101010 & ((dstfmt->Rmask | dstfmt->Gmask | dstfmt->Bmask) ^ 0xFFFFFFFF); 144 ((unsigned int *)(char*)&srcvec)[0] = (rmask | gmask | bmask | amask); 555 Uint32 rgbmask = srcfmt->Rmask | srcfmt->Gmask | srcfmt->Bmask; [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/ |
SDL_nxvideo.c | 231 SDL_Visual.green_mask = si.gmask; 237 vformat -> Gmask = SDL_Visual.green_mask ;
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzVideo.m | 878 gmask = 0, 885 gmask = 0x03E0; 894 gmask = 0x0000FF00; 900 rmask, gmask, bmask, amask ) ) { [all...] |