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

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

Issue 12581004: Move InsertSyncPoint to GLES2Interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes 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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 OP(BindTexImage2DCHROMIUM) /* 485 */ \ 242 OP(BindTexImage2DCHROMIUM) /* 485 */ \
243 OP(ReleaseTexImage2DCHROMIUM) /* 486 */ \ 243 OP(ReleaseTexImage2DCHROMIUM) /* 486 */ \
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(WaitSyncPointCHROMIUM) /* 495 */ \ 252 OP(InsertSyncPointCHROMIUM) /* 495 */ \
253 OP(WaitSyncPointCHROMIUM) /* 496 */ \
253 254
254 enum CommandId { 255 enum CommandId {
255 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. 256 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.
256 #define GLES2_CMD_OP(name) k ## name, 257 #define GLES2_CMD_OP(name) k ## name,
257 GLES2_COMMAND_LIST(GLES2_CMD_OP) 258 GLES2_COMMAND_LIST(GLES2_CMD_OP)
258 #undef GLES2_CMD_OP 259 #undef GLES2_CMD_OP
259 kNumCommands 260 kNumCommands
260 }; 261 };
261 262
262 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ 263 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_
263 264
OLDNEW
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_format_test_autogen.h ('k') | gpu/command_buffer/service/command_buffer_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698