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

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: Service side GPU trace not turned on when device is turned on 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 733 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 void PopulateSubscribedValuesCHROMIUM(GLenum target) override; 744 void PopulateSubscribedValuesCHROMIUM(GLenum target) override;
745 745
746 void UniformValuebufferCHROMIUM(GLint location, 746 void UniformValuebufferCHROMIUM(GLint location,
747 GLenum target, 747 GLenum target,
748 GLenum subscription) override; 748 GLenum subscription) override;
749 749
750 void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override; 750 void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
751 751
752 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override; 752 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
753 753
754 void TraceBeginCHROMIUM(const char* name) override; 754 void TraceBeginCHROMIUM(const char* category_name,
755 const char* trace_name) override;
755 756
756 void TraceEndCHROMIUM() override; 757 void TraceEndCHROMIUM() override;
757 758
758 void AsyncTexSubImage2DCHROMIUM(GLenum target, 759 void AsyncTexSubImage2DCHROMIUM(GLenum target,
759 GLint level, 760 GLint level,
760 GLint xoffset, 761 GLint xoffset,
761 GLint yoffset, 762 GLint yoffset,
762 GLsizei width, 763 GLsizei width,
763 GLsizei height, 764 GLsizei height,
764 GLenum format, 765 GLenum format,
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
805 GLfloat uv_width, 806 GLfloat uv_width,
806 GLfloat uv_height) override; 807 GLfloat uv_height) override;
807 808
808 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 809 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
809 810
810 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; 811 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override;
811 812
812 void BlendBarrierKHR() override; 813 void BlendBarrierKHR() override;
813 814
814 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ 815 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gles2_implementation.cc ('k') | gpu/command_buffer/client/gles2_interface_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698