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

Side by Side Diff: mojo/gpu/mojo_gles2_impl_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 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 GLint xoffset, 642 GLint xoffset,
643 GLint yoffset, 643 GLint yoffset,
644 GLsizei width, 644 GLsizei width,
645 GLsizei height, 645 GLsizei height,
646 GLenum format, 646 GLenum format,
647 GLenum type, 647 GLenum type,
648 GLenum access) override; 648 GLenum access) override;
649 void UnmapTexSubImage2DCHROMIUM(const void* mem) override; 649 void UnmapTexSubImage2DCHROMIUM(const void* mem) override;
650 void ResizeCHROMIUM(GLuint width, 650 void ResizeCHROMIUM(GLuint width,
651 GLuint height, 651 GLuint height,
652 GLfloat scale_factor) override; 652 GLfloat scale_factor,
653 GLboolean alpha) override;
653 const GLchar* GetRequestableExtensionsCHROMIUM() override; 654 const GLchar* GetRequestableExtensionsCHROMIUM() override;
654 void RequestExtensionCHROMIUM(const char* extension) override; 655 void RequestExtensionCHROMIUM(const char* extension) override;
655 void GetProgramInfoCHROMIUM(GLuint program, 656 void GetProgramInfoCHROMIUM(GLuint program,
656 GLsizei bufsize, 657 GLsizei bufsize,
657 GLsizei* size, 658 GLsizei* size,
658 void* info) override; 659 void* info) override;
659 void GetUniformBlocksCHROMIUM(GLuint program, 660 void GetUniformBlocksCHROMIUM(GLuint program,
660 GLsizei bufsize, 661 GLsizei bufsize,
661 GLsizei* size, 662 GLsizei* size,
662 void* info) override; 663 void* info) override;
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
886 GLenum GetGraphicsResetStatusKHR() override; 887 GLenum GetGraphicsResetStatusKHR() override;
887 void BlendBarrierKHR() override; 888 void BlendBarrierKHR() override;
888 void ApplyScreenSpaceAntialiasingCHROMIUM() override; 889 void ApplyScreenSpaceAntialiasingCHROMIUM() override;
889 890
890 private: 891 private:
891 MojoGLES2Context context_; 892 MojoGLES2Context context_;
892 }; 893 };
893 894
894 } // namespace mojo 895 } // namespace mojo
895 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_ 896 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc ('k') | mojo/gpu/mojo_gles2_impl_autogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698