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

Side by Side Diff: gpu/command_buffer/client/gles2_c_lib_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 992 matching lines...) Expand 10 before | Expand all | Expand 10 after
1003 GLenum subscription) { 1003 GLenum subscription) {
1004 gles2::GetGLContext()->UniformValuebufferCHROMIUM(location, target, 1004 gles2::GetGLContext()->UniformValuebufferCHROMIUM(location, target,
1005 subscription); 1005 subscription);
1006 } 1006 }
1007 void GLES2BindTexImage2DCHROMIUM(GLenum target, GLint imageId) { 1007 void GLES2BindTexImage2DCHROMIUM(GLenum target, GLint imageId) {
1008 gles2::GetGLContext()->BindTexImage2DCHROMIUM(target, imageId); 1008 gles2::GetGLContext()->BindTexImage2DCHROMIUM(target, imageId);
1009 } 1009 }
1010 void GLES2ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) { 1010 void GLES2ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) {
1011 gles2::GetGLContext()->ReleaseTexImage2DCHROMIUM(target, imageId); 1011 gles2::GetGLContext()->ReleaseTexImage2DCHROMIUM(target, imageId);
1012 } 1012 }
1013 void GLES2TraceBeginCHROMIUM(const char* name) { 1013 void GLES2TraceBeginCHROMIUM(const char* category_name,
1014 gles2::GetGLContext()->TraceBeginCHROMIUM(name); 1014 const char* trace_name) {
1015 gles2::GetGLContext()->TraceBeginCHROMIUM(category_name, trace_name);
1015 } 1016 }
1016 void GLES2TraceEndCHROMIUM() { 1017 void GLES2TraceEndCHROMIUM() {
1017 gles2::GetGLContext()->TraceEndCHROMIUM(); 1018 gles2::GetGLContext()->TraceEndCHROMIUM();
1018 } 1019 }
1019 void GLES2AsyncTexSubImage2DCHROMIUM(GLenum target, 1020 void GLES2AsyncTexSubImage2DCHROMIUM(GLenum target,
1020 GLint level, 1021 GLint level,
1021 GLint xoffset, 1022 GLint xoffset,
1022 GLint yoffset, 1023 GLint yoffset,
1023 GLsizei width, 1024 GLsizei width,
1024 GLsizei height, 1025 GLsizei height,
(...skipping 1057 matching lines...) Expand 10 before | Expand all | Expand 10 after
2082 reinterpret_cast<GLES2FunctionPointer>(glBlendBarrierKHR), 2083 reinterpret_cast<GLES2FunctionPointer>(glBlendBarrierKHR),
2083 }, 2084 },
2084 { 2085 {
2085 NULL, 2086 NULL,
2086 NULL, 2087 NULL,
2087 }, 2088 },
2088 }; 2089 };
2089 2090
2090 } // namespace gles2 2091 } // namespace gles2
2091 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_ 2092 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/build_gles2_cmd_buffer.py ('k') | gpu/command_buffer/client/gles2_cmd_helper_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698