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

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

Issue 2021413003: Remove GL_CHROMIUM_iosurface extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 6 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
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 virtual void GetImageivCHROMIUM(GLuint image_id, GLenum param, GLint* data) = 0; 679 virtual void GetImageivCHROMIUM(GLuint image_id, GLenum param, GLint* data) = 0;
680 virtual void DescheduleUntilFinishedCHROMIUM() = 0; 680 virtual void DescheduleUntilFinishedCHROMIUM() = 0;
681 virtual void GetTranslatedShaderSourceANGLE(GLuint shader, 681 virtual void GetTranslatedShaderSourceANGLE(GLuint shader,
682 GLsizei bufsize, 682 GLsizei bufsize,
683 GLsizei* length, 683 GLsizei* length,
684 char* source) = 0; 684 char* source) = 0;
685 virtual void PostSubBufferCHROMIUM(GLint x, 685 virtual void PostSubBufferCHROMIUM(GLint x,
686 GLint y, 686 GLint y,
687 GLint width, 687 GLint width,
688 GLint height) = 0; 688 GLint height) = 0;
689 virtual void TexImageIOSurface2DCHROMIUM(GLenum target,
690 GLsizei width,
691 GLsizei height,
692 GLuint ioSurfaceId,
693 GLuint plane) = 0;
694 virtual void CopyTextureCHROMIUM(GLenum source_id, 689 virtual void CopyTextureCHROMIUM(GLenum source_id,
695 GLenum dest_id, 690 GLenum dest_id,
696 GLint internalformat, 691 GLint internalformat,
697 GLenum dest_type, 692 GLenum dest_type,
698 GLboolean unpack_flip_y, 693 GLboolean unpack_flip_y,
699 GLboolean unpack_premultiply_alpha, 694 GLboolean unpack_premultiply_alpha,
700 GLboolean unpack_unmultiply_alpha) = 0; 695 GLboolean unpack_unmultiply_alpha) = 0;
701 virtual void CopySubTextureCHROMIUM(GLenum source_id, 696 virtual void CopySubTextureCHROMIUM(GLenum source_id,
702 GLenum dest_id, 697 GLenum dest_id,
703 GLint xoffset, 698 GLint xoffset,
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
878 const char* name) = 0; 873 const char* name) = 0;
879 virtual void BindFragDataLocationEXT(GLuint program, 874 virtual void BindFragDataLocationEXT(GLuint program,
880 GLuint colorNumber, 875 GLuint colorNumber,
881 const char* name) = 0; 876 const char* name) = 0;
882 virtual GLint GetFragDataIndexEXT(GLuint program, const char* name) = 0; 877 virtual GLint GetFragDataIndexEXT(GLuint program, const char* name) = 0;
883 virtual void UniformMatrix4fvStreamTextureMatrixCHROMIUM( 878 virtual void UniformMatrix4fvStreamTextureMatrixCHROMIUM(
884 GLint location, 879 GLint location,
885 GLboolean transpose, 880 GLboolean transpose,
886 const GLfloat* default_value) = 0; 881 const GLfloat* default_value) = 0;
887 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_ 882 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698