HomeSort by relevance Sort by last modified time
    Searched full:bmask (Results 51 - 75 of 79) sorted by null

1 23 4

  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_state.c 68 GLboolean bmask, GLboolean amask)
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 68 GLboolean bmask, GLboolean amask)
  /external/mksh/src/
funcs.c 3693 sigset_t omask, bmask; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ggi/
SDL_ggivideo.c 224 vformat->Bmask = db->buffer.plb.pixelformat->blue_mask;
  /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/distrib/sdl-1.2.15/src/video/picogui/
SDL_pgvideo.c 251 current->format->Bmask = this->hidden->shm.blue_mask;
  /external/qemu/include/ui/
console.h 131 uint32_t rmask, gmask, bmask, amask; member in struct:PixelFormat
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 84 Uint32 Bmask;
555 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
559 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 84 Uint32 Bmask;
555 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
559 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 84 Uint32 Bmask;
555 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
559 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 84 Uint32 Bmask;
555 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
559 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testblitspeed.c 98 (int) surface->format->Bmask,
testoverlay.c 511 format.Bmask=0xff<<format.Bshift;
testoverlay2.c 456 format.Bmask=0xff<<format.Bshift;
testvidinfo.c 408 printf(" Blue Mask = 0x%.8x\n", info->vfmt->Bmask);
testgl.c 403 screen->format->Bmask,
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
dd.h 457 GLboolean bmask, GLboolean amask );
459 GLboolean gmask, GLboolean bmask, GLboolean amask);
    [all...]
  /external/mesa3d/src/mesa/main/
dd.h 457 GLboolean bmask, GLboolean amask );
459 GLboolean gmask, GLboolean bmask, GLboolean amask);
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/perlasm/
sparcv9_modes.pl 926 bmask %l7, %g0, %g0 ! byte swap mask
1420 "bmask" => 0x019,
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 690 vformat->Bmask = SDL_Visual->blue_mask;
693 vformat->Amask = (0xFFFFFFFF & ~(vformat->Rmask|vformat->Gmask|vformat->Bmask));
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/macrom/
SDL_romvideo.c 221 vformat->Bmask = 0x0000001f;
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsvideo.c 328 vformat->Bmask = GS_pixelmasks[vinfo.psm].b;
  /external/qemu/ui/
vnc-android.c 413 b = ((((v & vs->server.ds->pf.bmask) >> vs->server.ds->pf.bshift) << vs->clientds.pf.bbits) >>
    [all...]
vnc.c 405 b = ((((v & vs->server.ds->pf.bmask) >> vs->server.ds->pf.bshift) << vs->clientds.pf.bbits) >>
    [all...]

Completed in 3510 milliseconds

1 23 4