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

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

Issue 1559203003: Add GLStreamTextureImage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed enum, added GLStreamTextureImage : GLImage. Created 4 years, 10 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
11 VISIT_GL_CALL(ShallowFinishCHROMIUM, void, (), ()) 11 VISIT_GL_CALL(ShallowFinishCHROMIUM, void, (), ())
12 VISIT_GL_CALL(ShallowFlushCHROMIUM, void, (), ()) 12 VISIT_GL_CALL(ShallowFlushCHROMIUM, void, (), ())
13 VISIT_GL_CALL(OrderingBarrierCHROMIUM, void, (), ()) 13 VISIT_GL_CALL(OrderingBarrierCHROMIUM, void, (), ())
14 VISIT_GL_CALL(UniformMatrix4fvWithStreamTextureMatrixCHROMIUM,
15 void,
16 (GLint location,
17 GLboolean transpose,
18 const GLfloat* default_value),
19 (location, transpose, default_value))
14 VISIT_GL_CALL( 20 VISIT_GL_CALL(
15 BlitFramebufferCHROMIUM, 21 BlitFramebufferCHROMIUM,
16 void, 22 void,
17 (GLint srcX0, 23 (GLint srcX0,
18 GLint srcY0, 24 GLint srcY0,
19 GLint srcX1, 25 GLint srcX1,
20 GLint srcY1, 26 GLint srcY1,
21 GLint dstX0, 27 GLint dstX0,
22 GLint dstY0, 28 GLint dstY0,
23 GLint dstX1, 29 GLint dstX1,
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 (GLuint program, GLuint colorNumber, GLuint index, const char* name), 577 (GLuint program, GLuint colorNumber, GLuint index, const char* name),
572 (program, colorNumber, index, name)) 578 (program, colorNumber, index, name))
573 VISIT_GL_CALL(BindFragDataLocationEXT, 579 VISIT_GL_CALL(BindFragDataLocationEXT,
574 void, 580 void,
575 (GLuint program, GLuint colorNumber, const char* name), 581 (GLuint program, GLuint colorNumber, const char* name),
576 (program, colorNumber, name)) 582 (program, colorNumber, name))
577 VISIT_GL_CALL(GetFragDataIndexEXT, 583 VISIT_GL_CALL(GetFragDataIndexEXT,
578 GLint, 584 GLint,
579 (GLuint program, const char* name), 585 (GLuint program, const char* name),
580 (program, name)) 586 (program, name))
OLDNEW
« gpu/command_buffer/service/texture_manager.cc ('K') | « mojo/gpu/mojo_gles2_impl_autogen.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698