Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1873)

Side by Side Diff: gpu/ipc/common/gpu_command_buffer_traits_multi.h

Issue 2673473002: Rename SwapBuffersWithDamage to SwapBuffersWithBounds (Closed)
Patch Set: fix windows compile warning Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Multiply-included message file, hence no include guard here. 5 // Multiply-included message file, hence no include guard here.
6 6
7 #include "gpu/command_buffer/common/capabilities.h" 7 #include "gpu/command_buffer/common/capabilities.h"
8 #include "gpu/command_buffer/common/constants.h" 8 #include "gpu/command_buffer/common/constants.h"
9 #include "gpu/command_buffer/common/gles2_cmd_utils.h" 9 #include "gpu/command_buffer/common/gles2_cmd_utils.h"
10 #include "gpu/gpu_export.h" 10 #include "gpu/gpu_export.h"
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 IPC_STRUCT_TRAITS_MEMBER(max_varying_components) 84 IPC_STRUCT_TRAITS_MEMBER(max_varying_components)
85 IPC_STRUCT_TRAITS_MEMBER(max_vertex_output_components) 85 IPC_STRUCT_TRAITS_MEMBER(max_vertex_output_components)
86 IPC_STRUCT_TRAITS_MEMBER(max_vertex_uniform_blocks) 86 IPC_STRUCT_TRAITS_MEMBER(max_vertex_uniform_blocks)
87 IPC_STRUCT_TRAITS_MEMBER(max_vertex_uniform_components) 87 IPC_STRUCT_TRAITS_MEMBER(max_vertex_uniform_components)
88 IPC_STRUCT_TRAITS_MEMBER(min_program_texel_offset) 88 IPC_STRUCT_TRAITS_MEMBER(min_program_texel_offset)
89 IPC_STRUCT_TRAITS_MEMBER(num_extensions) 89 IPC_STRUCT_TRAITS_MEMBER(num_extensions)
90 IPC_STRUCT_TRAITS_MEMBER(num_program_binary_formats) 90 IPC_STRUCT_TRAITS_MEMBER(num_program_binary_formats)
91 IPC_STRUCT_TRAITS_MEMBER(uniform_buffer_offset_alignment) 91 IPC_STRUCT_TRAITS_MEMBER(uniform_buffer_offset_alignment)
92 92
93 IPC_STRUCT_TRAITS_MEMBER(post_sub_buffer) 93 IPC_STRUCT_TRAITS_MEMBER(post_sub_buffer)
94 IPC_STRUCT_TRAITS_MEMBER(swap_buffers_with_damage) 94 IPC_STRUCT_TRAITS_MEMBER(swap_buffers_with_bounds)
95 IPC_STRUCT_TRAITS_MEMBER(commit_overlay_planes) 95 IPC_STRUCT_TRAITS_MEMBER(commit_overlay_planes)
96 IPC_STRUCT_TRAITS_MEMBER(egl_image_external) 96 IPC_STRUCT_TRAITS_MEMBER(egl_image_external)
97 IPC_STRUCT_TRAITS_MEMBER(texture_format_atc) 97 IPC_STRUCT_TRAITS_MEMBER(texture_format_atc)
98 IPC_STRUCT_TRAITS_MEMBER(texture_format_bgra8888) 98 IPC_STRUCT_TRAITS_MEMBER(texture_format_bgra8888)
99 IPC_STRUCT_TRAITS_MEMBER(texture_format_dxt1) 99 IPC_STRUCT_TRAITS_MEMBER(texture_format_dxt1)
100 IPC_STRUCT_TRAITS_MEMBER(texture_format_dxt5) 100 IPC_STRUCT_TRAITS_MEMBER(texture_format_dxt5)
101 IPC_STRUCT_TRAITS_MEMBER(texture_format_etc1) 101 IPC_STRUCT_TRAITS_MEMBER(texture_format_etc1)
102 IPC_STRUCT_TRAITS_MEMBER(texture_format_etc1_npot) 102 IPC_STRUCT_TRAITS_MEMBER(texture_format_etc1_npot)
103 IPC_STRUCT_TRAITS_MEMBER(texture_rectangle) 103 IPC_STRUCT_TRAITS_MEMBER(texture_rectangle)
104 IPC_STRUCT_TRAITS_MEMBER(iosurface) 104 IPC_STRUCT_TRAITS_MEMBER(iosurface)
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 IPC_STRUCT_TRAITS_MEMBER(stencil_size) 141 IPC_STRUCT_TRAITS_MEMBER(stencil_size)
142 IPC_STRUCT_TRAITS_MEMBER(samples) 142 IPC_STRUCT_TRAITS_MEMBER(samples)
143 IPC_STRUCT_TRAITS_MEMBER(sample_buffers) 143 IPC_STRUCT_TRAITS_MEMBER(sample_buffers)
144 IPC_STRUCT_TRAITS_MEMBER(buffer_preserved) 144 IPC_STRUCT_TRAITS_MEMBER(buffer_preserved)
145 IPC_STRUCT_TRAITS_MEMBER(bind_generates_resource) 145 IPC_STRUCT_TRAITS_MEMBER(bind_generates_resource)
146 IPC_STRUCT_TRAITS_MEMBER(fail_if_major_perf_caveat) 146 IPC_STRUCT_TRAITS_MEMBER(fail_if_major_perf_caveat)
147 IPC_STRUCT_TRAITS_MEMBER(lose_context_when_out_of_memory) 147 IPC_STRUCT_TRAITS_MEMBER(lose_context_when_out_of_memory)
148 IPC_STRUCT_TRAITS_MEMBER(context_type) 148 IPC_STRUCT_TRAITS_MEMBER(context_type)
149 IPC_STRUCT_TRAITS_MEMBER(should_use_native_gmb_for_backbuffer) 149 IPC_STRUCT_TRAITS_MEMBER(should_use_native_gmb_for_backbuffer)
150 IPC_STRUCT_TRAITS_END() 150 IPC_STRUCT_TRAITS_END()
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698