| 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/gpu_export.h" | 7 #include "gpu/gpu_export.h" |
| 8 #include "ipc/ipc_message_utils.h" | 8 #include "ipc/ipc_message_utils.h" |
| 9 #include "ipc/param_traits_macros.h" | 9 #include "ipc/param_traits_macros.h" |
| 10 | 10 |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 IPC_STRUCT_TRAITS_MEMBER(num_compressed_texture_formats) | 42 IPC_STRUCT_TRAITS_MEMBER(num_compressed_texture_formats) |
| 43 IPC_STRUCT_TRAITS_MEMBER(num_shader_binary_formats) | 43 IPC_STRUCT_TRAITS_MEMBER(num_shader_binary_formats) |
| 44 IPC_STRUCT_TRAITS_MEMBER(bind_generates_resource_chromium) | 44 IPC_STRUCT_TRAITS_MEMBER(bind_generates_resource_chromium) |
| 45 | 45 |
| 46 IPC_STRUCT_TRAITS_MEMBER(max_3d_texture_size) | 46 IPC_STRUCT_TRAITS_MEMBER(max_3d_texture_size) |
| 47 IPC_STRUCT_TRAITS_MEMBER(max_array_texture_layers) | 47 IPC_STRUCT_TRAITS_MEMBER(max_array_texture_layers) |
| 48 IPC_STRUCT_TRAITS_MEMBER(max_color_attachments) | 48 IPC_STRUCT_TRAITS_MEMBER(max_color_attachments) |
| 49 IPC_STRUCT_TRAITS_MEMBER(max_combined_fragment_uniform_components) | 49 IPC_STRUCT_TRAITS_MEMBER(max_combined_fragment_uniform_components) |
| 50 IPC_STRUCT_TRAITS_MEMBER(max_combined_uniform_blocks) | 50 IPC_STRUCT_TRAITS_MEMBER(max_combined_uniform_blocks) |
| 51 IPC_STRUCT_TRAITS_MEMBER(max_combined_vertex_uniform_components) | 51 IPC_STRUCT_TRAITS_MEMBER(max_combined_vertex_uniform_components) |
| 52 IPC_STRUCT_TRAITS_MEMBER(max_copy_texture_chromium_size) |
| 52 IPC_STRUCT_TRAITS_MEMBER(max_draw_buffers) | 53 IPC_STRUCT_TRAITS_MEMBER(max_draw_buffers) |
| 53 IPC_STRUCT_TRAITS_MEMBER(max_element_index) | 54 IPC_STRUCT_TRAITS_MEMBER(max_element_index) |
| 54 IPC_STRUCT_TRAITS_MEMBER(max_elements_indices) | 55 IPC_STRUCT_TRAITS_MEMBER(max_elements_indices) |
| 55 IPC_STRUCT_TRAITS_MEMBER(max_elements_vertices) | 56 IPC_STRUCT_TRAITS_MEMBER(max_elements_vertices) |
| 56 IPC_STRUCT_TRAITS_MEMBER(max_fragment_input_components) | 57 IPC_STRUCT_TRAITS_MEMBER(max_fragment_input_components) |
| 57 IPC_STRUCT_TRAITS_MEMBER(max_fragment_uniform_blocks) | 58 IPC_STRUCT_TRAITS_MEMBER(max_fragment_uniform_blocks) |
| 58 IPC_STRUCT_TRAITS_MEMBER(max_fragment_uniform_components) | 59 IPC_STRUCT_TRAITS_MEMBER(max_fragment_uniform_components) |
| 59 IPC_STRUCT_TRAITS_MEMBER(max_program_texel_offset) | 60 IPC_STRUCT_TRAITS_MEMBER(max_program_texel_offset) |
| 60 IPC_STRUCT_TRAITS_MEMBER(max_samples) | 61 IPC_STRUCT_TRAITS_MEMBER(max_samples) |
| 61 IPC_STRUCT_TRAITS_MEMBER(max_server_wait_timeout) | 62 IPC_STRUCT_TRAITS_MEMBER(max_server_wait_timeout) |
| (...skipping 28 matching lines...) Expand all Loading... |
| 90 IPC_STRUCT_TRAITS_MEMBER(sync_query) | 91 IPC_STRUCT_TRAITS_MEMBER(sync_query) |
| 91 IPC_STRUCT_TRAITS_MEMBER(image) | 92 IPC_STRUCT_TRAITS_MEMBER(image) |
| 92 IPC_STRUCT_TRAITS_MEMBER(future_sync_points) | 93 IPC_STRUCT_TRAITS_MEMBER(future_sync_points) |
| 93 IPC_STRUCT_TRAITS_MEMBER(blend_equation_advanced) | 94 IPC_STRUCT_TRAITS_MEMBER(blend_equation_advanced) |
| 94 IPC_STRUCT_TRAITS_MEMBER(blend_equation_advanced_coherent) | 95 IPC_STRUCT_TRAITS_MEMBER(blend_equation_advanced_coherent) |
| 95 IPC_STRUCT_TRAITS_MEMBER(texture_rg) | 96 IPC_STRUCT_TRAITS_MEMBER(texture_rg) |
| 96 | 97 |
| 97 IPC_STRUCT_TRAITS_MEMBER(major_version) | 98 IPC_STRUCT_TRAITS_MEMBER(major_version) |
| 98 IPC_STRUCT_TRAITS_MEMBER(minor_version) | 99 IPC_STRUCT_TRAITS_MEMBER(minor_version) |
| 99 IPC_STRUCT_TRAITS_END() | 100 IPC_STRUCT_TRAITS_END() |
| OLD | NEW |