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

Side by Side Diff: gpu/command_buffer/client/gles2_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 719 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 void PopulateSubscribedValuesCHROMIUM(GLenum target) override; 730 void PopulateSubscribedValuesCHROMIUM(GLenum target) override;
731 731
732 void UniformValuebufferCHROMIUM(GLint location, 732 void UniformValuebufferCHROMIUM(GLint location,
733 GLenum target, 733 GLenum target,
734 GLenum subscription) override; 734 GLenum subscription) override;
735 735
736 void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override; 736 void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
737 737
738 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override; 738 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
739 739
740 void TraceBeginCHROMIUM(const char* name) override; 740 void TraceBeginCHROMIUM(const char* category_name,
741 const char* trace_name) override;
741 742
742 void TraceEndCHROMIUM() override; 743 void TraceEndCHROMIUM() override;
743 744
744 void AsyncTexSubImage2DCHROMIUM(GLenum target, 745 void AsyncTexSubImage2DCHROMIUM(GLenum target,
745 GLint level, 746 GLint level,
746 GLint xoffset, 747 GLint xoffset,
747 GLint yoffset, 748 GLint yoffset,
748 GLsizei width, 749 GLsizei width,
749 GLsizei height, 750 GLsizei height,
750 GLenum format, 751 GLenum format,
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 GLfloat uv_width, 792 GLfloat uv_width,
792 GLfloat uv_height) override; 793 GLfloat uv_height) override;
793 794
794 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 795 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
795 796
796 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; 797 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override;
797 798
798 void BlendBarrierKHR() override; 799 void BlendBarrierKHR() override;
799 800
800 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ 801 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698