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

Side by Side Diff: gpu/command_buffer/client/gles2_interface_stub_impl_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 898 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 void GLES2InterfaceStub::UniformValuebufferCHROMIUM(GLint /* location */, 909 void GLES2InterfaceStub::UniformValuebufferCHROMIUM(GLint /* location */,
910 GLenum /* target */, 910 GLenum /* target */,
911 GLenum /* subscription */) { 911 GLenum /* subscription */) {
912 } 912 }
913 void GLES2InterfaceStub::BindTexImage2DCHROMIUM(GLenum /* target */, 913 void GLES2InterfaceStub::BindTexImage2DCHROMIUM(GLenum /* target */,
914 GLint /* imageId */) { 914 GLint /* imageId */) {
915 } 915 }
916 void GLES2InterfaceStub::ReleaseTexImage2DCHROMIUM(GLenum /* target */, 916 void GLES2InterfaceStub::ReleaseTexImage2DCHROMIUM(GLenum /* target */,
917 GLint /* imageId */) { 917 GLint /* imageId */) {
918 } 918 }
919 void GLES2InterfaceStub::TraceBeginCHROMIUM(const char* /* name */) { 919 void GLES2InterfaceStub::TraceBeginCHROMIUM(const char* /* category_name */,
920 const char* /* trace_name */) {
920 } 921 }
921 void GLES2InterfaceStub::TraceEndCHROMIUM() { 922 void GLES2InterfaceStub::TraceEndCHROMIUM() {
922 } 923 }
923 void GLES2InterfaceStub::AsyncTexSubImage2DCHROMIUM(GLenum /* target */, 924 void GLES2InterfaceStub::AsyncTexSubImage2DCHROMIUM(GLenum /* target */,
924 GLint /* level */, 925 GLint /* level */,
925 GLint /* xoffset */, 926 GLint /* xoffset */,
926 GLint /* yoffset */, 927 GLint /* yoffset */,
927 GLsizei /* width */, 928 GLsizei /* width */,
928 GLsizei /* height */, 929 GLsizei /* height */,
929 GLenum /* format */, 930 GLenum /* format */,
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
976 GLfloat /* uv_height */) { 977 GLfloat /* uv_height */) {
977 } 978 }
978 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, 979 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */,
979 const GLfloat* /* m */) { 980 const GLfloat* /* m */) {
980 } 981 }
981 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) { 982 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) {
982 } 983 }
983 void GLES2InterfaceStub::BlendBarrierKHR() { 984 void GLES2InterfaceStub::BlendBarrierKHR() {
984 } 985 }
985 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 986 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698