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

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

Powered by Google App Engine
This is Rietveld 408576698