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

Side by Side Diff: gpu/command_buffer/client/gles2_implementation_autogen.h

Issue 1474873003: Add alpha argument to glResizeCHROMIUM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 852 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 GLint xoffset, 863 GLint xoffset,
864 GLint yoffset, 864 GLint yoffset,
865 GLsizei width, 865 GLsizei width,
866 GLsizei height, 866 GLsizei height,
867 GLenum format, 867 GLenum format,
868 GLenum type, 868 GLenum type,
869 GLenum access) override; 869 GLenum access) override;
870 870
871 void UnmapTexSubImage2DCHROMIUM(const void* mem) override; 871 void UnmapTexSubImage2DCHROMIUM(const void* mem) override;
872 872
873 void ResizeCHROMIUM(GLuint width, GLuint height, GLfloat scale_factor) override; 873 void ResizeCHROMIUM(GLuint width,
874 GLuint height,
875 GLfloat scale_factor,
876 GLboolean alpha) override;
874 877
875 const GLchar* GetRequestableExtensionsCHROMIUM() override; 878 const GLchar* GetRequestableExtensionsCHROMIUM() override;
876 879
877 void RequestExtensionCHROMIUM(const char* extension) override; 880 void RequestExtensionCHROMIUM(const char* extension) override;
878 881
879 void GetProgramInfoCHROMIUM(GLuint program, 882 void GetProgramInfoCHROMIUM(GLuint program,
880 GLsizei bufsize, 883 GLsizei bufsize,
881 GLsizei* size, 884 GLsizei* size,
882 void* info) override; 885 void* info) override;
883 886
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
1173 GLint components, 1176 GLint components,
1174 const GLfloat* coeffs) override; 1177 const GLfloat* coeffs) override;
1175 1178
1176 GLenum GetGraphicsResetStatusKHR() override; 1179 GLenum GetGraphicsResetStatusKHR() override;
1177 1180
1178 void BlendBarrierKHR() override; 1181 void BlendBarrierKHR() override;
1179 1182
1180 void ApplyScreenSpaceAntialiasingCHROMIUM() override; 1183 void ApplyScreenSpaceAntialiasingCHROMIUM() override;
1181 1184
1182 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ 1185 #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_unittest_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698