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

  /external/chromium_org/third_party/skia/src/views/sdl/
SkOSWindow_SDL.cpp 49 uint32_t gmask = SK_G32_MASK << SK_G32_SHIFT; local
60 32, rmask, gmask, bmask, amask);
  /external/skia/src/views/sdl/
SkOSWindow_SDL.cpp 49 uint32_t gmask = SK_G32_MASK << SK_G32_SHIFT; local
60 32, rmask, gmask, bmask, amask);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
pixeltransfer.c 111 GLuint gmask = ctx->PixelMaps.ItoG.Size - 1; local
121 rgba[i][GCOMP] = gMap[index[i] & gmask];
  /external/mesa3d/src/mesa/main/
pixeltransfer.c 111 GLuint gmask = ctx->PixelMaps.ItoG.Size - 1; local
121 rgba[i][GCOMP] = gMap[index[i] & 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.15/src/video/
SDL_video.c 255 vformat.Rmask, vformat.Gmask, vformat.Bmask, 0);
522 Uint32 Rmask, Gmask, Bmask;
527 Gmask = (SDL_VideoSurface->format)->Gmask;
530 Rmask = Gmask = Bmask = 0;
534 depth, Rmask, Gmask, Bmask, 0);
962 Uint32 gmask = 0x0000ff00; local
993 gmask = 0x00FF0000;
1003 format = SDL_AllocFormat(32, rmask, gmask, bmask, amask);
    [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;
758 Uint32 gmask = RESHIFT(srcfmt->Gshift) << (dstfmt->Gshift); 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 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.15/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/hw/
goldfish_fb.c 141 uint32_t rmask, gmask, bmask, amask; member in struct:__anon27195
174 pf->gbits, pf->gmask, pf->gshift, pf->gmax);
188 pf->gmask == fbc->gmask &&
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_api.c 425 unsigned long rmask, gmask, bmask; local
439 gmask = GET_GREENMASK(v);
440 while ((gmask & 1)==0) {
442 gmask = gmask >> 1;
464 GLint gBits = _mesa_bitcount(gmask);
472 for (i=0; i<=gmask; i++)
473 v->PixelToG[i] = (unsigned char) ((i * 255) / gmask);
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_api.c 425 unsigned long rmask, gmask, bmask; local
439 gmask = GET_GREENMASK(v);
440 while ((gmask & 1)==0) {
442 gmask = gmask >> 1;
464 GLint gBits = _mesa_bitcount(gmask);
472 for (i=0; i<=gmask; i++)
473 v->PixelToG[i] = (unsigned char) ((i * 255) / gmask);
    [all...]
  /external/qemu/
console.h 131 uint32_t rmask, gmask, bmask, amask; member in struct:PixelFormat

Completed in 124 milliseconds