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

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

Issue 1186393004: gpu: Remove async texture uploads. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 3 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 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
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 OP(DeleteValuebuffersCHROMIUMImmediate) /* 526 */ \ 285 OP(DeleteValuebuffersCHROMIUMImmediate) /* 526 */ \
286 OP(IsValuebufferCHROMIUM) /* 527 */ \ 286 OP(IsValuebufferCHROMIUM) /* 527 */ \
287 OP(BindValuebufferCHROMIUM) /* 528 */ \ 287 OP(BindValuebufferCHROMIUM) /* 528 */ \
288 OP(SubscribeValueCHROMIUM) /* 529 */ \ 288 OP(SubscribeValueCHROMIUM) /* 529 */ \
289 OP(PopulateSubscribedValuesCHROMIUM) /* 530 */ \ 289 OP(PopulateSubscribedValuesCHROMIUM) /* 530 */ \
290 OP(UniformValuebufferCHROMIUM) /* 531 */ \ 290 OP(UniformValuebufferCHROMIUM) /* 531 */ \
291 OP(BindTexImage2DCHROMIUM) /* 532 */ \ 291 OP(BindTexImage2DCHROMIUM) /* 532 */ \
292 OP(ReleaseTexImage2DCHROMIUM) /* 533 */ \ 292 OP(ReleaseTexImage2DCHROMIUM) /* 533 */ \
293 OP(TraceBeginCHROMIUM) /* 534 */ \ 293 OP(TraceBeginCHROMIUM) /* 534 */ \
294 OP(TraceEndCHROMIUM) /* 535 */ \ 294 OP(TraceEndCHROMIUM) /* 535 */ \
295 OP(AsyncTexSubImage2DCHROMIUM) /* 536 */ \ 295 OP(DiscardFramebufferEXTImmediate) /* 536 */ \
296 OP(AsyncTexImage2DCHROMIUM) /* 537 */ \ 296 OP(LoseContextCHROMIUM) /* 537 */ \
297 OP(WaitAsyncTexImage2DCHROMIUM) /* 538 */ \ 297 OP(InsertSyncPointCHROMIUM) /* 538 */ \
298 OP(WaitAllAsyncTexImage2DCHROMIUM) /* 539 */ \ 298 OP(WaitSyncPointCHROMIUM) /* 539 */ \
299 OP(DiscardFramebufferEXTImmediate) /* 540 */ \ 299 OP(DrawBuffersEXTImmediate) /* 540 */ \
300 OP(LoseContextCHROMIUM) /* 541 */ \ 300 OP(DiscardBackbufferCHROMIUM) /* 541 */ \
301 OP(InsertSyncPointCHROMIUM) /* 542 */ \ 301 OP(ScheduleOverlayPlaneCHROMIUM) /* 542 */ \
302 OP(WaitSyncPointCHROMIUM) /* 543 */ \ 302 OP(SwapInterval) /* 543 */ \
303 OP(DrawBuffersEXTImmediate) /* 544 */ \ 303 OP(FlushDriverCachesCHROMIUM) /* 544 */ \
304 OP(DiscardBackbufferCHROMIUM) /* 545 */ \ 304 OP(MatrixLoadfCHROMIUMImmediate) /* 545 */ \
305 OP(ScheduleOverlayPlaneCHROMIUM) /* 546 */ \ 305 OP(MatrixLoadIdentityCHROMIUM) /* 546 */ \
306 OP(SwapInterval) /* 547 */ \ 306 OP(GenPathsCHROMIUM) /* 547 */ \
307 OP(FlushDriverCachesCHROMIUM) /* 548 */ \ 307 OP(DeletePathsCHROMIUM) /* 548 */ \
308 OP(MatrixLoadfCHROMIUMImmediate) /* 549 */ \ 308 OP(IsPathCHROMIUM) /* 549 */ \
309 OP(MatrixLoadIdentityCHROMIUM) /* 550 */ \ 309 OP(PathCommandsCHROMIUM) /* 550 */ \
310 OP(GenPathsCHROMIUM) /* 551 */ \ 310 OP(PathParameterfCHROMIUM) /* 551 */ \
311 OP(DeletePathsCHROMIUM) /* 552 */ \ 311 OP(PathParameteriCHROMIUM) /* 552 */ \
312 OP(IsPathCHROMIUM) /* 553 */ \ 312 OP(PathStencilFuncCHROMIUM) /* 553 */ \
313 OP(PathCommandsCHROMIUM) /* 554 */ \ 313 OP(StencilFillPathCHROMIUM) /* 554 */ \
314 OP(PathParameterfCHROMIUM) /* 555 */ \ 314 OP(StencilStrokePathCHROMIUM) /* 555 */ \
315 OP(PathParameteriCHROMIUM) /* 556 */ \ 315 OP(CoverFillPathCHROMIUM) /* 556 */ \
316 OP(PathStencilFuncCHROMIUM) /* 557 */ \ 316 OP(CoverStrokePathCHROMIUM) /* 557 */ \
317 OP(StencilFillPathCHROMIUM) /* 558 */ \ 317 OP(StencilThenCoverFillPathCHROMIUM) /* 558 */ \
318 OP(StencilStrokePathCHROMIUM) /* 559 */ \ 318 OP(StencilThenCoverStrokePathCHROMIUM) /* 559 */ \
319 OP(CoverFillPathCHROMIUM) /* 560 */ \ 319 OP(BlendBarrierKHR) /* 560 */
320 OP(CoverStrokePathCHROMIUM) /* 561 */ \
321 OP(StencilThenCoverFillPathCHROMIUM) /* 562 */ \
322 OP(StencilThenCoverStrokePathCHROMIUM) /* 563 */ \
323 OP(BlendBarrierKHR) /* 564 */
324 320
325 enum CommandId { 321 enum CommandId {
326 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. 322 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.
327 #define GLES2_CMD_OP(name) k##name, 323 #define GLES2_CMD_OP(name) k##name,
328 GLES2_COMMAND_LIST(GLES2_CMD_OP) 324 GLES2_COMMAND_LIST(GLES2_CMD_OP)
329 #undef GLES2_CMD_OP 325 #undef GLES2_CMD_OP
330 kNumCommands 326 kNumCommands
331 }; 327 };
332 328
333 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ 329 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698