| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_overlay.c | 363 XSetWindowAttributes wa; local in function:glutEstablishOverlay 417 wa.colormap = overlay->cmap; 418 wa.background_pixel = overlay->transparentPixel; 419 wa.event_mask = window->eventMask & GLUT_OVERLAY_EVENT_FILTER_MASK; 420 wa.border_pixel = 0; 429 &wa);
|
| H A D | glut_menu.c | 842 XSetWindowAttributes wa; local in function:glutCreateMenu 872 wa.override_redirect = True; 873 wa.background_pixel = menuGray; 874 wa.border_pixel = menuBlack; 875 wa.colormap = menuColormap; 876 wa.event_mask = StructureNotifyMask | ExposureMask | 881 wa.save_under = True; 890 &wa); 951 XSetWindowAttributes wa; local in function:glutAddMenuEntry 963 wa 979 XSetWindowAttributes wa; local in function:glutAddSubMenu [all...] |
| H A D | glut_win.c | 493 XSetWindowAttributes wa; local in function:__glutCreateWindow 533 wa.background_pixmap = None; 534 wa.border_pixel = 0; 535 wa.colormap = window->cmap; 536 wa.event_mask = window->eventMask; 539 wa.event_mask |= GLUT_HACK_STOP_PROPAGATE_MASK; 541 wa.do_not_propagate_mask = parent->eventMask & GLUT_DONT_PROPAGATE_FILTER_MASK; 543 wa.do_not_propagate_mask = 0; 599 attribMask, &wa);
|
| H A D | glut_event.c | 1024 XSetWindowAttributes wa; local in function:processWindowWorkList 1026 wa.do_not_propagate_mask = window->eventMask & GLUT_DONT_PROPAGATE_FILTER_MASK; 1028 wa.event_mask = child->eventMask | (window->eventMask & GLUT_HACK_STOP_PROPAGATE_MASK); 1033 attribMask, &wa);
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | ctwm_main.c | 382 XWindowAttributes wa; local in function:ctwm_main 383 if(CLarg.capwin && XGetWindowAttributes(dpy, CLarg.capwin, &wa)) { 386 crootw = wa.width; 387 crooth = wa.height; 388 XTranslateCoordinates(dpy, CLarg.capwin, wa.root, 0, 0, &crootx, &crooty, 1406 XWindowAttributes wa; local in function:MappedNotOverride 1408 XGetWindowAttributes(dpy, w, &wa); 1409 return ((wa.map_state != IsUnmapped) && (wa.override_redirect != True));
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | window.c | 1470 GetWindowAttributes(WindowPtr pWin, ClientPtr client, xGetWindowAttributesReply *wa) argument 1472 wa->type = X_Reply; 1473 wa->bitGravity = pWin->bitGravity; 1474 wa->winGravity = pWin->winGravity; 1476 wa->backingStore = NotUseful; 1478 wa->backingStore = pWin->backingStore; 1479 wa->length = bytes_to_int32(sizeof(xGetWindowAttributesReply) - 1481 wa->sequenceNumber = client->sequence; 1482 wa->backingBitPlanes = wBackingBitPlanes (pWin); 1483 wa [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | window.c | 1600 xGetWindowAttributesReply * wa) 1602 wa->type = X_Reply; 1603 wa->bitGravity = pWin->bitGravity; 1604 wa->winGravity = pWin->winGravity; 1605 wa->backingStore = pWin->backingStore; 1606 wa->length = bytes_to_int32(sizeof(xGetWindowAttributesReply) - 1608 wa->sequenceNumber = client->sequence; 1609 wa->backingBitPlanes = wBackingBitPlanes(pWin); 1610 wa->backingPixel = wBackingPixel(pWin); 1611 wa 1599 GetWindowAttributes(WindowPtr pWin,ClientPtr client,xGetWindowAttributesReply * wa) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_fs_visitor.cpp | 66 fs_visitor::emit_gen6_gather_wa(uint8_t wa, fs_reg dst) argument 68 if (!wa) 71 int width = (wa & WA_8BIT) ? 8 : 16; 79 if (wa & WA_SIGN) {
|
| H A D | brw_vec4.h | 279 void emit_gen6_gather_wa(uint8_t wa, dst_reg dst);
|
| H A D | brw_vec4_visitor.cpp | 1120 vec4_visitor::emit_gen6_gather_wa(uint8_t wa, dst_reg dst) argument 1122 if (!wa) 1125 int width = (wa & WA_8BIT) ? 8 : 16; 1133 if (wa & WA_SIGN) {
|
| H A D | brw_fs.h | 189 void emit_gen6_gather_wa(uint8_t wa, fs_reg dst);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_fs_visitor.cpp | 66 fs_visitor::emit_gfx6_gather_wa(uint8_t wa, fs_reg dst) argument 68 if (!wa) 71 int width = (wa & WA_8BIT) ? 8 : 16; 79 if (wa & WA_SIGN) {
|
| H A D | brw_vec4.h | 276 void emit_gfx6_gather_wa(uint8_t wa, dst_reg dst);
|
| H A D | brw_vec4_visitor.cpp | 1025 vec4_visitor::emit_gfx6_gather_wa(uint8_t wa, dst_reg dst) argument 1027 if (!wa) 1030 int width = (wa & WA_8BIT) ? 8 : 16; 1038 if (wa & WA_SIGN) {
|
| H A D | brw_fs.h | 216 void emit_gfx6_gather_wa(uint8_t wa, fs_reg dst);
|
| /xsrc/external/mit/fontconfig/dist/fc-lang/ |
| H A D | Makefile.am | 217 wa.orth \
|
| /xsrc/external/mit/xmag/dist/ |
| H A D | xmag.c | 600 XWindowAttributes wa; 614 XGetWindowAttributes(dpy, childW, &wa) && 615 wa.class != InputOutput) 579 XWindowAttributes wa; local in function:FindWindow
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | add_window.c | 980 XWindowAttributes wa; local in function:MappedNotOverride 982 XGetWindowAttributes(dpy, w, &wa); 983 return ((wa.map_state != IsUnmapped) && (wa.override_redirect != True));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| H A D | xm_api.c | 347 XWindowAttributes wa; local in function:window_exists 351 XGetWindowAttributes( dpy, win, &wa ); /* dummy request */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/ |
| H A D | xm_api.c | 347 XWindowAttributes wa; local in function:window_exists 351 XGetWindowAttributes( dpy, win, &wa ); /* dummy request */
|
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| H A D | 35-lang-normalize.conf | 1214 <!-- wa* -> wa --> 1216 <test name="lang" compare="contains"><string>wa</string></test> 1217 <edit name="lang" mode="assign" binding="same"><string>wa</string></edit>
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| H A D | glsl_types.cpp | 1725 const glsl_type *wa = st->without_array(); local in function:glsl_type::struct_location_offset 1726 if (wa->is_struct()) { 1727 unsigned r_offset = wa->struct_location_offset(wa->length);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | glsl_types.cpp | 1470 const glsl_type *wa = st->without_array(); local in function:glsl_type::struct_location_offset 1471 if (wa->is_struct()) { 1472 unsigned r_offset = wa->struct_location_offset(wa->length);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | xm_api.c | 217 XWindowAttributes wa; local in function:window_exists 221 XGetWindowAttributes( dpy, win, &wa ); /* dummy request */
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | xm_api.c | 217 XWindowAttributes wa; local in function:window_exists 221 XGetWindowAttributes( dpy, win, &wa ); /* dummy request */
|