| /xsrc/external/mit/xf86-video-intel/dist/xvmc/ |
| H A D | i915_xvmc.c | 529 struct i915_mc_map_state *map_state; local in function:i915_mc_map_state_set 534 map_state = pI915XvMC->msb_bo->virtual; 536 memset(map_state, 0, sizeof(*map_state)); 539 map_state->y_map.dw0.type = CMD_3D; 540 map_state->y_map.dw0.opcode = OPC_3DSTATE_MAP_STATE; 541 map_state->y_map.dw0.retain = 1; 542 map_state->y_map.dw0.length = 6; 543 map_state->y_map.dw1.map_mask = MAP_MAP0 | MAP_MAP1; 546 map_state [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/ |
| H A D | i915_xvmc.c | 529 struct i915_mc_map_state *map_state; local in function:i915_mc_map_state_set 534 map_state = pI915XvMC->msb_bo->virtual; 536 memset(map_state, 0, sizeof(*map_state)); 539 map_state->y_map.dw0.type = CMD_3D; 540 map_state->y_map.dw0.opcode = OPC_3DSTATE_MAP_STATE; 541 map_state->y_map.dw0.retain = 1; 542 map_state->y_map.dw0.length = 6; 543 map_state->y_map.dw1.map_mask = MAP_MAP0 | MAP_MAP1; 546 map_state [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/ |
| H A D | i915_xvmc.c | 575 struct i915_mc_map_state *map_state; local in function:i915_mc_map_state_init 577 map_state = (struct i915_mc_map_state *)pI915XvMC->msb.map; 579 memset(map_state, 0, sizeof(*map_state)); 582 map_state->y_map.dw0.type = CMD_3D; 583 map_state->y_map.dw0.opcode = OPC_3DSTATE_MAP_STATE; 584 map_state->y_map.dw0.retain = 1; 585 map_state->y_map.dw0.length = 6; 586 map_state->y_map.dw1.map_mask = MAP_MAP0 | MAP_MAP1; 589 map_state 692 struct i915_mc_map_state *map_state; local in function:i915_mc_map_state_set [all...] |
| /xsrc/external/mit/transset/dist/ |
| H A D | clientwin.c | 62 ok = (xwa.class == InputOutput) && (xwa.map_state == IsViewable);
|
| /xsrc/external/mit/xwd/dist/ |
| H A D | clientwin.c | 62 ok = (xwa.class == InputOutput) && (xwa.map_state == IsViewable);
|
| H A D | multiVis.c | 621 if (curr_attrs->map_state == IsViewable &&
|
| /xsrc/external/mit/xwininfo/dist/ |
| H A D | clientwin.c | 72 (xwa->map_state == XCB_MAP_STATE_VIEWABLE);
|
| H A D | xwininfo.c | 1016 Lookup (win_attributes->map_state, _map_states));
|
| /xsrc/external/mit/xprop/dist/ |
| H A D | clientwin.c | 62 ok = (xwa.class == InputOutput) && (xwa.map_state == IsViewable);
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | GetWAttrs.c | 79 attr->map_state = repl->mapState;
|
| /xsrc/external/mit/xkill/dist/ |
| H A D | xkill.c | 346 (attr.map_state == IsViewable))
|
| /xsrc/external/mit/editres/dist/ |
| H A D | geometry.c | 278 if (attrs.map_state != IsViewable) {
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | trace.c | 1130 TRACE((" map_state %s\n", ((attrs->map_state == IsUnmapped) 1132 : ((attrs->map_state == IsUnviewable) 1134 : ((attrs->map_state == IsViewable)
|
| H A D | misc.c | 1827 result = (win_attrs.map_state != IsViewable) ? True : False;
|
| /xsrc/external/mit/xcompmgr/dist/ |
| H A D | xcompmgr.c | 1189 w->a.map_state = IsViewable; 1274 w->a.map_state = IsUnmapped; 1495 if (new->a.map_state == IsViewable)
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | EditresCom.c | 1282 if (attrs.map_state != IsViewable) 1356 && attrs.map_state != IsViewable)
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | ctwm_main.c | 1409 return ((wa.map_state != IsUnmapped) && (wa.override_redirect != True));
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xlib.h | 324 int map_state; /* IsUnmapped, IsUnviewable, IsViewable */ member in struct:__anonf1b122fa0908
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | add_window.c | 983 return ((wa.map_state != IsUnmapped) && (wa.override_redirect != True));
|