Lines Matching refs:swap
1374 using std::swap; in operator =()
1375 swap(composer_, other.composer_); in operator =()
1376 swap(display_params_, other.display_params_); in operator =()
1377 swap(hardware_composer_layer_, other.hardware_composer_layer_); in operator =()
1378 swap(z_order_, other.z_order_); in operator =()
1379 swap(blending_, other.blending_); in operator =()
1380 swap(composition_type_, other.composition_type_); in operator =()
1381 swap(target_composition_type_, other.target_composition_type_); in operator =()
1382 swap(source_, other.source_); in operator =()
1383 swap(acquire_fence_, other.acquire_fence_); in operator =()
1384 swap(surface_rect_functions_applied_, in operator =()
1386 swap(pending_visibility_settings_, other.pending_visibility_settings_); in operator =()
1387 swap(cached_buffer_map_, other.cached_buffer_map_); in operator =()
1388 swap(ignore_bad_display_errors_on_destroy_, in operator =()