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

Side by Side Diff: mojo/gpu/mojo_gles2_impl_autogen.h

Issue 1894313002: Removed implementation of CHROMIUM_subscribe_uniform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed a couple more mus/ references Created 4 years, 8 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
« no previous file with comments | « gpu/ipc/service/gpu_command_buffer_stub.cc ('k') | mojo/gpu/mojo_gles2_impl_autogen.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 714 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 void ProduceTextureCHROMIUM(GLenum target, const GLbyte* mailbox) override; 725 void ProduceTextureCHROMIUM(GLenum target, const GLbyte* mailbox) override;
726 void ProduceTextureDirectCHROMIUM(GLuint texture, 726 void ProduceTextureDirectCHROMIUM(GLuint texture,
727 GLenum target, 727 GLenum target,
728 const GLbyte* mailbox) override; 728 const GLbyte* mailbox) override;
729 void ConsumeTextureCHROMIUM(GLenum target, const GLbyte* mailbox) override; 729 void ConsumeTextureCHROMIUM(GLenum target, const GLbyte* mailbox) override;
730 GLuint CreateAndConsumeTextureCHROMIUM(GLenum target, 730 GLuint CreateAndConsumeTextureCHROMIUM(GLenum target,
731 const GLbyte* mailbox) override; 731 const GLbyte* mailbox) override;
732 void BindUniformLocationCHROMIUM(GLuint program, 732 void BindUniformLocationCHROMIUM(GLuint program,
733 GLint location, 733 GLint location,
734 const char* name) override; 734 const char* name) override;
735 void GenValuebuffersCHROMIUM(GLsizei n, GLuint* buffers) override;
736 void DeleteValuebuffersCHROMIUM(GLsizei n,
737 const GLuint* valuebuffers) override;
738 GLboolean IsValuebufferCHROMIUM(GLuint valuebuffer) override;
739 void BindValuebufferCHROMIUM(GLenum target, GLuint valuebuffer) override;
740 void SubscribeValueCHROMIUM(GLenum target, GLenum subscription) override;
741 void PopulateSubscribedValuesCHROMIUM(GLenum target) override;
742 void UniformValuebufferCHROMIUM(GLint location,
743 GLenum target,
744 GLenum subscription) override;
745 void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override; 735 void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
746 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override; 736 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
747 void TraceBeginCHROMIUM(const char* category_name, 737 void TraceBeginCHROMIUM(const char* category_name,
748 const char* trace_name) override; 738 const char* trace_name) override;
749 void TraceEndCHROMIUM() override; 739 void TraceEndCHROMIUM() override;
750 void DiscardFramebufferEXT(GLenum target, 740 void DiscardFramebufferEXT(GLenum target,
751 GLsizei count, 741 GLsizei count,
752 const GLenum* attachments) override; 742 const GLenum* attachments) override;
753 void LoseContextCHROMIUM(GLenum current, GLenum other) override; 743 void LoseContextCHROMIUM(GLenum current, GLenum other) override;
754 GLuint64 InsertFenceSyncCHROMIUM() override; 744 GLuint64 InsertFenceSyncCHROMIUM() override;
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
893 GLint location, 883 GLint location,
894 GLboolean transpose, 884 GLboolean transpose,
895 const GLfloat* default_value) override; 885 const GLfloat* default_value) override;
896 886
897 private: 887 private:
898 MojoGLES2Context context_; 888 MojoGLES2Context context_;
899 }; 889 };
900 890
901 } // namespace mojo 891 } // namespace mojo
902 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_ 892 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/ipc/service/gpu_command_buffer_stub.cc ('k') | mojo/gpu/mojo_gles2_impl_autogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698