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

Side by Side Diff: gpu/command_buffer/client/gles2_interface_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 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 const GLuint* valuebuffers) = 0; 536 const GLuint* valuebuffers) = 0;
537 virtual GLboolean IsValuebufferCHROMIUM(GLuint valuebuffer) = 0; 537 virtual GLboolean IsValuebufferCHROMIUM(GLuint valuebuffer) = 0;
538 virtual void BindValuebufferCHROMIUM(GLenum target, GLuint valuebuffer) = 0; 538 virtual void BindValuebufferCHROMIUM(GLenum target, GLuint valuebuffer) = 0;
539 virtual void SubscribeValueCHROMIUM(GLenum target, GLenum subscription) = 0; 539 virtual void SubscribeValueCHROMIUM(GLenum target, GLenum subscription) = 0;
540 virtual void PopulateSubscribedValuesCHROMIUM(GLenum target) = 0; 540 virtual void PopulateSubscribedValuesCHROMIUM(GLenum target) = 0;
541 virtual void UniformValuebufferCHROMIUM(GLint location, 541 virtual void UniformValuebufferCHROMIUM(GLint location,
542 GLenum target, 542 GLenum target,
543 GLenum subscription) = 0; 543 GLenum subscription) = 0;
544 virtual void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) = 0; 544 virtual void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) = 0;
545 virtual void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) = 0; 545 virtual void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) = 0;
546 virtual void TraceBeginCHROMIUM(const char* name) = 0; 546 virtual void TraceBeginCHROMIUM(const char* category_name,
547 const char* trace_name) = 0;
547 virtual void TraceEndCHROMIUM() = 0; 548 virtual void TraceEndCHROMIUM() = 0;
548 virtual void AsyncTexSubImage2DCHROMIUM(GLenum target, 549 virtual void AsyncTexSubImage2DCHROMIUM(GLenum target,
549 GLint level, 550 GLint level,
550 GLint xoffset, 551 GLint xoffset,
551 GLint yoffset, 552 GLint yoffset,
552 GLsizei width, 553 GLsizei width,
553 GLsizei height, 554 GLsizei height,
554 GLenum format, 555 GLenum format,
555 GLenum type, 556 GLenum type,
556 const void* data) = 0; 557 const void* data) = 0;
(...skipping 24 matching lines...) Expand all
581 GLint bounds_width, 582 GLint bounds_width,
582 GLint bounds_height, 583 GLint bounds_height,
583 GLfloat uv_x, 584 GLfloat uv_x,
584 GLfloat uv_y, 585 GLfloat uv_y,
585 GLfloat uv_width, 586 GLfloat uv_width,
586 GLfloat uv_height) = 0; 587 GLfloat uv_height) = 0;
587 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) = 0; 588 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) = 0;
588 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) = 0; 589 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) = 0;
589 virtual void BlendBarrierKHR() = 0; 590 virtual void BlendBarrierKHR() = 0;
590 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_ 591 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gles2_implementation_autogen.h ('k') | gpu/command_buffer/client/gles2_interface_stub_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698