| OLD | NEW |
| 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 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 // This file defines the GLES2 command buffer commands. | 5 // This file defines the GLES2 command buffer commands. |
| 6 | 6 |
| 7 #ifndef GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_FORMAT_H_ | 7 #ifndef GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_FORMAT_H_ |
| 8 #define GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_FORMAT_H_ | 8 #define GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_FORMAT_H_ |
| 9 | 9 |
| 10 | 10 |
| (...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 518 OffsetOf_GetUniformLocationBucket_location_shm_id_not_12); | 518 OffsetOf_GetUniformLocationBucket_location_shm_id_not_12); |
| 519 COMPILE_ASSERT(offsetof(GetUniformLocationBucket, location_shm_offset) == 16, | 519 COMPILE_ASSERT(offsetof(GetUniformLocationBucket, location_shm_offset) == 16, |
| 520 OffsetOf_GetUniformLocationBucket_location_shm_offset_not_16); | 520 OffsetOf_GetUniformLocationBucket_location_shm_offset_not_16); |
| 521 | 521 |
| 522 #pragma pack(pop) | 522 #pragma pack(pop) |
| 523 | 523 |
| 524 } // namespace gles2 | 524 } // namespace gles2 |
| 525 } // namespace gpu | 525 } // namespace gpu |
| 526 | 526 |
| 527 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_FORMAT_H_ | 527 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_FORMAT_H_ |
| 528 | |
| OLD | NEW |