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

Side by Side Diff: mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h

Issue 1385883002: Leave CreateStreamTexture route id out of the GL interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing TOT! Created 5 years, 1 month 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') | ppapi/proxy/ppapi_command_buffer_proxy.h » ('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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 (width, height, scale_factor)) 146 (width, height, scale_factor))
147 VISIT_GL_CALL(GetRequestableExtensionsCHROMIUM, const GLchar*, (), ()) 147 VISIT_GL_CALL(GetRequestableExtensionsCHROMIUM, const GLchar*, (), ())
148 VISIT_GL_CALL(RequestExtensionCHROMIUM, 148 VISIT_GL_CALL(RequestExtensionCHROMIUM,
149 void, 149 void,
150 (const char* extension), 150 (const char* extension),
151 (extension)) 151 (extension))
152 VISIT_GL_CALL(GetProgramInfoCHROMIUM, 152 VISIT_GL_CALL(GetProgramInfoCHROMIUM,
153 void, 153 void,
154 (GLuint program, GLsizei bufsize, GLsizei* size, void* info), 154 (GLuint program, GLsizei bufsize, GLsizei* size, void* info),
155 (program, bufsize, size, info)) 155 (program, bufsize, size, info))
156 VISIT_GL_CALL(CreateStreamTextureCHROMIUM, GLuint, (GLuint texture), (texture))
157 VISIT_GL_CALL( 156 VISIT_GL_CALL(
158 CreateImageCHROMIUM, 157 CreateImageCHROMIUM,
159 GLuint, 158 GLuint,
160 (ClientBuffer buffer, GLsizei width, GLsizei height, GLenum internalformat), 159 (ClientBuffer buffer, GLsizei width, GLsizei height, GLenum internalformat),
161 (buffer, width, height, internalformat)) 160 (buffer, width, height, internalformat))
162 VISIT_GL_CALL(DestroyImageCHROMIUM, void, (GLuint image_id), (image_id)) 161 VISIT_GL_CALL(DestroyImageCHROMIUM, void, (GLuint image_id), (image_id))
163 VISIT_GL_CALL( 162 VISIT_GL_CALL(
164 CreateGpuMemoryBufferImageCHROMIUM, 163 CreateGpuMemoryBufferImageCHROMIUM,
165 GLuint, 164 GLuint,
166 (GLsizei width, GLsizei height, GLenum internalformat, GLenum usage), 165 (GLsizei width, GLsizei height, GLenum internalformat, GLenum usage),
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 void, 559 void,
561 (GLuint program, 560 (GLuint program,
562 GLint location, 561 GLint location,
563 GLenum genMode, 562 GLenum genMode,
564 GLint components, 563 GLint components,
565 const GLfloat* coeffs), 564 const GLfloat* coeffs),
566 (program, location, genMode, components, coeffs)) 565 (program, location, genMode, components, coeffs))
567 VISIT_GL_CALL(GetGraphicsResetStatusKHR, GLenum, (), ()) 566 VISIT_GL_CALL(GetGraphicsResetStatusKHR, GLenum, (), ())
568 VISIT_GL_CALL(BlendBarrierKHR, void, (), ()) 567 VISIT_GL_CALL(BlendBarrierKHR, void, (), ())
569 VISIT_GL_CALL(ApplyScreenSpaceAntialiasingCHROMIUM, void, (), ()) 568 VISIT_GL_CALL(ApplyScreenSpaceAntialiasingCHROMIUM, void, (), ())
OLDNEW
« no previous file with comments | « mojo/gpu/mojo_gles2_impl_autogen.cc ('k') | ppapi/proxy/ppapi_command_buffer_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698