| OLD | NEW |
| 1 // Copyright 2016 The Chromium Authors. All rights reserved. | 1 // Copyright 2016 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 #ifndef GPU_IPC_COMMON_GPU_PARAM_TRAITS_MACROS_H_ | 5 #ifndef GPU_IPC_COMMON_GPU_PARAM_TRAITS_MACROS_H_ |
| 6 #define GPU_IPC_COMMON_GPU_PARAM_TRAITS_MACROS_H_ | 6 #define GPU_IPC_COMMON_GPU_PARAM_TRAITS_MACROS_H_ |
| 7 | 7 |
| 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/command_buffer/common/gpu_memory_allocation.h" | 10 #include "gpu/command_buffer/common/gpu_memory_allocation.h" |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 IPC_STRUCT_TRAITS_MEMBER(red_size) | 122 IPC_STRUCT_TRAITS_MEMBER(red_size) |
| 123 IPC_STRUCT_TRAITS_MEMBER(depth_size) | 123 IPC_STRUCT_TRAITS_MEMBER(depth_size) |
| 124 IPC_STRUCT_TRAITS_MEMBER(stencil_size) | 124 IPC_STRUCT_TRAITS_MEMBER(stencil_size) |
| 125 IPC_STRUCT_TRAITS_MEMBER(samples) | 125 IPC_STRUCT_TRAITS_MEMBER(samples) |
| 126 IPC_STRUCT_TRAITS_MEMBER(sample_buffers) | 126 IPC_STRUCT_TRAITS_MEMBER(sample_buffers) |
| 127 IPC_STRUCT_TRAITS_MEMBER(buffer_preserved) | 127 IPC_STRUCT_TRAITS_MEMBER(buffer_preserved) |
| 128 IPC_STRUCT_TRAITS_MEMBER(bind_generates_resource) | 128 IPC_STRUCT_TRAITS_MEMBER(bind_generates_resource) |
| 129 IPC_STRUCT_TRAITS_MEMBER(fail_if_major_perf_caveat) | 129 IPC_STRUCT_TRAITS_MEMBER(fail_if_major_perf_caveat) |
| 130 IPC_STRUCT_TRAITS_MEMBER(lose_context_when_out_of_memory) | 130 IPC_STRUCT_TRAITS_MEMBER(lose_context_when_out_of_memory) |
| 131 IPC_STRUCT_TRAITS_MEMBER(context_type) | 131 IPC_STRUCT_TRAITS_MEMBER(context_type) |
| 132 IPC_STRUCT_TRAITS_MEMBER(should_use_native_gmb_for_backbuffer) |
| 132 IPC_STRUCT_TRAITS_END() | 133 IPC_STRUCT_TRAITS_END() |
| 133 | 134 |
| 134 | 135 |
| 135 #endif // GPU_IPC_COMMON_GPU_PARAM_TRAITS_MACROS_H_ | 136 #endif // GPU_IPC_COMMON_GPU_PARAM_TRAITS_MACROS_H_ |
| OLD | NEW |