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

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

Issue 2673473002: Rename SwapBuffersWithDamage to SwapBuffersWithBounds (Closed)
Patch Set: Fix Cast compile error + autogen test logic 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 IPC_STRUCT_TRAITS_MEMBER(max_varying_components) 83 IPC_STRUCT_TRAITS_MEMBER(max_varying_components)
84 IPC_STRUCT_TRAITS_MEMBER(max_vertex_output_components) 84 IPC_STRUCT_TRAITS_MEMBER(max_vertex_output_components)
85 IPC_STRUCT_TRAITS_MEMBER(max_vertex_uniform_blocks) 85 IPC_STRUCT_TRAITS_MEMBER(max_vertex_uniform_blocks)
86 IPC_STRUCT_TRAITS_MEMBER(max_vertex_uniform_components) 86 IPC_STRUCT_TRAITS_MEMBER(max_vertex_uniform_components)
87 IPC_STRUCT_TRAITS_MEMBER(min_program_texel_offset) 87 IPC_STRUCT_TRAITS_MEMBER(min_program_texel_offset)
88 IPC_STRUCT_TRAITS_MEMBER(num_extensions) 88 IPC_STRUCT_TRAITS_MEMBER(num_extensions)
89 IPC_STRUCT_TRAITS_MEMBER(num_program_binary_formats) 89 IPC_STRUCT_TRAITS_MEMBER(num_program_binary_formats)
90 IPC_STRUCT_TRAITS_MEMBER(uniform_buffer_offset_alignment) 90 IPC_STRUCT_TRAITS_MEMBER(uniform_buffer_offset_alignment)
91 91
92 IPC_STRUCT_TRAITS_MEMBER(post_sub_buffer) 92 IPC_STRUCT_TRAITS_MEMBER(post_sub_buffer)
93 IPC_STRUCT_TRAITS_MEMBER(swap_buffers_with_damage) 93 IPC_STRUCT_TRAITS_MEMBER(swap_buffers_with_bounds)
94 IPC_STRUCT_TRAITS_MEMBER(commit_overlay_planes) 94 IPC_STRUCT_TRAITS_MEMBER(commit_overlay_planes)
95 IPC_STRUCT_TRAITS_MEMBER(egl_image_external) 95 IPC_STRUCT_TRAITS_MEMBER(egl_image_external)
96 IPC_STRUCT_TRAITS_MEMBER(texture_format_atc) 96 IPC_STRUCT_TRAITS_MEMBER(texture_format_atc)
97 IPC_STRUCT_TRAITS_MEMBER(texture_format_bgra8888) 97 IPC_STRUCT_TRAITS_MEMBER(texture_format_bgra8888)
98 IPC_STRUCT_TRAITS_MEMBER(texture_format_dxt1) 98 IPC_STRUCT_TRAITS_MEMBER(texture_format_dxt1)
99 IPC_STRUCT_TRAITS_MEMBER(texture_format_dxt5) 99 IPC_STRUCT_TRAITS_MEMBER(texture_format_dxt5)
100 IPC_STRUCT_TRAITS_MEMBER(texture_format_etc1) 100 IPC_STRUCT_TRAITS_MEMBER(texture_format_etc1)
101 IPC_STRUCT_TRAITS_MEMBER(texture_format_etc1_npot) 101 IPC_STRUCT_TRAITS_MEMBER(texture_format_etc1_npot)
102 IPC_STRUCT_TRAITS_MEMBER(texture_rectangle) 102 IPC_STRUCT_TRAITS_MEMBER(texture_rectangle)
103 IPC_STRUCT_TRAITS_MEMBER(iosurface) 103 IPC_STRUCT_TRAITS_MEMBER(iosurface)
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 IPC_STRUCT_TRAITS_MEMBER(stencil_size) 140 IPC_STRUCT_TRAITS_MEMBER(stencil_size)
141 IPC_STRUCT_TRAITS_MEMBER(samples) 141 IPC_STRUCT_TRAITS_MEMBER(samples)
142 IPC_STRUCT_TRAITS_MEMBER(sample_buffers) 142 IPC_STRUCT_TRAITS_MEMBER(sample_buffers)
143 IPC_STRUCT_TRAITS_MEMBER(buffer_preserved) 143 IPC_STRUCT_TRAITS_MEMBER(buffer_preserved)
144 IPC_STRUCT_TRAITS_MEMBER(bind_generates_resource) 144 IPC_STRUCT_TRAITS_MEMBER(bind_generates_resource)
145 IPC_STRUCT_TRAITS_MEMBER(fail_if_major_perf_caveat) 145 IPC_STRUCT_TRAITS_MEMBER(fail_if_major_perf_caveat)
146 IPC_STRUCT_TRAITS_MEMBER(lose_context_when_out_of_memory) 146 IPC_STRUCT_TRAITS_MEMBER(lose_context_when_out_of_memory)
147 IPC_STRUCT_TRAITS_MEMBER(context_type) 147 IPC_STRUCT_TRAITS_MEMBER(context_type)
148 IPC_STRUCT_TRAITS_MEMBER(should_use_native_gmb_for_backbuffer) 148 IPC_STRUCT_TRAITS_MEMBER(should_use_native_gmb_for_backbuffer)
149 IPC_STRUCT_TRAITS_END() 149 IPC_STRUCT_TRAITS_END()
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698