HomeSort by: relevance | last modified time | path
    Searched defs:wa (Results 1 - 17 of 17) sorted by relevancy

  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
glut_overlay.c 363 XSetWindowAttributes wa; local
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);
glut_event.c 1024 XSetWindowAttributes wa; local
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);
glut_win.c 493 XSetWindowAttributes wa; local
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);
glut_menu.c 842 XSetWindowAttributes wa; local
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
963 wa.event_mask = EnterWindowMask | LeaveWindowMask
979 XSetWindowAttributes wa; local
    [all...]
  /xsrc/external/mit/ctwm/dist/
ctwm_main.c 382 XWindowAttributes wa; local
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
1408 XGetWindowAttributes(dpy, w, &wa);
1409 return ((wa.map_state != IsUnmapped) && (wa.override_redirect != True));
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp 1725 const glsl_type *wa = st->without_array(); local
1726 if (wa->is_struct()) {
1727 unsigned r_offset = wa->struct_location_offset(wa->length);
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
xm_api.c 347 XWindowAttributes wa; local
351 XGetWindowAttributes( dpy, win, &wa ); /* dummy request */
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
xm_api.c 217 XWindowAttributes wa; local
221 XGetWindowAttributes( dpy, win, &wa ); /* dummy request */
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.cpp 1470 const glsl_type *wa = st->without_array(); local
1471 if (wa->is_struct()) {
1472 unsigned r_offset = wa->struct_location_offset(wa->length);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
xm_api.c 347 XWindowAttributes wa; local
351 XGetWindowAttributes( dpy, win, &wa ); /* dummy request */
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
xm_api.c 217 XWindowAttributes wa; local
221 XGetWindowAttributes( dpy, win, &wa ); /* dummy request */
  /xsrc/external/mit/twm/dist/src/
add_window.c 980 XWindowAttributes wa; local
982 XGetWindowAttributes(dpy, w, &wa);
983 return ((wa.map_state != IsUnmapped) && (wa.override_redirect != True));
  /xsrc/external/mit/xmag/dist/
xmag.c 600 XWindowAttributes wa;
614 XGetWindowAttributes(dpy, childW, &wa) &&
615 wa.class != InputOutput)
579 XWindowAttributes wa; local
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_program.c 981 enum gfx6_gather_sampler_wa wa = key->gfx6_gather_wa[tex->texture_index]; local
982 int width = (wa & WA_8BIT) ? 8 : 16;
986 if (wa & WA_SIGN) {
crocus_state.c 2631 enum samp_workaround wa = SAMP_NORMAL; local
2638 wa = SAMP_T_WRAP;
2649 wa = SAMP_CUBE_CUBE;
2651 wa = SAMP_CUBE_CLAMP;
2658 crocus_upload_sampler_state(batch, state, border_color_offset, wa, first_level, map);
4879 * this WA on C0 stepping.
8755 * Invalidation Enable). This is to WA FFDOP CG issue, this WA
9057 crocus_emit_pipe_control_flush(batch, "hsw wa", PIPE_CONTROL_RENDER_TARGET_FLUSH |
  /xsrc/external/mit/xorg-server.old/dist/dix/
dispatch.c 703 xGetWindowAttributesReply wa; local
710 memset(&wa, 0, sizeof(xGetWindowAttributesReply));
711 GetWindowAttributes(pWin, client, &wa);
712 WriteReplyToClient(client, sizeof(xGetWindowAttributesReply), &wa);
  /xsrc/external/mit/xorg-server/dist/dix/
dispatch.c 804 xGetWindowAttributesReply wa; local
811 memset(&wa, 0, sizeof(xGetWindowAttributesReply));
812 GetWindowAttributes(pWin, client, &wa);
813 WriteReplyToClient(client, sizeof(xGetWindowAttributesReply), &wa);

Completed in 40 milliseconds