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

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

Issue 8772033: Adds support for the GL_ANGLE_texture_usage and GL_EXT_texture_storage (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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) 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 OP(GetRequestableExtensionsCHROMIUM) /* 449 */ \ 206 OP(GetRequestableExtensionsCHROMIUM) /* 449 */ \
207 OP(RequestExtensionCHROMIUM) /* 450 */ \ 207 OP(RequestExtensionCHROMIUM) /* 450 */ \
208 OP(CreateStreamTextureCHROMIUM) /* 451 */ \ 208 OP(CreateStreamTextureCHROMIUM) /* 451 */ \
209 OP(DestroyStreamTextureCHROMIUM) /* 452 */ \ 209 OP(DestroyStreamTextureCHROMIUM) /* 452 */ \
210 OP(Placeholder453CHROMIUM) /* 453 */ \ 210 OP(Placeholder453CHROMIUM) /* 453 */ \
211 OP(GetMultipleIntegervCHROMIUM) /* 454 */ \ 211 OP(GetMultipleIntegervCHROMIUM) /* 454 */ \
212 OP(GetProgramInfoCHROMIUM) /* 455 */ \ 212 OP(GetProgramInfoCHROMIUM) /* 455 */ \
213 OP(GetTranslatedShaderSourceANGLE) /* 456 */ \ 213 OP(GetTranslatedShaderSourceANGLE) /* 456 */ \
214 OP(PostSubBufferCHROMIUM) /* 457 */ \ 214 OP(PostSubBufferCHROMIUM) /* 457 */ \
215 OP(TexImageIOSurface2DCHROMIUM) /* 458 */ \ 215 OP(TexImageIOSurface2DCHROMIUM) /* 458 */ \
216 OP(TexStorage2DEXT) /* 459 */ \
216 217
217 enum CommandId { 218 enum CommandId {
218 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. 219 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.
219 #define GLES2_CMD_OP(name) k ## name, 220 #define GLES2_CMD_OP(name) k ## name,
220 GLES2_COMMAND_LIST(GLES2_CMD_OP) 221 GLES2_COMMAND_LIST(GLES2_CMD_OP)
221 #undef GLES2_CMD_OP 222 #undef GLES2_CMD_OP
222 kNumCommands 223 kNumCommands
223 }; 224 };
224 225
225 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ 226 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_
226 227
OLDNEW
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_format_test_autogen.h ('k') | gpu/command_buffer/common/gles2_cmd_utils_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698