Searched defs:mask (Results 26 - 50 of 409) sorted by relevance

1234567891011>>

/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpack_misc.c33 GLubyte *mask; local
37 mask = DATA_POINTER(8, GLubyte);
39 cr_unpackDispatch.GetPolygonStipple( mask );
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_attrib.c111 void STATE_APIENTRY crStatePushAttrib(GLbitfield mask) argument
133 a->pushMaskStack[a->attribStackDepth++] = mask;
135 if (mask & GL_ACCUM_BUFFER_BIT)
140 if (mask & GL_COLOR_BUFFER_BIT)
169 if (mask & GL_CURRENT_BIT)
181 if (mask & GL_DEPTH_BUFFER_BIT)
189 if (mask & GL_ENABLE_BIT)
262 if (mask & GL_EVAL_BIT)
298 if (mask & GL_FOG_BIT)
309 if (mask
520 CRbitvalue mask; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/igbvf/
H A Digbvf_mbx.c190 * @mask: bitmask for bits to be tested and cleared
195 static s32 igbvf_check_for_bit_vf(struct e1000_hw *hw, u32 mask) argument
200 if (v2p_mailbox & mask)
203 hw->dev_spec.vf.v2p_mailbox &= ~mask;
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/include/
H A Dcursorstr.h59 * source and mask point directly to the bits, which are in the server-defined
64 unsigned char *mask; /* points to bits */ member in struct:_CursorBits
65 Bool emptyMask; /* all zeros mask */
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/math/
H A Dm_clip_tmp.h64 GLuint mask; local
65 mask = (((cw < cx) << CLIP_RIGHT_SHIFT));
66 mask |= (((cw < -cx) << CLIP_LEFT_SHIFT));
67 mask |= (((cw < cy) << CLIP_TOP_SHIFT));
68 mask |= (((cw < -cy) << CLIP_BOTTOM_SHIFT));
69 mask |= (((cw < cz) << CLIP_FAR_SHIFT));
70 mask |= (((cw < -cz) << CLIP_NEAR_SHIFT));
72 GLubyte mask = 0; local
73 if (-cx + cw < 0) mask |= CLIP_RIGHT_BIT;
74 if ( cx + cw < 0) mask |
139 GLuint mask; local
147 GLubyte mask = 0; local
185 GLubyte mask = 0; local
218 GLubyte mask = 0; local
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/infback9/
H A Dinftree9.c52 unsigned mask; /* mask for low root bits */ local
202 mask = used - 1; /* mask for comparing low */
253 if (len > root && (huff & mask) != low) {
278 low = huff & mask;
297 if (drop != 0 && (huff & mask) != low) {
/vbox/src/libs/zlib-1.2.6/
H A Dinftrees.c52 unsigned mask; /* mask for low root bits */ local
208 mask = used - 1; /* mask for comparing low */
260 if (len > root && (huff & mask) != low) {
285 low = huff & mask;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dcursorstr.h57 * source and mask point directly to the bits, which are in the server-defined
62 unsigned char *mask; /* points to bits */ member in struct:_CursorBits
63 Bool emptyMask; /* all zeros mask */
H A Dmizerarc.h30 int mask; member in struct:__anon6822
H A Dusb-private.h103 unsigned char mask[EV_MAX / 8 + 1]; /**< Mask */ member in struct:_myPrivate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dcursorstr.h57 * source and mask point directly to the bits, which are in the server-defined
62 unsigned char *mask; /* points to bits */ member in struct:_CursorBits
63 Bool emptyMask; /* all zeros mask */
H A Dmizerarc.h30 int mask; member in struct:__anon7141
H A Dusb-private.h103 unsigned char mask[EV_MAX / 8 + 1]; /**< Mask */ member in struct:_myPrivate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dcursorstr.h57 * source and mask point directly to the bits, which are in the server-defined
62 unsigned char *mask; /* points to bits */ member in struct:_CursorBits
63 Bool emptyMask; /* all zeros mask */
H A Dmizerarc.h31 int mask; member in struct:__anon7447
H A Dusb-private.h104 unsigned char mask[EV_MAX/8 + 1]; /**< Mask */ member in struct:_myPrivate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dcursorstr.h57 * source and mask point directly to the bits, which are in the server-defined
62 unsigned char *mask; /* points to bits */ member in struct:_CursorBits
63 Bool emptyMask; /* all zeros mask */
H A Dmizerarc.h31 int mask; member in struct:__anon7822
H A Dusb-private.h103 unsigned char mask[EV_MAX/8 + 1]; /**< Mask */ member in struct:_myPrivate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dcursorstr.h58 * source and mask point directly to the bits, which are in the server-defined
63 unsigned char *mask; /* points to bits */ member in struct:_CursorBits
64 Bool emptyMask; /* all zeros mask */
H A Dmizerarc.h31 int mask; member in struct:__anon8175
H A Dusb-private.h103 unsigned char mask[EV_MAX/8 + 1]; /**< Mask */ member in struct:_myPrivate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dcursorstr.h58 * source and mask point directly to the bits, which are in the server-defined
63 unsigned char *mask; /* points to bits */ member in struct:_CursorBits
64 Bool emptyMask; /* all zeros mask */
H A Dmizerarc.h31 int mask; member in struct:__anon8494
H A Dusb-private.h103 unsigned char mask[EV_MAX/8 + 1]; /**< Mask */ member in struct:_myPrivate

Completed in 84 milliseconds

1234567891011>>