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

Side by Side Diff: gpu/command_buffer/client/gles2_interface_stub_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 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 void* MapTexSubImage2DCHROMIUM(GLenum target, 616 void* MapTexSubImage2DCHROMIUM(GLenum target,
617 GLint level, 617 GLint level,
618 GLint xoffset, 618 GLint xoffset,
619 GLint yoffset, 619 GLint yoffset,
620 GLsizei width, 620 GLsizei width,
621 GLsizei height, 621 GLsizei height,
622 GLenum format, 622 GLenum format,
623 GLenum type, 623 GLenum type,
624 GLenum access) override; 624 GLenum access) override;
625 void UnmapTexSubImage2DCHROMIUM(const void* mem) override; 625 void UnmapTexSubImage2DCHROMIUM(const void* mem) override;
626 void ResizeCHROMIUM(GLuint width, GLuint height, GLfloat scale_factor) override; 626 void ResizeCHROMIUM(GLuint width,
627 GLuint height,
628 GLfloat scale_factor,
629 GLboolean alpha) override;
627 const GLchar* GetRequestableExtensionsCHROMIUM() override; 630 const GLchar* GetRequestableExtensionsCHROMIUM() override;
628 void RequestExtensionCHROMIUM(const char* extension) override; 631 void RequestExtensionCHROMIUM(const char* extension) override;
629 void GetProgramInfoCHROMIUM(GLuint program, 632 void GetProgramInfoCHROMIUM(GLuint program,
630 GLsizei bufsize, 633 GLsizei bufsize,
631 GLsizei* size, 634 GLsizei* size,
632 void* info) override; 635 void* info) override;
633 void GetUniformBlocksCHROMIUM(GLuint program, 636 void GetUniformBlocksCHROMIUM(GLuint program,
634 GLsizei bufsize, 637 GLsizei bufsize,
635 GLsizei* size, 638 GLsizei* size,
636 void* info) override; 639 void* info) override;
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 const char* name) override; 852 const char* name) override;
850 void ProgramPathFragmentInputGenCHROMIUM(GLuint program, 853 void ProgramPathFragmentInputGenCHROMIUM(GLuint program,
851 GLint location, 854 GLint location,
852 GLenum genMode, 855 GLenum genMode,
853 GLint components, 856 GLint components,
854 const GLfloat* coeffs) override; 857 const GLfloat* coeffs) override;
855 GLenum GetGraphicsResetStatusKHR() override; 858 GLenum GetGraphicsResetStatusKHR() override;
856 void BlendBarrierKHR() override; 859 void BlendBarrierKHR() override;
857 void ApplyScreenSpaceAntialiasingCHROMIUM() override; 860 void ApplyScreenSpaceAntialiasingCHROMIUM() override;
858 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ 861 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gles2_interface_autogen.h ('k') | gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698