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

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

Issue 10836185: Implement GL_EXT_debug_marker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months 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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 OP(Viewport) /* 438 */ \ 195 OP(Viewport) /* 438 */ \
196 OP(BlitFramebufferEXT) /* 439 */ \ 196 OP(BlitFramebufferEXT) /* 439 */ \
197 OP(RenderbufferStorageMultisampleEXT) /* 440 */ \ 197 OP(RenderbufferStorageMultisampleEXT) /* 440 */ \
198 OP(TexStorage2DEXT) /* 441 */ \ 198 OP(TexStorage2DEXT) /* 441 */ \
199 OP(GenQueriesEXT) /* 442 */ \ 199 OP(GenQueriesEXT) /* 442 */ \
200 OP(GenQueriesEXTImmediate) /* 443 */ \ 200 OP(GenQueriesEXTImmediate) /* 443 */ \
201 OP(DeleteQueriesEXT) /* 444 */ \ 201 OP(DeleteQueriesEXT) /* 444 */ \
202 OP(DeleteQueriesEXTImmediate) /* 445 */ \ 202 OP(DeleteQueriesEXTImmediate) /* 445 */ \
203 OP(BeginQueryEXT) /* 446 */ \ 203 OP(BeginQueryEXT) /* 446 */ \
204 OP(EndQueryEXT) /* 447 */ \ 204 OP(EndQueryEXT) /* 447 */ \
205 OP(SwapBuffers) /* 448 */ \ 205 OP(InsertEventMarkerEXT) /* 448 */ \
206 OP(GetMaxValueInBufferCHROMIUM) /* 449 */ \ 206 OP(PushGroupMarkerEXT) /* 449 */ \
207 OP(GenSharedIdsCHROMIUM) /* 450 */ \ 207 OP(PopGroupMarkerEXT) /* 450 */ \
208 OP(DeleteSharedIdsCHROMIUM) /* 451 */ \ 208 OP(SwapBuffers) /* 451 */ \
209 OP(RegisterSharedIdsCHROMIUM) /* 452 */ \ 209 OP(GetMaxValueInBufferCHROMIUM) /* 452 */ \
210 OP(EnableFeatureCHROMIUM) /* 453 */ \ 210 OP(GenSharedIdsCHROMIUM) /* 453 */ \
211 OP(ResizeCHROMIUM) /* 454 */ \ 211 OP(DeleteSharedIdsCHROMIUM) /* 454 */ \
212 OP(GetRequestableExtensionsCHROMIUM) /* 455 */ \ 212 OP(RegisterSharedIdsCHROMIUM) /* 455 */ \
213 OP(RequestExtensionCHROMIUM) /* 456 */ \ 213 OP(EnableFeatureCHROMIUM) /* 456 */ \
214 OP(GetMultipleIntegervCHROMIUM) /* 457 */ \ 214 OP(ResizeCHROMIUM) /* 457 */ \
215 OP(GetProgramInfoCHROMIUM) /* 458 */ \ 215 OP(GetRequestableExtensionsCHROMIUM) /* 458 */ \
216 OP(CreateStreamTextureCHROMIUM) /* 459 */ \ 216 OP(RequestExtensionCHROMIUM) /* 459 */ \
217 OP(DestroyStreamTextureCHROMIUM) /* 460 */ \ 217 OP(GetMultipleIntegervCHROMIUM) /* 460 */ \
218 OP(GetTranslatedShaderSourceANGLE) /* 461 */ \ 218 OP(GetProgramInfoCHROMIUM) /* 461 */ \
219 OP(PostSubBufferCHROMIUM) /* 462 */ \ 219 OP(CreateStreamTextureCHROMIUM) /* 462 */ \
220 OP(TexImageIOSurface2DCHROMIUM) /* 463 */ \ 220 OP(DestroyStreamTextureCHROMIUM) /* 463 */ \
221 OP(CopyTextureCHROMIUM) /* 464 */ \ 221 OP(GetTranslatedShaderSourceANGLE) /* 464 */ \
222 OP(DrawArraysInstancedANGLE) /* 465 */ \ 222 OP(PostSubBufferCHROMIUM) /* 465 */ \
223 OP(DrawElementsInstancedANGLE) /* 466 */ \ 223 OP(TexImageIOSurface2DCHROMIUM) /* 466 */ \
224 OP(VertexAttribDivisorANGLE) /* 467 */ \ 224 OP(CopyTextureCHROMIUM) /* 467 */ \
225 OP(GenMailboxCHROMIUM) /* 468 */ \ 225 OP(DrawArraysInstancedANGLE) /* 468 */ \
226 OP(ProduceTextureCHROMIUM) /* 469 */ \ 226 OP(DrawElementsInstancedANGLE) /* 469 */ \
227 OP(ProduceTextureCHROMIUMImmediate) /* 470 */ \ 227 OP(VertexAttribDivisorANGLE) /* 470 */ \
228 OP(ConsumeTextureCHROMIUM) /* 471 */ \ 228 OP(GenMailboxCHROMIUM) /* 471 */ \
229 OP(ConsumeTextureCHROMIUMImmediate) /* 472 */ \ 229 OP(ProduceTextureCHROMIUM) /* 472 */ \
230 OP(BindUniformLocationCHROMIUM) /* 473 */ \ 230 OP(ProduceTextureCHROMIUMImmediate) /* 473 */ \
231 OP(BindUniformLocationCHROMIUMImmediate) /* 474 */ \ 231 OP(ConsumeTextureCHROMIUM) /* 474 */ \
232 OP(BindUniformLocationCHROMIUMBucket) /* 475 */ \ 232 OP(ConsumeTextureCHROMIUMImmediate) /* 475 */ \
233 OP(BindUniformLocationCHROMIUM) /* 476 */ \
234 OP(BindUniformLocationCHROMIUMImmediate) /* 477 */ \
235 OP(BindUniformLocationCHROMIUMBucket) /* 478 */ \
233 236
234 enum CommandId { 237 enum CommandId {
235 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. 238 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.
236 #define GLES2_CMD_OP(name) k ## name, 239 #define GLES2_CMD_OP(name) k ## name,
237 GLES2_COMMAND_LIST(GLES2_CMD_OP) 240 GLES2_COMMAND_LIST(GLES2_CMD_OP)
238 #undef GLES2_CMD_OP 241 #undef GLES2_CMD_OP
239 kNumCommands 242 kNumCommands
240 }; 243 };
241 244
242 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ 245 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_
243 246
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698