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 is auto-generated from | 5 // This file is auto-generated from |
6 // gpu/command_buffer/build_gles2_cmd_buffer.py | 6 // gpu/command_buffer/build_gles2_cmd_buffer.py |
7 // DO NOT EDIT! | 7 // DO NOT EDIT! |
8 | 8 |
9 #ifndef GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ | 9 #ifndef GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ |
10 #define GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ | 10 #define GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
194 OP(ReleaseShaderCompiler) /* 437 */ \ | 194 OP(ReleaseShaderCompiler) /* 437 */ \ |
195 OP(GetMaxValueInBufferCHROMIUM) /* 438 */ \ | 195 OP(GetMaxValueInBufferCHROMIUM) /* 438 */ \ |
196 OP(GenSharedIdsCHROMIUM) /* 439 */ \ | 196 OP(GenSharedIdsCHROMIUM) /* 439 */ \ |
197 OP(DeleteSharedIdsCHROMIUM) /* 440 */ \ | 197 OP(DeleteSharedIdsCHROMIUM) /* 440 */ \ |
198 OP(RegisterSharedIdsCHROMIUM) /* 441 */ \ | 198 OP(RegisterSharedIdsCHROMIUM) /* 441 */ \ |
199 OP(CommandBufferEnableCHROMIUM) /* 442 */ \ | 199 OP(CommandBufferEnableCHROMIUM) /* 442 */ \ |
200 OP(CompressedTexImage2DBucket) /* 443 */ \ | 200 OP(CompressedTexImage2DBucket) /* 443 */ \ |
201 OP(CompressedTexSubImage2DBucket) /* 444 */ \ | 201 OP(CompressedTexSubImage2DBucket) /* 444 */ \ |
202 OP(RenderbufferStorageMultisampleEXT) /* 445 */ \ | 202 OP(RenderbufferStorageMultisampleEXT) /* 445 */ \ |
203 OP(BlitFramebufferEXT) /* 446 */ \ | 203 OP(BlitFramebufferEXT) /* 446 */ \ |
204 OP(CopyTextureToParentTextureCHROMIUM) /* 447 */ \ | |
greggman
2011/08/09 16:11:36
My bad. This isn't going to work. All the ids will
| |
205 OP(ResizeCHROMIUM) /* 448 */ \ | 204 OP(ResizeCHROMIUM) /* 448 */ \ |
206 OP(GetRequestableExtensionsCHROMIUM) /* 449 */ \ | 205 OP(GetRequestableExtensionsCHROMIUM) /* 449 */ \ |
207 OP(RequestExtensionCHROMIUM) /* 450 */ \ | 206 OP(RequestExtensionCHROMIUM) /* 450 */ \ |
208 OP(SetSurfaceCHROMIUM) /* 453 */ \ | 207 OP(SetSurfaceCHROMIUM) /* 453 */ \ |
209 OP(GetMultipleIntegervCHROMIUM) /* 454 */ \ | 208 OP(GetMultipleIntegervCHROMIUM) /* 454 */ \ |
210 OP(GetProgramInfoCHROMIUM) /* 455 */ \ | 209 OP(GetProgramInfoCHROMIUM) /* 455 */ \ |
211 | 210 |
212 enum CommandId { | 211 enum CommandId { |
213 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. | 212 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. |
214 #define GLES2_CMD_OP(name) k ## name, | 213 #define GLES2_CMD_OP(name) k ## name, |
215 GLES2_COMMAND_LIST(GLES2_CMD_OP) | 214 GLES2_COMMAND_LIST(GLES2_CMD_OP) |
216 #undef GLES2_CMD_OP | 215 #undef GLES2_CMD_OP |
217 kNumCommands | 216 kNumCommands |
218 }; | 217 }; |
219 | 218 |
220 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ | 219 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ |
221 | 220 |
OLD | NEW |