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

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

Issue 18492005: Add GL_EXT_multisampled_render_to_texture support to command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved ahead to TOT Created 7 years, 5 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
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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 OP(VertexAttrib3f) /* 431 */ \ 188 OP(VertexAttrib3f) /* 431 */ \
189 OP(VertexAttrib3fv) /* 432 */ \ 189 OP(VertexAttrib3fv) /* 432 */ \
190 OP(VertexAttrib3fvImmediate) /* 433 */ \ 190 OP(VertexAttrib3fvImmediate) /* 433 */ \
191 OP(VertexAttrib4f) /* 434 */ \ 191 OP(VertexAttrib4f) /* 434 */ \
192 OP(VertexAttrib4fv) /* 435 */ \ 192 OP(VertexAttrib4fv) /* 435 */ \
193 OP(VertexAttrib4fvImmediate) /* 436 */ \ 193 OP(VertexAttrib4fvImmediate) /* 436 */ \
194 OP(VertexAttribPointer) /* 437 */ \ 194 OP(VertexAttribPointer) /* 437 */ \
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(FramebufferTexture2DMultisampleEXT) /* 441 */ \
199 OP(GenQueriesEXT) /* 442 */ \ 199 OP(TexStorage2DEXT) /* 442 */ \
200 OP(GenQueriesEXTImmediate) /* 443 */ \ 200 OP(GenQueriesEXT) /* 443 */ \
201 OP(DeleteQueriesEXT) /* 444 */ \ 201 OP(GenQueriesEXTImmediate) /* 444 */ \
202 OP(DeleteQueriesEXTImmediate) /* 445 */ \ 202 OP(DeleteQueriesEXT) /* 445 */ \
203 OP(BeginQueryEXT) /* 446 */ \ 203 OP(DeleteQueriesEXTImmediate) /* 446 */ \
204 OP(EndQueryEXT) /* 447 */ \ 204 OP(BeginQueryEXT) /* 447 */ \
205 OP(InsertEventMarkerEXT) /* 448 */ \ 205 OP(EndQueryEXT) /* 448 */ \
206 OP(PushGroupMarkerEXT) /* 449 */ \ 206 OP(InsertEventMarkerEXT) /* 449 */ \
207 OP(PopGroupMarkerEXT) /* 450 */ \ 207 OP(PushGroupMarkerEXT) /* 450 */ \
208 OP(GenVertexArraysOES) /* 451 */ \ 208 OP(PopGroupMarkerEXT) /* 451 */ \
209 OP(GenVertexArraysOESImmediate) /* 452 */ \ 209 OP(GenVertexArraysOES) /* 452 */ \
210 OP(DeleteVertexArraysOES) /* 453 */ \ 210 OP(GenVertexArraysOESImmediate) /* 453 */ \
211 OP(DeleteVertexArraysOESImmediate) /* 454 */ \ 211 OP(DeleteVertexArraysOES) /* 454 */ \
212 OP(IsVertexArrayOES) /* 455 */ \ 212 OP(DeleteVertexArraysOESImmediate) /* 455 */ \
213 OP(BindVertexArrayOES) /* 456 */ \ 213 OP(IsVertexArrayOES) /* 456 */ \
214 OP(SwapBuffers) /* 457 */ \ 214 OP(BindVertexArrayOES) /* 457 */ \
215 OP(GetMaxValueInBufferCHROMIUM) /* 458 */ \ 215 OP(SwapBuffers) /* 458 */ \
216 OP(GenSharedIdsCHROMIUM) /* 459 */ \ 216 OP(GetMaxValueInBufferCHROMIUM) /* 459 */ \
217 OP(DeleteSharedIdsCHROMIUM) /* 460 */ \ 217 OP(GenSharedIdsCHROMIUM) /* 460 */ \
218 OP(RegisterSharedIdsCHROMIUM) /* 461 */ \ 218 OP(DeleteSharedIdsCHROMIUM) /* 461 */ \
219 OP(EnableFeatureCHROMIUM) /* 462 */ \ 219 OP(RegisterSharedIdsCHROMIUM) /* 462 */ \
220 OP(ResizeCHROMIUM) /* 463 */ \ 220 OP(EnableFeatureCHROMIUM) /* 463 */ \
221 OP(GetRequestableExtensionsCHROMIUM) /* 464 */ \ 221 OP(ResizeCHROMIUM) /* 464 */ \
222 OP(RequestExtensionCHROMIUM) /* 465 */ \ 222 OP(GetRequestableExtensionsCHROMIUM) /* 465 */ \
223 OP(GetMultipleIntegervCHROMIUM) /* 466 */ \ 223 OP(RequestExtensionCHROMIUM) /* 466 */ \
224 OP(GetProgramInfoCHROMIUM) /* 467 */ \ 224 OP(GetMultipleIntegervCHROMIUM) /* 467 */ \
225 OP(CreateStreamTextureCHROMIUM) /* 468 */ \ 225 OP(GetProgramInfoCHROMIUM) /* 468 */ \
226 OP(DestroyStreamTextureCHROMIUM) /* 469 */ \ 226 OP(CreateStreamTextureCHROMIUM) /* 469 */ \
227 OP(GetTranslatedShaderSourceANGLE) /* 470 */ \ 227 OP(DestroyStreamTextureCHROMIUM) /* 470 */ \
228 OP(PostSubBufferCHROMIUM) /* 471 */ \ 228 OP(GetTranslatedShaderSourceANGLE) /* 471 */ \
229 OP(TexImageIOSurface2DCHROMIUM) /* 472 */ \ 229 OP(PostSubBufferCHROMIUM) /* 472 */ \
230 OP(CopyTextureCHROMIUM) /* 473 */ \ 230 OP(TexImageIOSurface2DCHROMIUM) /* 473 */ \
231 OP(DrawArraysInstancedANGLE) /* 474 */ \ 231 OP(CopyTextureCHROMIUM) /* 474 */ \
232 OP(DrawElementsInstancedANGLE) /* 475 */ \ 232 OP(DrawArraysInstancedANGLE) /* 475 */ \
233 OP(VertexAttribDivisorANGLE) /* 476 */ \ 233 OP(DrawElementsInstancedANGLE) /* 476 */ \
234 OP(GenMailboxCHROMIUM) /* 477 */ \ 234 OP(VertexAttribDivisorANGLE) /* 477 */ \
235 OP(ProduceTextureCHROMIUM) /* 478 */ \ 235 OP(GenMailboxCHROMIUM) /* 478 */ \
236 OP(ProduceTextureCHROMIUMImmediate) /* 479 */ \ 236 OP(ProduceTextureCHROMIUM) /* 479 */ \
237 OP(ConsumeTextureCHROMIUM) /* 480 */ \ 237 OP(ProduceTextureCHROMIUMImmediate) /* 480 */ \
238 OP(ConsumeTextureCHROMIUMImmediate) /* 481 */ \ 238 OP(ConsumeTextureCHROMIUM) /* 481 */ \
239 OP(BindUniformLocationCHROMIUM) /* 482 */ \ 239 OP(ConsumeTextureCHROMIUMImmediate) /* 482 */ \
240 OP(BindUniformLocationCHROMIUMImmediate) /* 483 */ \ 240 OP(BindUniformLocationCHROMIUM) /* 483 */ \
241 OP(BindUniformLocationCHROMIUMBucket) /* 484 */ \ 241 OP(BindUniformLocationCHROMIUMImmediate) /* 484 */ \
242 OP(BindTexImage2DCHROMIUM) /* 485 */ \ 242 OP(BindUniformLocationCHROMIUMBucket) /* 485 */ \
243 OP(ReleaseTexImage2DCHROMIUM) /* 486 */ \ 243 OP(BindTexImage2DCHROMIUM) /* 486 */ \
244 OP(TraceBeginCHROMIUM) /* 487 */ \ 244 OP(ReleaseTexImage2DCHROMIUM) /* 487 */ \
245 OP(TraceEndCHROMIUM) /* 488 */ \ 245 OP(TraceBeginCHROMIUM) /* 488 */ \
246 OP(AsyncTexSubImage2DCHROMIUM) /* 489 */ \ 246 OP(TraceEndCHROMIUM) /* 489 */ \
247 OP(AsyncTexImage2DCHROMIUM) /* 490 */ \ 247 OP(AsyncTexSubImage2DCHROMIUM) /* 490 */ \
248 OP(WaitAsyncTexImage2DCHROMIUM) /* 491 */ \ 248 OP(AsyncTexImage2DCHROMIUM) /* 491 */ \
249 OP(DiscardFramebufferEXT) /* 492 */ \ 249 OP(WaitAsyncTexImage2DCHROMIUM) /* 492 */ \
250 OP(DiscardFramebufferEXTImmediate) /* 493 */ \ 250 OP(DiscardFramebufferEXT) /* 493 */ \
251 OP(LoseContextCHROMIUM) /* 494 */ \ 251 OP(DiscardFramebufferEXTImmediate) /* 494 */ \
252 OP(InsertSyncPointCHROMIUM) /* 495 */ \ 252 OP(LoseContextCHROMIUM) /* 495 */ \
253 OP(WaitSyncPointCHROMIUM) /* 496 */ \ 253 OP(InsertSyncPointCHROMIUM) /* 496 */ \
254 OP(DrawBuffersEXT) /* 497 */ \ 254 OP(WaitSyncPointCHROMIUM) /* 497 */ \
255 OP(DrawBuffersEXTImmediate) /* 498 */ \ 255 OP(DrawBuffersEXT) /* 498 */ \
256 OP(DrawBuffersEXTImmediate) /* 499 */ \
256 257
257 enum CommandId { 258 enum CommandId {
258 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. 259 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.
259 #define GLES2_CMD_OP(name) k ## name, 260 #define GLES2_CMD_OP(name) k ## name,
260 GLES2_COMMAND_LIST(GLES2_CMD_OP) 261 GLES2_COMMAND_LIST(GLES2_CMD_OP)
261 #undef GLES2_CMD_OP 262 #undef GLES2_CMD_OP
262 kNumCommands 263 kNumCommands
263 }; 264 };
264 265
265 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ 266 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_
266 267
OLDNEW
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_format_test_autogen.h ('k') | gpu/command_buffer/common/gles2_cmd_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698