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

12 3 4

  /external/qemu/distrib/sdl-1.2.15/src/video/vgl/
SDL_vglvideo.c 350 VGLCurMode->Bmask = modes[i]->Bmask;
381 VGLCurMode->Gmask, VGLCurMode->Bmask, 0)) {
582 modescp->Bmask = ((1 << minfo.vi_pixel_fsizes[VGL_BLUE_INDEX]) - 1) <<
  /external/qemu/distrib/sdl-1.2.15/src/video/ipod/
SDL_ipodvideo.c 298 vformat->Bmask = 0x001F;
301 vformat->Rmask = vformat->Gmask = vformat->Bmask = 0;
337 Uint32 Rmask, Gmask, Bmask;
341 Bmask = 0x001F;
343 Rmask = Gmask = Bmask = 0;
355 if (!SDL_ReallocFormat (current, bpp, Rmask, Gmask, Bmask, 0)) {
  /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.h 93 b = (((Pixel&fmt->Bmask)>>fmt->Bshift)<<fmt->Bloss); \
272 b = ((Pixel&fmt->Bmask)>>fmt->Bshift)<<fmt->Bloss; \
279 b = (Pixel&fmt->Bmask)>>fmt->Bshift; \
SDL_yuv_sw.c 939 Uint32 Rmask, Gmask, Bmask;
    [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/windib/
SDL_dibvideo.c 345 vformat->Bmask = 0x0000001f;
351 vformat->Bmask = 0x0000001f;
358 vformat->Bmask = 0x000000ff;
611 Uint32 Rmask, Gmask, Bmask;
656 Bmask = 0x0000001f;
661 Bmask = 0x0000001f;
669 Bmask = 0x000000ff;
674 Bmask = 0x00000000;
678 0, 0, bpp, Rmask, Gmask, Bmask, 0);
887 ((Uint32*)binfo->bmiColors)[2] = video->format->Bmask;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.c 580 vformat->Bmask = 0x0000001f;
588 vformat->Bmask = 0x0000001f;
597 vformat->Bmask = 0x0000001f;
622 Uint32 Rmask, Gmask, Bmask;
641 Bmask = 0;
649 Bmask = 0x0000001f;
654 Bmask = 0x0000001f;
661 Bmask = 0x000000ff;
668 0, 0, bpp, Rmask, Gmask, Bmask, 0);
    [all...]
  /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...]
xm_dd.c 67 GLboolean rmask, GLboolean gmask, GLboolean bmask, GLboolean amask)
81 if (rmask && gmask && bmask) {
88 if (bmask) m |= GET_BLUEMASK(xmesa->xm_visual);
  /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/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...]
xm_dd.c 67 GLboolean rmask, GLboolean gmask, GLboolean bmask, GLboolean amask)
81 if (rmask && gmask && bmask) {
88 if (bmask) m |= GET_BLUEMASK(xmesa->xm_visual);
  /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/distrib/sdl-1.2.15/docs/html/
sdlpixelformat.html 99 Uint32 Rmask, Gmask, Bmask, Amask;
424 temp=pixel&#38;fmt-&#62;Bmask; /* Isolate blue component */
sdlcreatergbsurfacefrom.html 109 >(void *pixels, int width, int height, int depth, int pitch, Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);</CODE
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexImageTransform.java 250 int bmask, int bshift,
264 int b = (x & bmask) >>> bshift;
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosFullScreenVideo.c 102 Uint32 Bmask = 0;
113 Bmask = 0x00007c00;
119 Bmask = 0x00ff0000;
139 if ( ! SDL_ReallocFormat(current, bpp, Rmask, Gmask, Bmask, 0) ) {
  /external/qemu/hw/android/goldfish/
fb.c 143 uint32_t rmask, gmask, bmask, amask; member in struct:__anon34254
178 pf->bbits, pf->bmask, pf->bshift, pf->bmax);
191 pf->bmask == fbc->bmask &&
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m     [all...]
  /external/qemu/ui/
console.c     [all...]
  /external/llvm/lib/Target/Sparc/
SparcInstrVIS.td 151 def BMASK : VISInst<0b000011001, "bmask", I64Regs>;
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxvideo.c 232 SDL_Visual.blue_mask = si.bmask;
238 vformat -> Bmask = SDL_Visual.blue_mask ;
  /external/libpng/contrib/gregbook/
rpng2-x.c 280 static ulg RMask, GMask, BMask;
868 BMask = visual->blue_mask;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c 612 vformat->Bmask <<= 1;
613 vformat->Bmask |= (0x00000001<<vinfo.blue.offset);
1006 Uint32 Bmask;
1094 Bmask = 0;
1096 Bmask <<= 1;
1097 Bmask |= (0x00000001<<vinfo.blue.offset);
1100 Rmask, Gmask, Bmask, 0) ) {
    [all...]

Completed in 1263 milliseconds

12 3 4