Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Side by Side Diff: gpu/command_buffer/common/gles2_cmd_format.h

Issue 8381001: Split GL binding init into core and extension part (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Added dependencies to gl.gyp. Used NOT_REACHED() instead of DCHECK(0). Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « gpu/command_buffer/common/gl_mock.h ('k') | ui/gfx/gl/generate_bindings.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « gpu/command_buffer/common/gl_mock.h ('k') | ui/gfx/gl/generate_bindings.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698