HomeSort by relevance Sort by last modified time
    Searched defs:bmask (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/skia/src/views/sdl/
SkOSWindow_SDL.cpp 50 uint32_t bmask = SK_B32_MASK << SK_B32_SHIFT; local
60 32, rmask, gmask, bmask, amask);
  /external/skia/src/views/sdl/
SkOSWindow_SDL.cpp 50 uint32_t bmask = SK_B32_MASK << SK_B32_SHIFT; local
60 32, rmask, gmask, bmask, amask);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
pixeltransfer.c 112 GLuint bmask = ctx->PixelMaps.ItoB.Size - 1; local
122 rgba[i][BCOMP] = bMap[index[i] & bmask];
  /external/mesa3d/src/mesa/main/
pixeltransfer.c 112 GLuint bmask = ctx->PixelMaps.ItoB.Size - 1; local
122 rgba[i][BCOMP] = bMap[index[i] & bmask];
  /external/qemu/android/skin/
surface.c 92 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/distrib/sdl-1.2.15/src/video/
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...]
SDL_blit_A.c 285 if (alpha == 128 && (df->Rmask | df->Gmask | df->Bmask) == 0x00FFFFFF) {
505 Uint32 chanmask = df->Rmask | df->Gmask | df->Bmask;
508 if (alpha == 128 && (df->Rmask | df->Gmask | df->Bmask) == 0x00FFFFFF) {
605 Uint32 chanmask = sf->Rmask | sf->Gmask | sf->Bmask;
759 Uint32 bmask = RESHIFT(srcfmt->Bshift) << (dstfmt->Bshift); local
765 amask = 0x10101010 & ((dstfmt->Rmask | dstfmt->Gmask | dstfmt->Bmask) ^ 0xFFFFFFFF);
768 ((unsigned int *)(char*)&srcvec)[0] = (rmask | gmask | bmask | amask);
950 Uint32 rgbmask = srcfmt->Rmask | srcfmt->Gmask | srcfmt->Bmask
2173 __m64 src1, dst1, src2, dst2, gmask, bmask, mm_res, mm_alpha; local
2307 __m64 src1, dst1, src2, dst2, rmask, gmask, bmask, mm_res, mm_alpha; local
    [all...]
SDL_blit_N.c 83 ((b<<dstfmt->Bshift)&dstfmt->Bmask) | \
135 Uint32 bmask = RESHIFT(srcfmt->Bshift) << (dstfmt->Bshift); 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.15/src/video/macdsp/
SDL_dspvideo.c 560 vformat->Bmask = 0x0000001f;
769 UInt32 rmask = 0, gmask = 0, bmask = 0; local
860 bmask = 0x0000001f;
862 if ( ! SDL_ReallocFormat (current, bpp, rmask, gmask, bmask, 0 ) ) {
    [all...]
  /external/qemu/hw/
goldfish_fb.c 141 uint32_t rmask, gmask, bmask, amask; member in struct:__anon27195
176 pf->bbits, pf->bmask, pf->bshift, pf->bmax);
189 pf->bmask == fbc->bmask &&
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_api.c 425 unsigned long rmask, gmask, bmask; local
447 bmask = GET_BLUEMASK(v);
448 while ((bmask & 1)==0) {
450 bmask = bmask >> 1;
465 GLint bBits = _mesa_bitcount(bmask);
474 for (i=0; i<=bmask; i++)
475 v->PixelToB[i] = (unsigned char) ((i * 255) / bmask);
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_api.c 425 unsigned long rmask, gmask, bmask; local
447 bmask = GET_BLUEMASK(v);
448 while ((bmask & 1)==0) {
450 bmask = bmask >> 1;
465 GLint bBits = _mesa_bitcount(bmask);
474 for (i=0; i<=bmask; i++)
475 v->PixelToB[i] = (unsigned char) ((i * 255) / bmask);
    [all...]
  /external/qemu/
console.h 131 uint32_t rmask, gmask, bmask, amask; member in struct:PixelFormat
  /external/mksh/src/
funcs.c 3809 sigset_t omask, bmask; local
    [all...]

Completed in 228 milliseconds