Searched defs:bmask (Results 1 - 7 of 7) sorted by relevance

/external/qemu/android/skin/
H A Dsurface.c92 Uint32 rmask, gmask, bmask, amask; local
95 rmask = gmask = bmask = 0;
100 bmask = ARGB32_B_MASK;
106 rmask, gmask, bmask, amask );
117 Uint32 rmask, gmask, bmask, amask; local
120 rmask = gmask = bmask = 0;
125 bmask = ARGB32_B_MASK;
131 rmask, gmask, bmask, amask );
/external/qemu/hw/
H A Dgoldfish_fb.c141 uint32_t rmask, gmask, bmask, amask; member in struct:__anon8590
176 pf->bbits, pf->bmask, pf->bshift, pf->bmax);
189 pf->bmask == fbc->bmask &&
/external/qemu/
H A Dconsole.h131 uint32_t rmask, gmask, bmask, amask; member in struct:PixelFormat
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_blit_A.c758 Uint32 bmask = RESHIFT(srcfmt->Bshift) << (dstfmt->Bshift); local
767 ((unsigned int *)(char*)&srcvec)[0] = (rmask | gmask | bmask | amask);
2172 __m64 src1, dst1, src2, dst2, gmask, bmask, mm_res, mm_alpha; local
2186 bmask = _mm_set_pi32(0x001F001F, 0x001F001F); /* MASKBLUE -> bmask */
2265 src2 = _mm_and_si64(src2, bmask); /* src & MASKBLUE -> src2[000b 000b 000b 000b] */
2268 dst2 = _mm_and_si64(dst2, bmask); /* dst & MASKBLUE -> dst2[000b 000b 000b 000b] */
2275 dst2 = _mm_and_si64(dst2, bmask); /* dst2 & MASKBLUE -> dst2 */
2306 __m64 src1, dst1, src2, dst2, rmask, gmask, bmask, mm_res, mm_alpha; local
2321 bmask
[all...]
H A DSDL_video.c946 Uint32 bmask = 0x000000ff; local
962 bmask = 0xff0000;
972 bmask = 0xff0000;
981 format = SDL_AllocFormat(32, rmask, gmask, bmask, amask);
H A DSDL_blit_N.c135 Uint32 bmask = RESHIFT(srcfmt->Bshift) << (dstfmt->Bshift); local
144 ((unsigned int *)(char*)&srcvec)[0] = (rmask | gmask | bmask | amask);
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
H A DSDL_dspvideo.c769 UInt32 rmask = 0, gmask = 0, bmask = 0; local
860 bmask = 0x0000001f;
862 if ( ! SDL_ReallocFormat (current, bpp, rmask, gmask, bmask, 0 ) ) {

Completed in 142 milliseconds