| 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 #include "gpu/command_buffer/common/capabilities.h" | 6 #include "gpu/command_buffer/common/capabilities.h" |
| 7 #include "gpu/command_buffer/common/constants.h" | 7 #include "gpu/command_buffer/common/constants.h" |
| 8 #include "gpu/gpu_export.h" | 8 #include "gpu/gpu_export.h" |
| 9 #include "ipc/ipc_message_utils.h" | 9 #include "ipc/ipc_message_utils.h" |
| 10 #include "ipc/param_traits_macros.h" | 10 #include "ipc/param_traits_macros.h" |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 IPC_STRUCT_TRAITS_MEMBER(texture_usage) | 96 IPC_STRUCT_TRAITS_MEMBER(texture_usage) |
| 97 IPC_STRUCT_TRAITS_MEMBER(texture_storage) | 97 IPC_STRUCT_TRAITS_MEMBER(texture_storage) |
| 98 IPC_STRUCT_TRAITS_MEMBER(discard_framebuffer) | 98 IPC_STRUCT_TRAITS_MEMBER(discard_framebuffer) |
| 99 IPC_STRUCT_TRAITS_MEMBER(sync_query) | 99 IPC_STRUCT_TRAITS_MEMBER(sync_query) |
| 100 IPC_STRUCT_TRAITS_MEMBER(image) | 100 IPC_STRUCT_TRAITS_MEMBER(image) |
| 101 IPC_STRUCT_TRAITS_MEMBER(future_sync_points) | 101 IPC_STRUCT_TRAITS_MEMBER(future_sync_points) |
| 102 IPC_STRUCT_TRAITS_MEMBER(blend_equation_advanced) | 102 IPC_STRUCT_TRAITS_MEMBER(blend_equation_advanced) |
| 103 IPC_STRUCT_TRAITS_MEMBER(blend_equation_advanced_coherent) | 103 IPC_STRUCT_TRAITS_MEMBER(blend_equation_advanced_coherent) |
| 104 IPC_STRUCT_TRAITS_MEMBER(texture_rg) | 104 IPC_STRUCT_TRAITS_MEMBER(texture_rg) |
| 105 IPC_STRUCT_TRAITS_MEMBER(image_ycbcr_422) | 105 IPC_STRUCT_TRAITS_MEMBER(image_ycbcr_422) |
| 106 IPC_STRUCT_TRAITS_MEMBER(image_ycbcr_420v) |
| 106 IPC_STRUCT_TRAITS_MEMBER(render_buffer_format_bgra8888) | 107 IPC_STRUCT_TRAITS_MEMBER(render_buffer_format_bgra8888) |
| 107 IPC_STRUCT_TRAITS_MEMBER(occlusion_query_boolean) | 108 IPC_STRUCT_TRAITS_MEMBER(occlusion_query_boolean) |
| 108 IPC_STRUCT_TRAITS_MEMBER(timer_queries) | 109 IPC_STRUCT_TRAITS_MEMBER(timer_queries) |
| 109 IPC_STRUCT_TRAITS_MEMBER(surfaceless) | 110 IPC_STRUCT_TRAITS_MEMBER(surfaceless) |
| 110 IPC_STRUCT_TRAITS_MEMBER(flips_vertically) | 111 IPC_STRUCT_TRAITS_MEMBER(flips_vertically) |
| 111 | 112 |
| 112 IPC_STRUCT_TRAITS_MEMBER(major_version) | 113 IPC_STRUCT_TRAITS_MEMBER(major_version) |
| 113 IPC_STRUCT_TRAITS_MEMBER(minor_version) | 114 IPC_STRUCT_TRAITS_MEMBER(minor_version) |
| 114 IPC_STRUCT_TRAITS_END() | 115 IPC_STRUCT_TRAITS_END() |
| OLD | NEW |