Searched refs:bmask (Results 1 – 12 of 12) sorted by relevance
/external/libvncserver/webclients/novnc/include/ |
D | input.js | 210 var bmask; 238 bmask = this._touchButton; 242 bmask = 1 << evt.button; 245 bmask = (evt.button & 0x1) + // Left 252 ", x: " + pos.x + ", y: " + pos.y + ", bmask: " + bmask); 253 this._onMouseButton(pos.x, pos.y, down, bmask); 281 var bmask; 283 bmask = 1 << 3; 285 bmask = 1 << 4; 289 this._onMouseButton(pos.x, pos.y, 1, bmask); [all …]
|
D | rfb.js | 549 _handleMouseButton: function (x, y, down, bmask) { argument 551 this._mouse_buttonMask |= bmask; 553 this._mouse_buttonMask ^= bmask;
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_api.c | 425 unsigned long rmask, gmask, bmask; in setup_truecolor() local 447 bmask = GET_BLUEMASK(v); in setup_truecolor() 448 while ((bmask & 1)==0) { in setup_truecolor() 450 bmask = bmask >> 1; in setup_truecolor() 465 GLint bBits = _mesa_bitcount(bmask); in setup_truecolor() 474 for (i=0; i<=bmask; i++) in setup_truecolor() 475 v->PixelToB[i] = (unsigned char) ((i * 255) / bmask); in setup_truecolor()
|
D | xm_dd.c | 67 GLboolean rmask, GLboolean gmask, GLboolean bmask, GLboolean amask) in color_mask() argument 81 if (rmask && gmask && bmask) { in color_mask() 88 if (bmask) m |= GET_BLUEMASK(xmesa->xm_visual); in color_mask()
|
/external/syslinux/com32/mboot/ |
D | vesa.h | 80 uint8_t bmask; member
|
/external/syslinux/com32/lib/sys/vesa/ |
D | vesa.h | 81 uint8_t bmask; member
|
/external/mesa3d/src/mesa/main/ |
D | pixeltransfer.c | 112 GLuint bmask = ctx->PixelMaps.ItoB.Size - 1; in _mesa_map_ci_to_rgba() local 122 rgba[i][BCOMP] = bMap[index[i] & bmask]; in _mesa_map_ci_to_rgba()
|
D | dd.h | 457 GLboolean bmask, GLboolean amask ); 459 GLboolean gmask, GLboolean bmask, GLboolean amask);
|
/external/libvncserver/libvncserver/ |
D | cursor.c | 574 unsigned int rmask, gmask, bmask; in rfbShowCursor() local 585 bmask = (bmax << bshift); in rfbShowCursor() 634 bdst = (dval & bmask) >> bshift; in rfbShowCursor() 638 bsrc = (sval & bmask) >> bshift; in rfbShowCursor()
|
/external/mksh/src/ |
D | funcs.c | 3923 sigset_t omask, bmask; in c_sleep() local 3926 (void)sigemptyset(&bmask); in c_sleep() 3927 (void)sigaddset(&bmask, SIGPIPE); in c_sleep() 3928 (void)sigaddset(&bmask, SIGCHLD); in c_sleep() 3930 (void)sigaddset(&bmask, SIGWINCH); in c_sleep() 3933 (void)sigaddset(&bmask, SIGINFO); in c_sleep() 3936 (void)sigaddset(&bmask, SIGUSR1); in c_sleep() 3939 (void)sigaddset(&bmask, SIGUSR2); in c_sleep() 3941 sigprocmask(SIG_BLOCK, &bmask, &omask); in c_sleep()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_state.c | 68 GLboolean bmask, GLboolean amask) in nouveau_color_mask() argument
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrVIS.td | 151 def BMASK : VISInst<0b000011001, "bmask", I64Regs>;
|