Home
last modified time | relevance | path

Searched refs:wm_state (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Lib/idlelib/
Dzoomheight.py38 if top.wm_state() != 'normal':
66 orig_state = top.wm_state()
70 top.wm_state('zoomed')
90 top.wm_state('normal')
105 top.wm_state(orig_state)
Dwindow.py85 if self.wm_state() == "iconic":
/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.h967 #define brw_wm_state_simd_width_for_ksp(wm_state, ksp_idx) \ argument
968 brw_fs_simd_width_for_ksp((ksp_idx), (wm_state)._8PixelDispatchEnable, \
969 (wm_state)._16PixelDispatchEnable, \
970 (wm_state)._32PixelDispatchEnable)
972 #define brw_wm_state_has_ksp(wm_state, ksp_idx) \ argument
973 (brw_wm_state_simd_width_for_ksp((wm_state), (ksp_idx)) != 0)
987 #define brw_wm_prog_data_prog_offset(prog_data, wm_state, ksp_idx) \ argument
989 brw_wm_state_simd_width_for_ksp(wm_state, ksp_idx))
1003 #define brw_wm_prog_data_dispatch_grf_start_reg(prog_data, wm_state, ksp_idx) \ argument
1005 brw_wm_state_simd_width_for_ksp(wm_state, ksp_idx))
[all …]
/third_party/weston/xwayland/
Dxwayland.h102 xcb_atom_t wm_state; member
Dwindow-manager.c1041 wm->atom.wm_state, in weston_wm_window_set_wm_state()
1042 wm->atom.wm_state, in weston_wm_window_set_wm_state()
2382 { "WM_STATE", F(atom.wm_state) }, in weston_wm_get_resources()
/third_party/python/Lib/tkinter/test/
Dsupport.py17 cls.root.wm_state('normal')
/third_party/mesa3d/src/mesa/drivers/dri/i965/
DgenX_state_upload.c2062 static const struct brw_tracked_state genX(wm_state) = {
5609 &genX(wm_state),
5684 &genX(wm_state),
5777 &genX(wm_state),
5871 &genX(wm_state),
/third_party/python/Lib/tkinter/
D__init__.py2246 def wm_state(self, newstate=None): member in Wm
2251 state = wm_state