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

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: 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 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 void DeleteValuebuffersCHROMIUM(GLsizei n, const GLuint* valuebuffers) override; 522 void DeleteValuebuffersCHROMIUM(GLsizei n, const GLuint* valuebuffers) override;
523 GLboolean IsValuebufferCHROMIUM(GLuint valuebuffer) override; 523 GLboolean IsValuebufferCHROMIUM(GLuint valuebuffer) override;
524 void BindValuebufferCHROMIUM(GLenum target, GLuint valuebuffer) override; 524 void BindValuebufferCHROMIUM(GLenum target, GLuint valuebuffer) override;
525 void SubscribeValueCHROMIUM(GLenum target, GLenum subscription) override; 525 void SubscribeValueCHROMIUM(GLenum target, GLenum subscription) override;
526 void PopulateSubscribedValuesCHROMIUM(GLenum target) override; 526 void PopulateSubscribedValuesCHROMIUM(GLenum target) override;
527 void UniformValuebufferCHROMIUM(GLint location, 527 void UniformValuebufferCHROMIUM(GLint location,
528 GLenum target, 528 GLenum target,
529 GLenum subscription) override; 529 GLenum subscription) override;
530 void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override; 530 void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
531 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override; 531 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
532 void TraceBeginCHROMIUM(const char* name) override; 532 void TraceBeginCHROMIUM(const char* category_name,
533 const char* trace_name) override;
533 void TraceEndCHROMIUM() override; 534 void TraceEndCHROMIUM() override;
534 void AsyncTexSubImage2DCHROMIUM(GLenum target, 535 void AsyncTexSubImage2DCHROMIUM(GLenum target,
535 GLint level, 536 GLint level,
536 GLint xoffset, 537 GLint xoffset,
537 GLint yoffset, 538 GLint yoffset,
538 GLsizei width, 539 GLsizei width,
539 GLsizei height, 540 GLsizei height,
540 GLenum format, 541 GLenum format,
541 GLenum type, 542 GLenum type,
542 const void* data) override; 543 const void* data) override;
(...skipping 24 matching lines...) Expand all
567 GLint bounds_width, 568 GLint bounds_width,
568 GLint bounds_height, 569 GLint bounds_height,
569 GLfloat uv_x, 570 GLfloat uv_x,
570 GLfloat uv_y, 571 GLfloat uv_y,
571 GLfloat uv_width, 572 GLfloat uv_width,
572 GLfloat uv_height) override; 573 GLfloat uv_height) override;
573 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 574 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
574 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; 575 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override;
575 void BlendBarrierKHR() override; 576 void BlendBarrierKHR() override;
576 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ 577 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698