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

Side by Side Diff: gpu/command_buffer/client/gles2_interface_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
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 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 virtual void ProduceTextureCHROMIUM(GLenum target, const GLbyte* mailbox) = 0; 723 virtual void ProduceTextureCHROMIUM(GLenum target, const GLbyte* mailbox) = 0;
724 virtual void ProduceTextureDirectCHROMIUM(GLuint texture, 724 virtual void ProduceTextureDirectCHROMIUM(GLuint texture,
725 GLenum target, 725 GLenum target,
726 const GLbyte* mailbox) = 0; 726 const GLbyte* mailbox) = 0;
727 virtual void ConsumeTextureCHROMIUM(GLenum target, const GLbyte* mailbox) = 0; 727 virtual void ConsumeTextureCHROMIUM(GLenum target, const GLbyte* mailbox) = 0;
728 virtual GLuint CreateAndConsumeTextureCHROMIUM(GLenum target, 728 virtual GLuint CreateAndConsumeTextureCHROMIUM(GLenum target,
729 const GLbyte* mailbox) = 0; 729 const GLbyte* mailbox) = 0;
730 virtual void BindUniformLocationCHROMIUM(GLuint program, 730 virtual void BindUniformLocationCHROMIUM(GLuint program,
731 GLint location, 731 GLint location,
732 const char* name) = 0; 732 const char* name) = 0;
733 virtual void GenValuebuffersCHROMIUM(GLsizei n, GLuint* buffers) = 0;
734 virtual void DeleteValuebuffersCHROMIUM(GLsizei n,
735 const GLuint* valuebuffers) = 0;
736 virtual GLboolean IsValuebufferCHROMIUM(GLuint valuebuffer) = 0;
737 virtual void BindValuebufferCHROMIUM(GLenum target, GLuint valuebuffer) = 0;
738 virtual void SubscribeValueCHROMIUM(GLenum target, GLenum subscription) = 0;
739 virtual void PopulateSubscribedValuesCHROMIUM(GLenum target) = 0;
740 virtual void UniformValuebufferCHROMIUM(GLint location,
741 GLenum target,
742 GLenum subscription) = 0;
743 virtual void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) = 0; 733 virtual void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) = 0;
744 virtual void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) = 0; 734 virtual void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) = 0;
745 virtual void TraceBeginCHROMIUM(const char* category_name, 735 virtual void TraceBeginCHROMIUM(const char* category_name,
746 const char* trace_name) = 0; 736 const char* trace_name) = 0;
747 virtual void TraceEndCHROMIUM() = 0; 737 virtual void TraceEndCHROMIUM() = 0;
748 virtual void DiscardFramebufferEXT(GLenum target, 738 virtual void DiscardFramebufferEXT(GLenum target,
749 GLsizei count, 739 GLsizei count,
750 const GLenum* attachments) = 0; 740 const GLenum* attachments) = 0;
751 virtual void LoseContextCHROMIUM(GLenum current, GLenum other) = 0; 741 virtual void LoseContextCHROMIUM(GLenum current, GLenum other) = 0;
752 virtual GLuint64 InsertFenceSyncCHROMIUM() = 0; 742 virtual GLuint64 InsertFenceSyncCHROMIUM() = 0;
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 const char* name) = 0; 875 const char* name) = 0;
886 virtual void BindFragDataLocationEXT(GLuint program, 876 virtual void BindFragDataLocationEXT(GLuint program,
887 GLuint colorNumber, 877 GLuint colorNumber,
888 const char* name) = 0; 878 const char* name) = 0;
889 virtual GLint GetFragDataIndexEXT(GLuint program, const char* name) = 0; 879 virtual GLint GetFragDataIndexEXT(GLuint program, const char* name) = 0;
890 virtual void UniformMatrix4fvStreamTextureMatrixCHROMIUM( 880 virtual void UniformMatrix4fvStreamTextureMatrixCHROMIUM(
891 GLint location, 881 GLint location,
892 GLboolean transpose, 882 GLboolean transpose,
893 const GLfloat* default_value) = 0; 883 const GLfloat* default_value) = 0;
894 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_ 884 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698