Searched refs:wa (Results 1 - 25 of 33) sorted by relevance

12

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_overlay.c363 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 Dglut_menu.c842 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 Dglut_win.c493 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 Dglut_event.c1024 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 Dctwm_main.c382 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 Dwindow.c1470 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 Dwindow.c1600 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 Dbrw_fs_visitor.cpp66 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 Dbrw_vec4.h279 void emit_gen6_gather_wa(uint8_t wa, dst_reg dst);
H A Dbrw_vec4_visitor.cpp1120 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 Dbrw_fs.h189 void emit_gen6_gather_wa(uint8_t wa, fs_reg dst);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_visitor.cpp66 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 Dbrw_vec4.h276 void emit_gfx6_gather_wa(uint8_t wa, dst_reg dst);
H A Dbrw_vec4_visitor.cpp1025 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 Dbrw_fs.h216 void emit_gfx6_gather_wa(uint8_t wa, fs_reg dst);
/xsrc/external/mit/fontconfig/dist/fc-lang/
H A DMakefile.am217 wa.orth \
/xsrc/external/mit/xmag/dist/
H A Dxmag.c600 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 Dadd_window.c980 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 Dxm_api.c347 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 Dxm_api.c347 XWindowAttributes wa; local in function:window_exists
351 XGetWindowAttributes( dpy, win, &wa ); /* dummy request */
/xsrc/external/mit/fontconfig/dist/conf.d/
H A D35-lang-normalize.conf1214 <!-- 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 Dglsl_types.cpp1725 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 Dglsl_types.cpp1470 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 Dxm_api.c217 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 Dxm_api.c217 XWindowAttributes wa; local in function:window_exists
221 XGetWindowAttributes( dpy, win, &wa ); /* dummy request */

Completed in 48 milliseconds

12