Home
last modified time | relevance | path

Searched refs:is_mapped (Results 1 – 18 of 18) sorted by relevance

/third_party/weston/tests/
Dweston-test-desktop-shell.c95 surface->is_mapped = true; in desktop_surface_committed()
99 dts->view->is_mapped = true; in desktop_surface_committed()
Dweston-test.c166 test_surface->surface->is_mapped = true; in test_surface_committed()
167 test_surface->view->is_mapped = true; in test_surface_committed()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_array_merge.cpp342 target_id = range.is_mapped() ? range.final_target()->array_id(): 0; in init_from()
460 if (ranges[i].is_mapped()) in run()
464 if (!ranges[j].is_mapped()) { in run()
Dst_cb_bufferobjects.c311 bool is_mapped = _mesa_bufferobj_mapped(obj, MAP_USER); in bufferobj_data() local
338 is_mapped ? PIPE_MAP_DIRECTLY : in bufferobj_data()
342 } else if (is_mapped) { in bufferobj_data()
Dst_glsl_to_tgsi_array_merge.h73 bool is_mapped() const { return target_array != nullptr;} in is_mapped() function
/third_party/weston/kiosk-shell/
Dkiosk-shell.c442 shoutput->background_view->is_mapped = true; in kiosk_shell_output_recreate_background()
443 shoutput->background_view->surface->is_mapped = true; in kiosk_shell_output_recreate_background()
578 if (!view->is_mapped || view == shsurf->view) in find_focus_successor()
666 shsurf->view->is_mapped = true; in desktop_surface_committed()
667 surface->is_mapped = true; in desktop_surface_committed()
/third_party/weston/libweston/
Dtouch-calibration.c206 calibrator->view->is_mapped = true; in map_calibrator()
209 calibrator->surface->is_mapped = true; in map_calibrator()
311 if (!surface || !surface->is_mapped) { in touch_calibrator_convert()
Ddata-device.c434 es->is_mapped = true; in drag_surface_configure()
435 drag->icon->is_mapped = true; in drag_surface_configure()
Dcompositor.c1885 return view->is_mapped; in weston_view_is_mapped()
1971 return surface->is_mapped; in weston_surface_is_mapped()
2157 view->is_mapped = false; in weston_view_unmap()
2187 surface->is_mapped = false; in weston_surface_unmap()
2641 view->is_mapped = true; in view_list_add_subsurface_view()
4253 surface->is_mapped = true; in subsurface_committed()
Dinput.c2691 es->is_mapped = true; in pointer_cursor_surface_committed()
2692 pointer->sprite->is_mapped = true; in pointer_cursor_surface_committed()
/third_party/weston/libweston-desktop/
Dxwayland.c124 surface->view->is_mapped = true; in weston_desktop_xwayland_surface_change_state()
125 wsurface->is_mapped = true; in weston_desktop_xwayland_surface_change_state()
Dsurface.c442 child->view->is_mapped = true; in weston_desktop_view_propagate_layer()
/third_party/weston/desktop-shell/
Dinput-panel.c89 ipsurf->surface->is_mapped = true; in show_input_panel_surface()
90 ipsurf->view->is_mapped = true; in show_input_panel_surface()
Dshell.c577 surface->is_mapped = true; in create_focus_surface()
588 fsurf->view->is_mapped = true; in create_focus_surface()
2175 shsurf->fullscreen.black_view->is_mapped = true; in shell_ensure_fullscreen_black_view()
2545 shsurf->view->is_mapped = true; in map()
2598 surface->is_mapped = true; in desktop_surface_committed()
3001 ev->surface->is_mapped = true; in configure_static_view()
3002 ev->is_mapped = true; in configure_static_view()
3223 surface->is_mapped = true; in lock_surface_committed()
3224 view->is_mapped = true; in lock_surface_committed()
4073 surface->is_mapped = true; in shell_fade_create_surface_for_output()
[all …]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_liverange.h246 bool is_mapped() const { return target_array != nullptr;} in is_mapped() function
/third_party/weston/fullscreen-shell/
Dfullscreen-shell.c339 fsout->black_view->surface->is_mapped = true; in fs_output_create()
340 fsout->black_view->is_mapped = true; in fs_output_create()
672 fsout->view->is_mapped = true; in fs_output_apply_pending()
/third_party/weston/include/libweston/
Dlibweston.h1321 bool is_mapped; member
1486 bool is_mapped; member
/third_party/weston/ivi-shell/
Divi-layout.c866 ivi_view->ivisurf->surface->is_mapped = true; in build_view_list()
867 ivi_view->view->is_mapped = true; in build_view_list()