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

Side by Side Diff: gpu/command_buffer/client/gles2_implementation_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 963 matching lines...) Expand 10 before | Expand all | Expand 10 after
974 974
975 void ConsumeTextureCHROMIUM(GLenum target, const GLbyte* mailbox) override; 975 void ConsumeTextureCHROMIUM(GLenum target, const GLbyte* mailbox) override;
976 976
977 GLuint CreateAndConsumeTextureCHROMIUM(GLenum target, 977 GLuint CreateAndConsumeTextureCHROMIUM(GLenum target,
978 const GLbyte* mailbox) override; 978 const GLbyte* mailbox) override;
979 979
980 void BindUniformLocationCHROMIUM(GLuint program, 980 void BindUniformLocationCHROMIUM(GLuint program,
981 GLint location, 981 GLint location,
982 const char* name) override; 982 const char* name) override;
983 983
984 void GenValuebuffersCHROMIUM(GLsizei n, GLuint* buffers) override;
985
986 void DeleteValuebuffersCHROMIUM(GLsizei n, const GLuint* valuebuffers) override;
987
988 GLboolean IsValuebufferCHROMIUM(GLuint valuebuffer) override;
989
990 void BindValuebufferCHROMIUM(GLenum target, GLuint valuebuffer) override;
991
992 void SubscribeValueCHROMIUM(GLenum target, GLenum subscription) override;
993
994 void PopulateSubscribedValuesCHROMIUM(GLenum target) override;
995
996 void UniformValuebufferCHROMIUM(GLint location,
997 GLenum target,
998 GLenum subscription) override;
999
1000 void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override; 984 void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
1001 985
1002 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override; 986 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
1003 987
1004 void TraceBeginCHROMIUM(const char* category_name, 988 void TraceBeginCHROMIUM(const char* category_name,
1005 const char* trace_name) override; 989 const char* trace_name) override;
1006 990
1007 void TraceEndCHROMIUM() override; 991 void TraceEndCHROMIUM() override;
1008 992
1009 void DiscardFramebufferEXT(GLenum target, 993 void DiscardFramebufferEXT(GLenum target,
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
1188 const char* name) override; 1172 const char* name) override;
1189 1173
1190 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; 1174 GLint GetFragDataIndexEXT(GLuint program, const char* name) override;
1191 1175
1192 void UniformMatrix4fvStreamTextureMatrixCHROMIUM( 1176 void UniformMatrix4fvStreamTextureMatrixCHROMIUM(
1193 GLint location, 1177 GLint location,
1194 GLboolean transpose, 1178 GLboolean transpose,
1195 const GLfloat* default_value) override; 1179 const GLfloat* default_value) override;
1196 1180
1197 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ 1181 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gles2_implementation.cc ('k') | gpu/command_buffer/client/gles2_implementation_impl_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698