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

Side by Side Diff: gpu/command_buffer/client/gles2_trace_implementation_autogen.h

Issue 776603003: Changed the GPU Tracer so the category names can be customized. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable gpu_decoder and gpu_group_marker by default Created 6 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
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 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 void DeleteValuebuffersCHROMIUM(GLsizei n, const GLuint* valuebuffers) override; 511 void DeleteValuebuffersCHROMIUM(GLsizei n, const GLuint* valuebuffers) override;
512 GLboolean IsValuebufferCHROMIUM(GLuint valuebuffer) override; 512 GLboolean IsValuebufferCHROMIUM(GLuint valuebuffer) override;
513 void BindValuebufferCHROMIUM(GLenum target, GLuint valuebuffer) override; 513 void BindValuebufferCHROMIUM(GLenum target, GLuint valuebuffer) override;
514 void SubscribeValueCHROMIUM(GLenum target, GLenum subscription) override; 514 void SubscribeValueCHROMIUM(GLenum target, GLenum subscription) override;
515 void PopulateSubscribedValuesCHROMIUM(GLenum target) override; 515 void PopulateSubscribedValuesCHROMIUM(GLenum target) override;
516 void UniformValuebufferCHROMIUM(GLint location, 516 void UniformValuebufferCHROMIUM(GLint location,
517 GLenum target, 517 GLenum target,
518 GLenum subscription) override; 518 GLenum subscription) override;
519 void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override; 519 void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
520 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override; 520 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
521 void TraceBeginCHROMIUM(const char* name) override; 521 void TraceBeginCHROMIUM(const char* category_name,
522 const char* trace_name) override;
522 void TraceEndCHROMIUM() override; 523 void TraceEndCHROMIUM() override;
523 void AsyncTexSubImage2DCHROMIUM(GLenum target, 524 void AsyncTexSubImage2DCHROMIUM(GLenum target,
524 GLint level, 525 GLint level,
525 GLint xoffset, 526 GLint xoffset,
526 GLint yoffset, 527 GLint yoffset,
527 GLsizei width, 528 GLsizei width,
528 GLsizei height, 529 GLsizei height,
529 GLenum format, 530 GLenum format,
530 GLenum type, 531 GLenum type,
531 const void* data) override; 532 const void* data) override;
(...skipping 24 matching lines...) Expand all
556 GLint bounds_width, 557 GLint bounds_width,
557 GLint bounds_height, 558 GLint bounds_height,
558 GLfloat uv_x, 559 GLfloat uv_x,
559 GLfloat uv_y, 560 GLfloat uv_y,
560 GLfloat uv_width, 561 GLfloat uv_width,
561 GLfloat uv_height) override; 562 GLfloat uv_height) override;
562 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 563 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
563 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; 564 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override;
564 void BlendBarrierKHR() override; 565 void BlendBarrierKHR() override;
565 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ 566 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698