| /xsrc/external/mit/ctwm/dist/ |
| H A D | ctwm_takeover.c | 31 unsigned long attrmask; local in function:takeover_screen 56 attrmask = ColormapChangeMask | EnterWindowMask | 60 attrmask |= StructureNotifyMask; 64 attrmask |= StructureNotifyMask; 67 XSelectInput(dpy, scr->Root, attrmask);
|
| H A D | vscreen.c | 56 unsigned long valuemask, attrmask; 69 attrmask = ColormapChangeMask | EnterWindowMask | PropertyChangeMask | 75 attributes.event_mask = attrmask;
|
| H A D | workspace_manager.c | 511 unsigned long attrmask; local in function:CreateWorkSpaceManagerWindow 515 attrmask = CWCursor | CWWinGravity; 516 XChangeWindowAttributes(dpy, vs->wsw->w, attrmask, &attr); 519 attrmask = wattr.your_event_mask | KeyPressMask | KeyReleaseMask 521 XSelectInput(dpy, vs->wsw->w, attrmask); 2182 unsigned long attrmask; local in function:WMapAddWindowToWorkspace 2185 attrmask = CWCursor; 2189 attrmask |= CWBackingStore; 2192 XChangeWindowAttributes(dpy, wl->w, attrmask, &attr);
|
| H A D | occupation.c | 819 unsigned long attrmask; local in function:CreateOccupyWindow 824 attrmask = CWCursor; 825 XChangeWindowAttributes(dpy, w, attrmask, &attr); 828 attrmask = wattr.your_event_mask | KeyPressMask | KeyReleaseMask 830 XSelectInput(dpy, w, attrmask);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_draw_upload.c | 503 unsigned attrmask = vbomask & boundmask; local in function:brw_prepare_vertices 505 vbomask ^= attrmask; 507 assert(attrmask); 509 while (attrmask) { 510 const gl_vert_attrib attr = u_bit_scan(&attrmask); 612 unsigned attrmask = usermask & boundmask; local in function:brw_prepare_vertices 614 usermask ^= attrmask; 616 assert(attrmask); 618 while (attrmask) { 619 const gl_vert_attrib attr = u_bit_scan(&attrmask); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_atom_array.c | 150 GLbitfield attrmask = mask & boundmask; local in function:setup_arrays 154 assert(attrmask); 157 const gl_vert_attrib attr = u_bit_scan(&attrmask); 165 } while (attrmask);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_atom_array.c | 426 GLbitfield attrmask = mask & boundmask; local in function:st_setup_arrays 430 assert(attrmask); 432 while (attrmask) { 433 const gl_vert_attrib attr = u_bit_scan(&attrmask);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | arrayobj.c | 510 * GLbitfield attrmask = vbomask & boundmask; 511 * assert(attrmask); 513 * while (attrmask) { 514 * const gl_vert_attrib attr = u_bit_scan(&attrmask); 534 * GLbitfield attrmask = usermask & boundmask; 535 * assert(attrmask); 537 * while (attrmask) { 538 * const gl_vert_attrib attr = u_bit_scan(&attrmask); 630 GLbitfield attrmask = eff_bound_arrays; local in function:_mesa_update_vao_derived_arrays 631 while (attrmask) { 702 GLbitfield attrmask = eff_bound_arrays; local in function:_mesa_update_vao_derived_arrays 795 GLbitfield attrmask = eff_bound_arrays; local in function:_mesa_update_vao_derived_arrays [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | arrayobj.c | 457 * GLbitfield attrmask = vbomask & boundmask; 458 * assert(attrmask); 460 * while (attrmask) { 461 * const gl_vert_attrib attr = u_bit_scan(&attrmask); 481 * GLbitfield attrmask = usermask & boundmask; 482 * assert(attrmask); 484 * while (attrmask) { 485 * const gl_vert_attrib attr = u_bit_scan(&attrmask); 591 GLbitfield attrmask = eff_bound_arrays; local in function:_mesa_update_vao_derived_arrays 592 while (attrmask) { 663 GLbitfield attrmask = eff_bound_arrays; local in function:_mesa_update_vao_derived_arrays 756 GLbitfield attrmask = eff_bound_arrays; local in function:_mesa_update_vao_derived_arrays [all...] |
| /xsrc/external/mit/xauth/dist/ |
| H A D | process.c | 1899 unsigned long attrmask = 0; local in function:do_generate 1930 attrmask |= XSecurityTimeout; 1934 attrmask |= XSecurityTrustLevel; 1938 attrmask |= XSecurityTrustLevel; 1948 attrmask |= XSecurityGroup; 2021 auth_return = XSecurityGenerateAuthorization(dpy, auth_in, attrmask,
|