Searched defs:wm (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/ash/wm/
H A Dash_focus_rules.h14 namespace wm { namespace in namespace:ash
40 } // namespace wm
H A Dcoordinate_conversion.h21 namespace wm { namespace in namespace:ash
41 } // namespace wm
H A Dwindow_util.h30 namespace wm { namespace in namespace:ash
130 } // namespace wm
H A Dash_activation_controller_unittest.cc5 #include "ash/wm/ash_activation_controller.h"
12 #include "ash/wm/property_util.h"
13 #include "ash/wm/window_util.h"
19 namespace wm { namespace in namespace:ash
166 } // namespace wm
H A Dcoordinate_conversion.cc5 #include "ash/wm/coordinate_conversion.h"
17 namespace wm { namespace in namespace:ash
46 } // namespace wm
H A Dash_focus_rules.cc5 #include "ash/wm/ash_focus_rules.h"
9 #include "ash/wm/window_util.h"
13 namespace wm { namespace in namespace:ash
77 if (wm::IsWindowMinimized(window))
157 if (*i != ignore && CanActivateWindow(*i) && !wm::IsWindowMinimized(*i))
163 } // namespace wm
H A Dwindow_util.cc5 #include "ash/wm/window_util.h"
13 #include "ash/wm/activation_controller.h"
14 #include "ash/wm/window_properties.h"
29 namespace wm { namespace in namespace:ash
122 if (ash::wm::IsWindowMaximized(window))
123 ash::wm::RestoreWindow(window);
124 else if (ash::wm::CanMaximizeWindow(window))
125 ash::wm::MaximizeWindow(window);
207 } // namespace wm
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm_state.c71 * Setup wm hardware state. See page 225 of Volume 2
79 struct brw_wm_unit_state *wm; local
81 wm = brw_state_batch(brw, AUB_TRACE_WM_STATE,
82 sizeof(*wm), 32, &brw->wm.state_offset);
83 memset(wm, 0, sizeof(*wm));
85 if (brw->wm.prog_data->prog_offset_16) {
90 assert(brw->wm.prog_data->first_curbe_grf ==
91 brw->wm
[all...]
H A Dbrw_state_dump.c153 struct brw_wm_unit_state *wm = intel->batch.bo->virtual + offset; local
161 wm->wm5.enable_8_pix ? "8pix" : "",
162 wm->wm5.enable_16_pix ? "16pix" : "",
163 wm->wm5.program_uses_depth ? ", uses depth" : "",
164 wm->wm5.program_computes_depth ? ", computes depth" : "",
165 wm->wm5.program_uses_killpixel ? ", kills" : "",
166 wm->wm5.thread_dispatch_enable ? "" : ", no dispatch",
167 wm->wm5.max_threads + 1);
169 wm->global_depth_offset_constant);
171 wm
[all...]
H A Dbrw_context.h858 GLuint wm_start; /**< pos of first wm const in CURBE buffer */
1026 } wm; member in struct:brw_context
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_state.c71 * Setup wm hardware state. See page 225 of Volume 2
79 struct brw_wm_unit_state *wm; local
81 wm = brw_state_batch(brw, AUB_TRACE_WM_STATE,
82 sizeof(*wm), 32, &brw->wm.state_offset);
83 memset(wm, 0, sizeof(*wm));
85 if (brw->wm.prog_data->prog_offset_16) {
90 assert(brw->wm.prog_data->first_curbe_grf ==
91 brw->wm
[all...]
H A Dbrw_state_dump.c153 struct brw_wm_unit_state *wm = intel->batch.bo->virtual + offset; local
161 wm->wm5.enable_8_pix ? "8pix" : "",
162 wm->wm5.enable_16_pix ? "16pix" : "",
163 wm->wm5.program_uses_depth ? ", uses depth" : "",
164 wm->wm5.program_computes_depth ? ", computes depth" : "",
165 wm->wm5.program_uses_killpixel ? ", kills" : "",
166 wm->wm5.thread_dispatch_enable ? "" : ", no dispatch",
167 wm->wm5.max_threads + 1);
169 wm->global_depth_offset_constant);
171 wm
[all...]
H A Dbrw_context.h858 GLuint wm_start; /**< pos of first wm const in CURBE buffer */
1026 } wm; member in struct:brw_context
/external/chromium/third_party/libjingle/source/talk/base/
H A Dwin32socketserver.cc800 bool Win32SocketServer::MessageWindow::OnMessage(UINT wm, WPARAM wp, argument
803 if (wm == s_wm_wakeup_id || (wm == WM_TIMER && wp == 1)) {
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwin32socketserver.cc853 bool Win32SocketServer::MessageWindow::OnMessage(UINT wm, WPARAM wp, argument
856 if (wm == s_wm_wakeup_id || (wm == WM_TIMER && wp == 1)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 335 milliseconds