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

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

Issue 10106015: Allow textures to be moved from one GL context group to another. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 OP(GetProgramInfoCHROMIUM) /* 458 */ \ 215 OP(GetProgramInfoCHROMIUM) /* 458 */ \
216 OP(CreateStreamTextureCHROMIUM) /* 459 */ \ 216 OP(CreateStreamTextureCHROMIUM) /* 459 */ \
217 OP(DestroyStreamTextureCHROMIUM) /* 460 */ \ 217 OP(DestroyStreamTextureCHROMIUM) /* 460 */ \
218 OP(GetTranslatedShaderSourceANGLE) /* 461 */ \ 218 OP(GetTranslatedShaderSourceANGLE) /* 461 */ \
219 OP(PostSubBufferCHROMIUM) /* 462 */ \ 219 OP(PostSubBufferCHROMIUM) /* 462 */ \
220 OP(TexImageIOSurface2DCHROMIUM) /* 463 */ \ 220 OP(TexImageIOSurface2DCHROMIUM) /* 463 */ \
221 OP(CopyTextureCHROMIUM) /* 464 */ \ 221 OP(CopyTextureCHROMIUM) /* 464 */ \
222 OP(DrawArraysInstancedANGLE) /* 465 */ \ 222 OP(DrawArraysInstancedANGLE) /* 465 */ \
223 OP(DrawElementsInstancedANGLE) /* 466 */ \ 223 OP(DrawElementsInstancedANGLE) /* 466 */ \
224 OP(VertexAttribDivisorANGLE) /* 467 */ \ 224 OP(VertexAttribDivisorANGLE) /* 467 */ \
225 OP(GenMailboxCHROMIUM) /* 468 */ \
226 OP(ProduceTextureCHROMIUM) /* 469 */ \
227 OP(ProduceTextureCHROMIUMImmediate) /* 470 */ \
228 OP(ConsumeTextureCHROMIUM) /* 471 */ \
229 OP(ConsumeTextureCHROMIUMImmediate) /* 472 */ \
225 230
226 enum CommandId { 231 enum CommandId {
227 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. 232 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.
228 #define GLES2_CMD_OP(name) k ## name, 233 #define GLES2_CMD_OP(name) k ## name,
229 GLES2_COMMAND_LIST(GLES2_CMD_OP) 234 GLES2_COMMAND_LIST(GLES2_CMD_OP)
230 #undef GLES2_CMD_OP 235 #undef GLES2_CMD_OP
231 kNumCommands 236 kNumCommands
232 }; 237 };
233 238
234 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ 239 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_
235 240
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698