OLD | NEW |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 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 // It's formatted by clang-format using chromium coding style: | 7 // It's formatted by clang-format using chromium coding style: |
8 // clang-format -i -style=chromium filename | 8 // clang-format -i -style=chromium filename |
9 // DO NOT EDIT! | 9 // DO NOT EDIT! |
10 | 10 |
11 #ifndef GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ | 11 #ifndef GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ |
12 #define GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ | 12 #define GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ |
13 | 13 |
14 #define GLES2_COMMAND_LIST(OP) \ | 14 #define GLES2_COMMAND_LIST(OP) \ |
15 OP(ActiveTexture) /* 256 */ \ | 15 OP(ActiveTexture) /* 256 */ \ |
16 OP(AttachShader) /* 257 */ \ | 16 OP(AttachShader) /* 257 */ \ |
17 OP(BindAttribLocation) /* 258 */ \ | 17 OP(BindAttribLocation) /* 258 */ \ |
18 OP(BindAttribLocationBucket) /* 259 */ \ | 18 OP(BindAttribLocationBucket) /* 259 */ \ |
19 OP(BindBuffer) /* 260 */ \ | 19 OP(BindBuffer) /* 260 */ \ |
20 OP(BindFramebuffer) /* 261 */ \ | 20 OP(BindFramebuffer) /* 261 */ \ |
21 OP(BindRenderbuffer) /* 262 */ \ | 21 OP(BindRenderbuffer) /* 262 */ \ |
22 OP(BindTexture) /* 263 */ \ | 22 OP(BindTexture) /* 263 */ \ |
23 OP(BlendColor) /* 264 */ \ | 23 OP(BlendColor) /* 264 */ \ |
24 OP(BlendEquation) /* 265 */ \ | 24 OP(BlendEquation) /* 265 */ \ |
25 OP(BlendEquationSeparate) /* 266 */ \ | 25 OP(BlendEquationSeparate) /* 266 */ \ |
26 OP(BlendFunc) /* 267 */ \ | 26 OP(BlendFunc) /* 267 */ \ |
27 OP(BlendFuncSeparate) /* 268 */ \ | 27 OP(BlendFuncSeparate) /* 268 */ \ |
28 OP(BufferData) /* 269 */ \ | 28 OP(BufferData) /* 269 */ \ |
29 OP(BufferSubData) /* 270 */ \ | 29 OP(BufferSubData) /* 270 */ \ |
30 OP(CheckFramebufferStatus) /* 271 */ \ | 30 OP(CheckFramebufferStatus) /* 271 */ \ |
31 OP(Clear) /* 272 */ \ | 31 OP(Clear) /* 272 */ \ |
32 OP(ClearColor) /* 273 */ \ | 32 OP(ClearColor) /* 273 */ \ |
33 OP(ClearDepthf) /* 274 */ \ | 33 OP(ClearDepthf) /* 274 */ \ |
34 OP(ClearStencil) /* 275 */ \ | 34 OP(ClearStencil) /* 275 */ \ |
35 OP(ColorMask) /* 276 */ \ | 35 OP(ColorMask) /* 276 */ \ |
36 OP(CompileShader) /* 277 */ \ | 36 OP(CompileShader) /* 277 */ \ |
37 OP(CompressedTexImage2D) /* 278 */ \ | 37 OP(CompressedTexImage2D) /* 278 */ \ |
38 OP(CompressedTexImage2DBucket) /* 279 */ \ | 38 OP(CompressedTexImage2DBucket) /* 279 */ \ |
39 OP(CompressedTexSubImage2D) /* 280 */ \ | 39 OP(CompressedTexSubImage2D) /* 280 */ \ |
40 OP(CompressedTexSubImage2DBucket) /* 281 */ \ | 40 OP(CompressedTexSubImage2DBucket) /* 281 */ \ |
41 OP(CopyTexImage2D) /* 282 */ \ | 41 OP(CopyTexImage2D) /* 282 */ \ |
42 OP(CopyTexSubImage2D) /* 283 */ \ | 42 OP(CopyTexSubImage2D) /* 283 */ \ |
43 OP(CreateProgram) /* 284 */ \ | 43 OP(CreateProgram) /* 284 */ \ |
44 OP(CreateShader) /* 285 */ \ | 44 OP(CreateShader) /* 285 */ \ |
45 OP(CullFace) /* 286 */ \ | 45 OP(CullFace) /* 286 */ \ |
46 OP(DeleteBuffersImmediate) /* 287 */ \ | 46 OP(DeleteBuffersImmediate) /* 287 */ \ |
47 OP(DeleteFramebuffersImmediate) /* 288 */ \ | 47 OP(DeleteFramebuffersImmediate) /* 288 */ \ |
48 OP(DeleteProgram) /* 289 */ \ | 48 OP(DeleteProgram) /* 289 */ \ |
49 OP(DeleteRenderbuffersImmediate) /* 290 */ \ | 49 OP(DeleteRenderbuffersImmediate) /* 290 */ \ |
50 OP(DeleteShader) /* 291 */ \ | 50 OP(DeleteShader) /* 291 */ \ |
51 OP(DeleteTexturesImmediate) /* 292 */ \ | 51 OP(DeleteTexturesImmediate) /* 292 */ \ |
52 OP(DepthFunc) /* 293 */ \ | 52 OP(DepthFunc) /* 293 */ \ |
53 OP(DepthMask) /* 294 */ \ | 53 OP(DepthMask) /* 294 */ \ |
54 OP(DepthRangef) /* 295 */ \ | 54 OP(DepthRangef) /* 295 */ \ |
55 OP(DetachShader) /* 296 */ \ | 55 OP(DetachShader) /* 296 */ \ |
56 OP(Disable) /* 297 */ \ | 56 OP(Disable) /* 297 */ \ |
57 OP(DisableVertexAttribArray) /* 298 */ \ | 57 OP(DisableVertexAttribArray) /* 298 */ \ |
58 OP(DrawArrays) /* 299 */ \ | 58 OP(DrawArrays) /* 299 */ \ |
59 OP(DrawElements) /* 300 */ \ | 59 OP(DrawElements) /* 300 */ \ |
60 OP(Enable) /* 301 */ \ | 60 OP(Enable) /* 301 */ \ |
61 OP(EnableVertexAttribArray) /* 302 */ \ | 61 OP(EnableVertexAttribArray) /* 302 */ \ |
62 OP(Finish) /* 303 */ \ | 62 OP(Finish) /* 303 */ \ |
63 OP(Flush) /* 304 */ \ | 63 OP(Flush) /* 304 */ \ |
64 OP(FramebufferRenderbuffer) /* 305 */ \ | 64 OP(FramebufferRenderbuffer) /* 305 */ \ |
65 OP(FramebufferTexture2D) /* 306 */ \ | 65 OP(FramebufferTexture2D) /* 306 */ \ |
66 OP(FrontFace) /* 307 */ \ | 66 OP(FrontFace) /* 307 */ \ |
67 OP(GenBuffersImmediate) /* 308 */ \ | 67 OP(GenBuffersImmediate) /* 308 */ \ |
68 OP(GenerateMipmap) /* 309 */ \ | 68 OP(GenerateMipmap) /* 309 */ \ |
69 OP(GenFramebuffersImmediate) /* 310 */ \ | 69 OP(GenFramebuffersImmediate) /* 310 */ \ |
70 OP(GenRenderbuffersImmediate) /* 311 */ \ | 70 OP(GenRenderbuffersImmediate) /* 311 */ \ |
71 OP(GenTexturesImmediate) /* 312 */ \ | 71 OP(GenTexturesImmediate) /* 312 */ \ |
72 OP(GetActiveAttrib) /* 313 */ \ | 72 OP(GetActiveAttrib) /* 313 */ \ |
73 OP(GetActiveUniform) /* 314 */ \ | 73 OP(GetActiveUniform) /* 314 */ \ |
74 OP(GetAttachedShaders) /* 315 */ \ | 74 OP(GetAttachedShaders) /* 315 */ \ |
75 OP(GetAttribLocation) /* 316 */ \ | 75 OP(GetAttribLocation) /* 316 */ \ |
76 OP(GetAttribLocationBucket) /* 317 */ \ | 76 OP(GetAttribLocationBucket) /* 317 */ \ |
77 OP(GetBooleanv) /* 318 */ \ | 77 OP(GetBooleanv) /* 318 */ \ |
78 OP(GetBufferParameteriv) /* 319 */ \ | 78 OP(GetBufferParameteriv) /* 319 */ \ |
79 OP(GetError) /* 320 */ \ | 79 OP(GetError) /* 320 */ \ |
80 OP(GetFloatv) /* 321 */ \ | 80 OP(GetFloatv) /* 321 */ \ |
81 OP(GetFramebufferAttachmentParameteriv) /* 322 */ \ | 81 OP(GetFramebufferAttachmentParameteriv) /* 322 */ \ |
82 OP(GetIntegerv) /* 323 */ \ | 82 OP(GetIntegerv) /* 323 */ \ |
83 OP(GetProgramiv) /* 324 */ \ | 83 OP(GetProgramiv) /* 324 */ \ |
84 OP(GetProgramInfoLog) /* 325 */ \ | 84 OP(GetProgramInfoLog) /* 325 */ \ |
85 OP(GetRenderbufferParameteriv) /* 326 */ \ | 85 OP(GetRenderbufferParameteriv) /* 326 */ \ |
86 OP(GetShaderiv) /* 327 */ \ | 86 OP(GetShaderiv) /* 327 */ \ |
87 OP(GetShaderInfoLog) /* 328 */ \ | 87 OP(GetShaderInfoLog) /* 328 */ \ |
88 OP(GetShaderPrecisionFormat) /* 329 */ \ | 88 OP(GetShaderPrecisionFormat) /* 329 */ \ |
89 OP(GetShaderSource) /* 330 */ \ | 89 OP(GetShaderSource) /* 330 */ \ |
90 OP(GetString) /* 331 */ \ | 90 OP(GetString) /* 331 */ \ |
91 OP(GetTexParameterfv) /* 332 */ \ | 91 OP(GetTexParameterfv) /* 332 */ \ |
92 OP(GetTexParameteriv) /* 333 */ \ | 92 OP(GetTexParameteriv) /* 333 */ \ |
93 OP(GetUniformfv) /* 334 */ \ | 93 OP(GetUniformfv) /* 334 */ \ |
94 OP(GetUniformiv) /* 335 */ \ | 94 OP(GetUniformiv) /* 335 */ \ |
95 OP(GetUniformLocation) /* 336 */ \ | 95 OP(GetUniformLocation) /* 336 */ \ |
96 OP(GetUniformLocationBucket) /* 337 */ \ | 96 OP(GetUniformLocationBucket) /* 337 */ \ |
97 OP(GetVertexAttribfv) /* 338 */ \ | 97 OP(GetVertexAttribfv) /* 338 */ \ |
98 OP(GetVertexAttribiv) /* 339 */ \ | 98 OP(GetVertexAttribiv) /* 339 */ \ |
99 OP(GetVertexAttribPointerv) /* 340 */ \ | 99 OP(GetVertexAttribPointerv) /* 340 */ \ |
100 OP(Hint) /* 341 */ \ | 100 OP(Hint) /* 341 */ \ |
101 OP(IsBuffer) /* 342 */ \ | 101 OP(IsBuffer) /* 342 */ \ |
102 OP(IsEnabled) /* 343 */ \ | 102 OP(IsEnabled) /* 343 */ \ |
103 OP(IsFramebuffer) /* 344 */ \ | 103 OP(IsFramebuffer) /* 344 */ \ |
104 OP(IsProgram) /* 345 */ \ | 104 OP(IsProgram) /* 345 */ \ |
105 OP(IsRenderbuffer) /* 346 */ \ | 105 OP(IsRenderbuffer) /* 346 */ \ |
106 OP(IsShader) /* 347 */ \ | 106 OP(IsShader) /* 347 */ \ |
107 OP(IsTexture) /* 348 */ \ | 107 OP(IsTexture) /* 348 */ \ |
108 OP(LineWidth) /* 349 */ \ | 108 OP(LineWidth) /* 349 */ \ |
109 OP(LinkProgram) /* 350 */ \ | 109 OP(LinkProgram) /* 350 */ \ |
110 OP(PixelStorei) /* 351 */ \ | 110 OP(PixelStorei) /* 351 */ \ |
111 OP(PolygonOffset) /* 352 */ \ | 111 OP(PolygonOffset) /* 352 */ \ |
112 OP(ReadPixels) /* 353 */ \ | 112 OP(ReadPixels) /* 353 */ \ |
113 OP(ReleaseShaderCompiler) /* 354 */ \ | 113 OP(ReleaseShaderCompiler) /* 354 */ \ |
114 OP(RenderbufferStorage) /* 355 */ \ | 114 OP(RenderbufferStorage) /* 355 */ \ |
115 OP(SampleCoverage) /* 356 */ \ | 115 OP(SampleCoverage) /* 356 */ \ |
116 OP(Scissor) /* 357 */ \ | 116 OP(Scissor) /* 357 */ \ |
117 OP(ShaderBinary) /* 358 */ \ | 117 OP(ShaderBinary) /* 358 */ \ |
118 OP(ShaderSource) /* 359 */ \ | 118 OP(ShaderSource) /* 359 */ \ |
119 OP(ShaderSourceBucket) /* 360 */ \ | 119 OP(ShaderSourceBucket) /* 360 */ \ |
120 OP(StencilFunc) /* 361 */ \ | 120 OP(StencilFunc) /* 361 */ \ |
121 OP(StencilFuncSeparate) /* 362 */ \ | 121 OP(StencilFuncSeparate) /* 362 */ \ |
122 OP(StencilMask) /* 363 */ \ | 122 OP(StencilMask) /* 363 */ \ |
123 OP(StencilMaskSeparate) /* 364 */ \ | 123 OP(StencilMaskSeparate) /* 364 */ \ |
124 OP(StencilOp) /* 365 */ \ | 124 OP(StencilOp) /* 365 */ \ |
125 OP(StencilOpSeparate) /* 366 */ \ | 125 OP(StencilOpSeparate) /* 366 */ \ |
126 OP(TexImage2D) /* 367 */ \ | 126 OP(TexImage2D) /* 367 */ \ |
127 OP(TexParameterf) /* 368 */ \ | 127 OP(TexParameterf) /* 368 */ \ |
128 OP(TexParameterfvImmediate) /* 369 */ \ | 128 OP(TexParameterfvImmediate) /* 369 */ \ |
129 OP(TexParameteri) /* 370 */ \ | 129 OP(TexParameteri) /* 370 */ \ |
130 OP(TexParameterivImmediate) /* 371 */ \ | 130 OP(TexParameterivImmediate) /* 371 */ \ |
131 OP(TexSubImage2D) /* 372 */ \ | 131 OP(TexSubImage2D) /* 372 */ \ |
132 OP(Uniform1f) /* 373 */ \ | 132 OP(Uniform1f) /* 373 */ \ |
133 OP(Uniform1fvImmediate) /* 374 */ \ | 133 OP(Uniform1fvImmediate) /* 374 */ \ |
134 OP(Uniform1i) /* 375 */ \ | 134 OP(Uniform1i) /* 375 */ \ |
135 OP(Uniform1ivImmediate) /* 376 */ \ | 135 OP(Uniform1ivImmediate) /* 376 */ \ |
136 OP(Uniform2f) /* 377 */ \ | 136 OP(Uniform2f) /* 377 */ \ |
137 OP(Uniform2fvImmediate) /* 378 */ \ | 137 OP(Uniform2fvImmediate) /* 378 */ \ |
138 OP(Uniform2i) /* 379 */ \ | 138 OP(Uniform2i) /* 379 */ \ |
139 OP(Uniform2ivImmediate) /* 380 */ \ | 139 OP(Uniform2ivImmediate) /* 380 */ \ |
140 OP(Uniform3f) /* 381 */ \ | 140 OP(Uniform3f) /* 381 */ \ |
141 OP(Uniform3fvImmediate) /* 382 */ \ | 141 OP(Uniform3fvImmediate) /* 382 */ \ |
142 OP(Uniform3i) /* 383 */ \ | 142 OP(Uniform3i) /* 383 */ \ |
143 OP(Uniform3ivImmediate) /* 384 */ \ | 143 OP(Uniform3ivImmediate) /* 384 */ \ |
144 OP(Uniform4f) /* 385 */ \ | 144 OP(Uniform4f) /* 385 */ \ |
145 OP(Uniform4fvImmediate) /* 386 */ \ | 145 OP(Uniform4fvImmediate) /* 386 */ \ |
146 OP(Uniform4i) /* 387 */ \ | 146 OP(Uniform4i) /* 387 */ \ |
147 OP(Uniform4ivImmediate) /* 388 */ \ | 147 OP(Uniform4ivImmediate) /* 388 */ \ |
148 OP(UniformMatrix2fvImmediate) /* 389 */ \ | 148 OP(UniformMatrix2fvImmediate) /* 389 */ \ |
149 OP(UniformMatrix3fvImmediate) /* 390 */ \ | 149 OP(UniformMatrix3fvImmediate) /* 390 */ \ |
150 OP(UniformMatrix4fvImmediate) /* 391 */ \ | 150 OP(UniformMatrix4fvImmediate) /* 391 */ \ |
151 OP(UseProgram) /* 392 */ \ | 151 OP(UseProgram) /* 392 */ \ |
152 OP(ValidateProgram) /* 393 */ \ | 152 OP(ValidateProgram) /* 393 */ \ |
153 OP(VertexAttrib1f) /* 394 */ \ | 153 OP(VertexAttrib1f) /* 394 */ \ |
154 OP(VertexAttrib1fvImmediate) /* 395 */ \ | 154 OP(VertexAttrib1fvImmediate) /* 395 */ \ |
155 OP(VertexAttrib2f) /* 396 */ \ | 155 OP(VertexAttrib2f) /* 396 */ \ |
156 OP(VertexAttrib2fvImmediate) /* 397 */ \ | 156 OP(VertexAttrib2fvImmediate) /* 397 */ \ |
157 OP(VertexAttrib3f) /* 398 */ \ | 157 OP(VertexAttrib3f) /* 398 */ \ |
158 OP(VertexAttrib3fvImmediate) /* 399 */ \ | 158 OP(VertexAttrib3fvImmediate) /* 399 */ \ |
159 OP(VertexAttrib4f) /* 400 */ \ | 159 OP(VertexAttrib4f) /* 400 */ \ |
160 OP(VertexAttrib4fvImmediate) /* 401 */ \ | 160 OP(VertexAttrib4fvImmediate) /* 401 */ \ |
161 OP(VertexAttribPointer) /* 402 */ \ | 161 OP(VertexAttribPointer) /* 402 */ \ |
162 OP(Viewport) /* 403 */ \ | 162 OP(Viewport) /* 403 */ \ |
163 OP(BlitFramebufferCHROMIUM) /* 404 */ \ | 163 OP(BlitFramebufferCHROMIUM) /* 404 */ \ |
164 OP(RenderbufferStorageMultisampleCHROMIUM) /* 405 */ \ | 164 OP(RenderbufferStorageMultisampleCHROMIUM) /* 405 */ \ |
165 OP(RenderbufferStorageMultisampleEXT) /* 406 */ \ | 165 OP(RenderbufferStorageMultisampleEXT) /* 406 */ \ |
166 OP(FramebufferTexture2DMultisampleEXT) /* 407 */ \ | 166 OP(FramebufferTexture2DMultisampleEXT) /* 407 */ \ |
167 OP(TexStorage2DEXT) /* 408 */ \ | 167 OP(TexStorage2DEXT) /* 408 */ \ |
168 OP(GenQueriesEXTImmediate) /* 409 */ \ | 168 OP(GenQueriesEXTImmediate) /* 409 */ \ |
169 OP(DeleteQueriesEXTImmediate) /* 410 */ \ | 169 OP(DeleteQueriesEXTImmediate) /* 410 */ \ |
170 OP(BeginQueryEXT) /* 411 */ \ | 170 OP(BeginQueryEXT) /* 411 */ \ |
171 OP(EndQueryEXT) /* 412 */ \ | 171 OP(EndQueryEXT) /* 412 */ \ |
172 OP(InsertEventMarkerEXT) /* 413 */ \ | 172 OP(InsertEventMarkerEXT) /* 413 */ \ |
173 OP(PushGroupMarkerEXT) /* 414 */ \ | 173 OP(PushGroupMarkerEXT) /* 414 */ \ |
174 OP(PopGroupMarkerEXT) /* 415 */ \ | 174 OP(PopGroupMarkerEXT) /* 415 */ \ |
175 OP(GenVertexArraysOESImmediate) /* 416 */ \ | 175 OP(GenVertexArraysOESImmediate) /* 416 */ \ |
176 OP(DeleteVertexArraysOESImmediate) /* 417 */ \ | 176 OP(DeleteVertexArraysOESImmediate) /* 417 */ \ |
177 OP(IsVertexArrayOES) /* 418 */ \ | 177 OP(IsVertexArrayOES) /* 418 */ \ |
178 OP(BindVertexArrayOES) /* 419 */ \ | 178 OP(BindVertexArrayOES) /* 419 */ \ |
179 OP(SwapBuffers) /* 420 */ \ | 179 OP(SwapBuffers) /* 420 */ \ |
180 OP(GetMaxValueInBufferCHROMIUM) /* 421 */ \ | 180 OP(GetMaxValueInBufferCHROMIUM) /* 421 */ \ |
181 OP(GenSharedIdsCHROMIUM) /* 422 */ \ | 181 OP(GenSharedIdsCHROMIUM) /* 422 */ \ |
182 OP(DeleteSharedIdsCHROMIUM) /* 423 */ \ | 182 OP(DeleteSharedIdsCHROMIUM) /* 423 */ \ |
183 OP(RegisterSharedIdsCHROMIUM) /* 424 */ \ | 183 OP(RegisterSharedIdsCHROMIUM) /* 424 */ \ |
184 OP(EnableFeatureCHROMIUM) /* 425 */ \ | 184 OP(EnableFeatureCHROMIUM) /* 425 */ \ |
185 OP(ResizeCHROMIUM) /* 426 */ \ | 185 OP(ResizeCHROMIUM) /* 426 */ \ |
186 OP(GetRequestableExtensionsCHROMIUM) /* 427 */ \ | 186 OP(GetRequestableExtensionsCHROMIUM) /* 427 */ \ |
187 OP(RequestExtensionCHROMIUM) /* 428 */ \ | 187 OP(RequestExtensionCHROMIUM) /* 428 */ \ |
188 OP(GetMultipleIntegervCHROMIUM) /* 429 */ \ | 188 OP(GetMultipleIntegervCHROMIUM) /* 429 */ \ |
189 OP(GetProgramInfoCHROMIUM) /* 430 */ \ | 189 OP(GetProgramInfoCHROMIUM) /* 430 */ \ |
190 OP(GetTranslatedShaderSourceANGLE) /* 431 */ \ | 190 OP(GetTranslatedShaderSourceANGLE) /* 431 */ \ |
191 OP(PostSubBufferCHROMIUM) /* 432 */ \ | 191 OP(PostSubBufferCHROMIUM) /* 432 */ \ |
192 OP(TexImageIOSurface2DCHROMIUM) /* 433 */ \ | 192 OP(TexImageIOSurface2DCHROMIUM) /* 433 */ \ |
193 OP(CopyTextureCHROMIUM) /* 434 */ \ | 193 OP(CopyTextureCHROMIUM) /* 434 */ \ |
194 OP(DrawArraysInstancedANGLE) /* 435 */ \ | 194 OP(DrawArraysInstancedANGLE) /* 435 */ \ |
195 OP(DrawElementsInstancedANGLE) /* 436 */ \ | 195 OP(DrawElementsInstancedANGLE) /* 436 */ \ |
196 OP(VertexAttribDivisorANGLE) /* 437 */ \ | 196 OP(VertexAttribDivisorANGLE) /* 437 */ \ |
197 OP(GenMailboxCHROMIUM) /* 438 */ \ | 197 OP(GenMailboxCHROMIUM) /* 438 */ \ |
198 OP(ProduceTextureCHROMIUMImmediate) /* 439 */ \ | 198 OP(ProduceTextureCHROMIUMImmediate) /* 439 */ \ |
199 OP(ConsumeTextureCHROMIUMImmediate) /* 440 */ \ | 199 OP(ProduceTextureDirectCHROMIUMImmediate) /* 440 */ \ |
200 OP(BindUniformLocationCHROMIUM) /* 441 */ \ | 200 OP(ConsumeTextureCHROMIUMImmediate) /* 441 */ \ |
201 OP(BindUniformLocationCHROMIUMBucket) /* 442 */ \ | 201 OP(CreateAndConsumeTextureCHROMIUMImmediate) /* 442 */ \ |
202 OP(BindTexImage2DCHROMIUM) /* 443 */ \ | 202 OP(BindUniformLocationCHROMIUM) /* 443 */ \ |
203 OP(ReleaseTexImage2DCHROMIUM) /* 444 */ \ | 203 OP(BindUniformLocationCHROMIUMBucket) /* 444 */ \ |
204 OP(TraceBeginCHROMIUM) /* 445 */ \ | 204 OP(BindTexImage2DCHROMIUM) /* 445 */ \ |
205 OP(TraceEndCHROMIUM) /* 446 */ \ | 205 OP(ReleaseTexImage2DCHROMIUM) /* 446 */ \ |
206 OP(AsyncTexSubImage2DCHROMIUM) /* 447 */ \ | 206 OP(TraceBeginCHROMIUM) /* 447 */ \ |
207 OP(AsyncTexImage2DCHROMIUM) /* 448 */ \ | 207 OP(TraceEndCHROMIUM) /* 448 */ \ |
208 OP(WaitAsyncTexImage2DCHROMIUM) /* 449 */ \ | 208 OP(AsyncTexSubImage2DCHROMIUM) /* 449 */ \ |
209 OP(WaitAllAsyncTexImage2DCHROMIUM) /* 450 */ \ | 209 OP(AsyncTexImage2DCHROMIUM) /* 450 */ \ |
210 OP(DiscardFramebufferEXTImmediate) /* 451 */ \ | 210 OP(WaitAsyncTexImage2DCHROMIUM) /* 451 */ \ |
211 OP(LoseContextCHROMIUM) /* 452 */ \ | 211 OP(WaitAllAsyncTexImage2DCHROMIUM) /* 452 */ \ |
212 OP(InsertSyncPointCHROMIUM) /* 453 */ \ | 212 OP(DiscardFramebufferEXTImmediate) /* 453 */ \ |
213 OP(WaitSyncPointCHROMIUM) /* 454 */ \ | 213 OP(LoseContextCHROMIUM) /* 454 */ \ |
214 OP(DrawBuffersEXTImmediate) /* 455 */ \ | 214 OP(InsertSyncPointCHROMIUM) /* 455 */ \ |
215 OP(DiscardBackbufferCHROMIUM) /* 456 */ \ | 215 OP(WaitSyncPointCHROMIUM) /* 456 */ \ |
216 OP(ScheduleOverlayPlaneCHROMIUM) /* 457 */ | 216 OP(DrawBuffersEXTImmediate) /* 457 */ \ |
| 217 OP(DiscardBackbufferCHROMIUM) /* 458 */ \ |
| 218 OP(ScheduleOverlayPlaneCHROMIUM) /* 459 */ |
217 | 219 |
218 enum CommandId { | 220 enum CommandId { |
219 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. | 221 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. |
220 #define GLES2_CMD_OP(name) k##name, | 222 #define GLES2_CMD_OP(name) k##name, |
221 GLES2_COMMAND_LIST(GLES2_CMD_OP) | 223 GLES2_COMMAND_LIST(GLES2_CMD_OP) |
222 #undef GLES2_CMD_OP | 224 #undef GLES2_CMD_OP |
223 kNumCommands | 225 kNumCommands |
224 }; | 226 }; |
225 | 227 |
226 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ | 228 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ |
OLD | NEW |