| 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/gpu_export.h" | 9 #include "gpu/gpu_export.h" |
| 10 #include "ipc/ipc_message_utils.h" | 10 #include "ipc/ipc_message_utils.h" |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 IPC_STRUCT_TRAITS_MEMBER(render_buffer_format_bgra8888) | 109 IPC_STRUCT_TRAITS_MEMBER(render_buffer_format_bgra8888) |
| 110 IPC_STRUCT_TRAITS_MEMBER(occlusion_query_boolean) | 110 IPC_STRUCT_TRAITS_MEMBER(occlusion_query_boolean) |
| 111 IPC_STRUCT_TRAITS_MEMBER(timer_queries) | 111 IPC_STRUCT_TRAITS_MEMBER(timer_queries) |
| 112 IPC_STRUCT_TRAITS_MEMBER(surfaceless) | 112 IPC_STRUCT_TRAITS_MEMBER(surfaceless) |
| 113 IPC_STRUCT_TRAITS_MEMBER(flips_vertically) | 113 IPC_STRUCT_TRAITS_MEMBER(flips_vertically) |
| 114 IPC_STRUCT_TRAITS_MEMBER(disable_webgl_multisampling_color_mask_usage) | 114 IPC_STRUCT_TRAITS_MEMBER(disable_webgl_multisampling_color_mask_usage) |
| 115 IPC_STRUCT_TRAITS_MEMBER(disable_webgl_rgb_multisampling_usage) | 115 IPC_STRUCT_TRAITS_MEMBER(disable_webgl_rgb_multisampling_usage) |
| 116 IPC_STRUCT_TRAITS_MEMBER(msaa_is_slow) | 116 IPC_STRUCT_TRAITS_MEMBER(msaa_is_slow) |
| 117 IPC_STRUCT_TRAITS_MEMBER(chromium_image_rgb_emulation) | 117 IPC_STRUCT_TRAITS_MEMBER(chromium_image_rgb_emulation) |
| 118 IPC_STRUCT_TRAITS_MEMBER(emulate_rgb_buffer_with_rgba) | 118 IPC_STRUCT_TRAITS_MEMBER(emulate_rgb_buffer_with_rgba) |
| 119 IPC_STRUCT_TRAITS_MEMBER(multisampled_render_to_texture) |
| 120 IPC_STRUCT_TRAITS_MEMBER(chromium_framebuffer_mixed_samples) |
| 119 | 121 |
| 120 IPC_STRUCT_TRAITS_MEMBER(major_version) | 122 IPC_STRUCT_TRAITS_MEMBER(major_version) |
| 121 IPC_STRUCT_TRAITS_MEMBER(minor_version) | 123 IPC_STRUCT_TRAITS_MEMBER(minor_version) |
| 122 IPC_STRUCT_TRAITS_END() | 124 IPC_STRUCT_TRAITS_END() |
| OLD | NEW |