OLD | NEW |
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 Loading... |
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(commit_overlay_planes) | 94 IPC_STRUCT_TRAITS_MEMBER(commit_overlay_planes) |
94 IPC_STRUCT_TRAITS_MEMBER(egl_image_external) | 95 IPC_STRUCT_TRAITS_MEMBER(egl_image_external) |
95 IPC_STRUCT_TRAITS_MEMBER(texture_format_atc) | 96 IPC_STRUCT_TRAITS_MEMBER(texture_format_atc) |
96 IPC_STRUCT_TRAITS_MEMBER(texture_format_bgra8888) | 97 IPC_STRUCT_TRAITS_MEMBER(texture_format_bgra8888) |
97 IPC_STRUCT_TRAITS_MEMBER(texture_format_dxt1) | 98 IPC_STRUCT_TRAITS_MEMBER(texture_format_dxt1) |
98 IPC_STRUCT_TRAITS_MEMBER(texture_format_dxt5) | 99 IPC_STRUCT_TRAITS_MEMBER(texture_format_dxt5) |
99 IPC_STRUCT_TRAITS_MEMBER(texture_format_etc1) | 100 IPC_STRUCT_TRAITS_MEMBER(texture_format_etc1) |
100 IPC_STRUCT_TRAITS_MEMBER(texture_format_etc1_npot) | 101 IPC_STRUCT_TRAITS_MEMBER(texture_format_etc1_npot) |
101 IPC_STRUCT_TRAITS_MEMBER(texture_rectangle) | 102 IPC_STRUCT_TRAITS_MEMBER(texture_rectangle) |
102 IPC_STRUCT_TRAITS_MEMBER(iosurface) | 103 IPC_STRUCT_TRAITS_MEMBER(iosurface) |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
138 IPC_STRUCT_TRAITS_MEMBER(stencil_size) | 139 IPC_STRUCT_TRAITS_MEMBER(stencil_size) |
139 IPC_STRUCT_TRAITS_MEMBER(samples) | 140 IPC_STRUCT_TRAITS_MEMBER(samples) |
140 IPC_STRUCT_TRAITS_MEMBER(sample_buffers) | 141 IPC_STRUCT_TRAITS_MEMBER(sample_buffers) |
141 IPC_STRUCT_TRAITS_MEMBER(buffer_preserved) | 142 IPC_STRUCT_TRAITS_MEMBER(buffer_preserved) |
142 IPC_STRUCT_TRAITS_MEMBER(bind_generates_resource) | 143 IPC_STRUCT_TRAITS_MEMBER(bind_generates_resource) |
143 IPC_STRUCT_TRAITS_MEMBER(fail_if_major_perf_caveat) | 144 IPC_STRUCT_TRAITS_MEMBER(fail_if_major_perf_caveat) |
144 IPC_STRUCT_TRAITS_MEMBER(lose_context_when_out_of_memory) | 145 IPC_STRUCT_TRAITS_MEMBER(lose_context_when_out_of_memory) |
145 IPC_STRUCT_TRAITS_MEMBER(context_type) | 146 IPC_STRUCT_TRAITS_MEMBER(context_type) |
146 IPC_STRUCT_TRAITS_MEMBER(should_use_native_gmb_for_backbuffer) | 147 IPC_STRUCT_TRAITS_MEMBER(should_use_native_gmb_for_backbuffer) |
147 IPC_STRUCT_TRAITS_END() | 148 IPC_STRUCT_TRAITS_END() |
OLD | NEW |