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

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

Issue 5626008: Exposed support for dynamically enabling extensions in command buffer... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years 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
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 is auto-generated. DO NOT EDIT! 5 // This file is auto-generated. DO NOT EDIT!
6 6
7 #ifndef GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ 7 #ifndef GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_
8 #define GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ 8 #define GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_
9 9
10 #define GLES2_COMMAND_LIST(OP) \ 10 #define GLES2_COMMAND_LIST(OP) \
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 OP(GenSharedIdsCHROMIUM) /* 439 */ \ 194 OP(GenSharedIdsCHROMIUM) /* 439 */ \
195 OP(DeleteSharedIdsCHROMIUM) /* 440 */ \ 195 OP(DeleteSharedIdsCHROMIUM) /* 440 */ \
196 OP(RegisterSharedIdsCHROMIUM) /* 441 */ \ 196 OP(RegisterSharedIdsCHROMIUM) /* 441 */ \
197 OP(CommandBufferEnableCHROMIUM) /* 442 */ \ 197 OP(CommandBufferEnableCHROMIUM) /* 442 */ \
198 OP(CompressedTexImage2DBucket) /* 443 */ \ 198 OP(CompressedTexImage2DBucket) /* 443 */ \
199 OP(CompressedTexSubImage2DBucket) /* 444 */ \ 199 OP(CompressedTexSubImage2DBucket) /* 444 */ \
200 OP(RenderbufferStorageMultisampleEXT) /* 445 */ \ 200 OP(RenderbufferStorageMultisampleEXT) /* 445 */ \
201 OP(BlitFramebufferEXT) /* 446 */ \ 201 OP(BlitFramebufferEXT) /* 446 */ \
202 OP(CopyTextureToParentTextureCHROMIUM) /* 447 */ \ 202 OP(CopyTextureToParentTextureCHROMIUM) /* 447 */ \
203 OP(ResizeCHROMIUM) /* 448 */ \ 203 OP(ResizeCHROMIUM) /* 448 */ \
204 OP(GetRequestableExtensionsCHROMIUM) /* 449 */ \
205 OP(RequestExtensionCHROMIUM) /* 450 */ \
204 206
205 enum CommandId { 207 enum CommandId {
206 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. 208 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.
207 #define GLES2_CMD_OP(name) k ## name, 209 #define GLES2_CMD_OP(name) k ## name,
208 GLES2_COMMAND_LIST(GLES2_CMD_OP) 210 GLES2_COMMAND_LIST(GLES2_CMD_OP)
209 #undef GLES2_CMD_OP 211 #undef GLES2_CMD_OP
210 kNumCommands 212 kNumCommands
211 }; 213 };
212 214
213 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ 215 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_
214 216
OLDNEW
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_format_test_autogen.h ('k') | gpu/command_buffer/service/feature_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698