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

Side by Side Diff: mojo/public/c/gles2/gles2_call_visitor_chromium_extension_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 | « mojo/gpu/mojo_gles2_impl_autogen.cc ('k') | third_party/WebKit/Source/modules/modules.gypi » ('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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 (GLenum target, const GLbyte* mailbox), 255 (GLenum target, const GLbyte* mailbox),
256 (target, mailbox)) 256 (target, mailbox))
257 VISIT_GL_CALL(CreateAndConsumeTextureCHROMIUM, 257 VISIT_GL_CALL(CreateAndConsumeTextureCHROMIUM,
258 GLuint, 258 GLuint,
259 (GLenum target, const GLbyte* mailbox), 259 (GLenum target, const GLbyte* mailbox),
260 (target, mailbox)) 260 (target, mailbox))
261 VISIT_GL_CALL(BindUniformLocationCHROMIUM, 261 VISIT_GL_CALL(BindUniformLocationCHROMIUM,
262 void, 262 void,
263 (GLuint program, GLint location, const char* name), 263 (GLuint program, GLint location, const char* name),
264 (program, location, name)) 264 (program, location, name))
265 VISIT_GL_CALL(GenValuebuffersCHROMIUM,
266 void,
267 (GLsizei n, GLuint* buffers),
268 (n, buffers))
269 VISIT_GL_CALL(DeleteValuebuffersCHROMIUM,
270 void,
271 (GLsizei n, const GLuint* valuebuffers),
272 (n, valuebuffers))
273 VISIT_GL_CALL(IsValuebufferCHROMIUM,
274 GLboolean,
275 (GLuint valuebuffer),
276 (valuebuffer))
277 VISIT_GL_CALL(BindValuebufferCHROMIUM,
278 void,
279 (GLenum target, GLuint valuebuffer),
280 (target, valuebuffer))
281 VISIT_GL_CALL(SubscribeValueCHROMIUM,
282 void,
283 (GLenum target, GLenum subscription),
284 (target, subscription))
285 VISIT_GL_CALL(PopulateSubscribedValuesCHROMIUM, void, (GLenum target), (target))
286 VISIT_GL_CALL(UniformValuebufferCHROMIUM,
287 void,
288 (GLint location, GLenum target, GLenum subscription),
289 (location, target, subscription))
290 VISIT_GL_CALL(BindTexImage2DCHROMIUM, 265 VISIT_GL_CALL(BindTexImage2DCHROMIUM,
291 void, 266 void,
292 (GLenum target, GLint imageId), 267 (GLenum target, GLint imageId),
293 (target, imageId)) 268 (target, imageId))
294 VISIT_GL_CALL(ReleaseTexImage2DCHROMIUM, 269 VISIT_GL_CALL(ReleaseTexImage2DCHROMIUM,
295 void, 270 void,
296 (GLenum target, GLint imageId), 271 (GLenum target, GLint imageId),
297 (target, imageId)) 272 (target, imageId))
298 VISIT_GL_CALL(TraceBeginCHROMIUM, 273 VISIT_GL_CALL(TraceBeginCHROMIUM,
299 void, 274 void,
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 VISIT_GL_CALL(GetFragDataIndexEXT, 553 VISIT_GL_CALL(GetFragDataIndexEXT,
579 GLint, 554 GLint,
580 (GLuint program, const char* name), 555 (GLuint program, const char* name),
581 (program, name)) 556 (program, name))
582 VISIT_GL_CALL(UniformMatrix4fvStreamTextureMatrixCHROMIUM, 557 VISIT_GL_CALL(UniformMatrix4fvStreamTextureMatrixCHROMIUM,
583 void, 558 void,
584 (GLint location, 559 (GLint location,
585 GLboolean transpose, 560 GLboolean transpose,
586 const GLfloat* default_value), 561 const GLfloat* default_value),
587 (location, transpose, default_value)) 562 (location, transpose, default_value))
OLDNEW
« no previous file with comments | « mojo/gpu/mojo_gles2_impl_autogen.cc ('k') | third_party/WebKit/Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698