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

Side by Side Diff: gpu/command_buffer/client/gles2_trace_implementation_autogen.h

Issue 659903002: Add subscribeUniform extension pipeline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months 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 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 virtual void ProduceTextureDirectCHROMIUM(GLuint texture, 476 virtual void ProduceTextureDirectCHROMIUM(GLuint texture,
477 GLenum target, 477 GLenum target,
478 const GLbyte* mailbox) override; 478 const GLbyte* mailbox) override;
479 virtual void ConsumeTextureCHROMIUM(GLenum target, 479 virtual void ConsumeTextureCHROMIUM(GLenum target,
480 const GLbyte* mailbox) override; 480 const GLbyte* mailbox) override;
481 virtual GLuint CreateAndConsumeTextureCHROMIUM(GLenum target, 481 virtual GLuint CreateAndConsumeTextureCHROMIUM(GLenum target,
482 const GLbyte* mailbox) override; 482 const GLbyte* mailbox) override;
483 virtual void BindUniformLocationCHROMIUM(GLuint program, 483 virtual void BindUniformLocationCHROMIUM(GLuint program,
484 GLint location, 484 GLint location,
485 const char* name) override; 485 const char* name) override;
486 virtual void SubscribeUniformCHROMIUM(GLenum target,
487 const GLchar* name) override;
486 virtual void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override; 488 virtual void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
487 virtual void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override; 489 virtual void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
488 virtual void TraceBeginCHROMIUM(const char* name) override; 490 virtual void TraceBeginCHROMIUM(const char* name) override;
489 virtual void TraceEndCHROMIUM() override; 491 virtual void TraceEndCHROMIUM() override;
490 virtual void AsyncTexSubImage2DCHROMIUM(GLenum target, 492 virtual void AsyncTexSubImage2DCHROMIUM(GLenum target,
491 GLint level, 493 GLint level,
492 GLint xoffset, 494 GLint xoffset,
493 GLint yoffset, 495 GLint yoffset,
494 GLsizei width, 496 GLsizei width,
495 GLsizei height, 497 GLsizei height,
(...skipping 26 matching lines...) Expand all
522 GLint bounds_y, 524 GLint bounds_y,
523 GLint bounds_width, 525 GLint bounds_width,
524 GLint bounds_height, 526 GLint bounds_height,
525 GLfloat uv_x, 527 GLfloat uv_x,
526 GLfloat uv_y, 528 GLfloat uv_y,
527 GLfloat uv_width, 529 GLfloat uv_width,
528 GLfloat uv_height) override; 530 GLfloat uv_height) override;
529 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 531 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
530 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; 532 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override;
531 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ 533 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698