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

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

Issue 116863003: gpu: Reuse transfer buffers more aggresively (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Unset texture and texture_ref after deleting Created 6 years, 8 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) 2014 The Chromium Authors. All rights reserved. 1 // Copyright (c) 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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 OP(ConsumeTextureCHROMIUMImmediate) /* 471 */ \ 230 OP(ConsumeTextureCHROMIUMImmediate) /* 471 */ \
231 OP(BindUniformLocationCHROMIUM) /* 472 */ \ 231 OP(BindUniformLocationCHROMIUM) /* 472 */ \
232 OP(BindUniformLocationCHROMIUMBucket) /* 473 */ \ 232 OP(BindUniformLocationCHROMIUMBucket) /* 473 */ \
233 OP(BindTexImage2DCHROMIUM) /* 474 */ \ 233 OP(BindTexImage2DCHROMIUM) /* 474 */ \
234 OP(ReleaseTexImage2DCHROMIUM) /* 475 */ \ 234 OP(ReleaseTexImage2DCHROMIUM) /* 475 */ \
235 OP(TraceBeginCHROMIUM) /* 476 */ \ 235 OP(TraceBeginCHROMIUM) /* 476 */ \
236 OP(TraceEndCHROMIUM) /* 477 */ \ 236 OP(TraceEndCHROMIUM) /* 477 */ \
237 OP(AsyncTexSubImage2DCHROMIUM) /* 478 */ \ 237 OP(AsyncTexSubImage2DCHROMIUM) /* 478 */ \
238 OP(AsyncTexImage2DCHROMIUM) /* 479 */ \ 238 OP(AsyncTexImage2DCHROMIUM) /* 479 */ \
239 OP(WaitAsyncTexImage2DCHROMIUM) /* 480 */ \ 239 OP(WaitAsyncTexImage2DCHROMIUM) /* 480 */ \
240 OP(DiscardFramebufferEXT) /* 481 */ \ 240 OP(WaitAllAsyncTexImage2DCHROMIUM) /* 481 */ \
241 OP(DiscardFramebufferEXTImmediate) /* 482 */ \ 241 OP(DiscardFramebufferEXT) /* 482 */ \
242 OP(LoseContextCHROMIUM) /* 483 */ \ 242 OP(DiscardFramebufferEXTImmediate) /* 483 */ \
243 OP(InsertSyncPointCHROMIUM) /* 484 */ \ 243 OP(LoseContextCHROMIUM) /* 484 */ \
244 OP(WaitSyncPointCHROMIUM) /* 485 */ \ 244 OP(InsertSyncPointCHROMIUM) /* 485 */ \
245 OP(DrawBuffersEXT) /* 486 */ \ 245 OP(WaitSyncPointCHROMIUM) /* 486 */ \
246 OP(DrawBuffersEXTImmediate) /* 487 */ \ 246 OP(DrawBuffersEXT) /* 487 */ \
247 OP(DiscardBackbufferCHROMIUM) /* 488 */ 247 OP(DrawBuffersEXTImmediate) /* 488 */ \
248 OP(DiscardBackbufferCHROMIUM) /* 489 */
248 249
249 enum CommandId { 250 enum CommandId {
250 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. 251 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.
251 #define GLES2_CMD_OP(name) k##name, 252 #define GLES2_CMD_OP(name) k##name,
252 GLES2_COMMAND_LIST(GLES2_CMD_OP) 253 GLES2_COMMAND_LIST(GLES2_CMD_OP)
253 #undef GLES2_CMD_OP 254 #undef GLES2_CMD_OP
254 kNumCommands 255 kNumCommands
255 }; 256 };
256 257
257 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ 258 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_format_test_autogen.h ('k') | gpu/command_buffer/service/async_pixel_transfer_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698