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

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

Issue 12545014: Implement EXT_draw_buffers WebGL extention support in command buffer. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 9 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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 OP(TraceBeginCHROMIUM) /* 487 */ \ 244 OP(TraceBeginCHROMIUM) /* 487 */ \
245 OP(TraceEndCHROMIUM) /* 488 */ \ 245 OP(TraceEndCHROMIUM) /* 488 */ \
246 OP(AsyncTexSubImage2DCHROMIUM) /* 489 */ \ 246 OP(AsyncTexSubImage2DCHROMIUM) /* 489 */ \
247 OP(AsyncTexImage2DCHROMIUM) /* 490 */ \ 247 OP(AsyncTexImage2DCHROMIUM) /* 490 */ \
248 OP(WaitAsyncTexImage2DCHROMIUM) /* 491 */ \ 248 OP(WaitAsyncTexImage2DCHROMIUM) /* 491 */ \
249 OP(DiscardFramebufferEXT) /* 492 */ \ 249 OP(DiscardFramebufferEXT) /* 492 */ \
250 OP(DiscardFramebufferEXTImmediate) /* 493 */ \ 250 OP(DiscardFramebufferEXTImmediate) /* 493 */ \
251 OP(LoseContextCHROMIUM) /* 494 */ \ 251 OP(LoseContextCHROMIUM) /* 494 */ \
252 OP(InsertSyncPointCHROMIUM) /* 495 */ \ 252 OP(InsertSyncPointCHROMIUM) /* 495 */ \
253 OP(WaitSyncPointCHROMIUM) /* 496 */ \ 253 OP(WaitSyncPointCHROMIUM) /* 496 */ \
254 OP(DrawBuffersEXT) /* 497 */ \
255 OP(DrawBuffersEXTImmediate) /* 498 */ \
254 256
255 enum CommandId { 257 enum CommandId {
256 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. 258 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.
257 #define GLES2_CMD_OP(name) k ## name, 259 #define GLES2_CMD_OP(name) k ## name,
258 GLES2_COMMAND_LIST(GLES2_CMD_OP) 260 GLES2_COMMAND_LIST(GLES2_CMD_OP)
259 #undef GLES2_CMD_OP 261 #undef GLES2_CMD_OP
260 kNumCommands 262 kNumCommands
261 }; 263 };
262 264
263 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ 265 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_
264 266
OLDNEW
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_format_test_autogen.h ('k') | gpu/command_buffer/common/gles2_cmd_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698