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

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

Issue 2134793002: Remove the command buffer method glGetImageivCHROMIUM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge conflict. Created 4 years, 5 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 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 void* info) = 0; 669 void* info) = 0;
670 virtual GLuint CreateImageCHROMIUM(ClientBuffer buffer, 670 virtual GLuint CreateImageCHROMIUM(ClientBuffer buffer,
671 GLsizei width, 671 GLsizei width,
672 GLsizei height, 672 GLsizei height,
673 GLenum internalformat) = 0; 673 GLenum internalformat) = 0;
674 virtual void DestroyImageCHROMIUM(GLuint image_id) = 0; 674 virtual void DestroyImageCHROMIUM(GLuint image_id) = 0;
675 virtual GLuint CreateGpuMemoryBufferImageCHROMIUM(GLsizei width, 675 virtual GLuint CreateGpuMemoryBufferImageCHROMIUM(GLsizei width,
676 GLsizei height, 676 GLsizei height,
677 GLenum internalformat, 677 GLenum internalformat,
678 GLenum usage) = 0; 678 GLenum usage) = 0;
679 virtual void GetImageivCHROMIUM(GLuint image_id, GLenum param, GLint* data) = 0;
680 virtual void DescheduleUntilFinishedCHROMIUM() = 0; 679 virtual void DescheduleUntilFinishedCHROMIUM() = 0;
681 virtual void GetTranslatedShaderSourceANGLE(GLuint shader, 680 virtual void GetTranslatedShaderSourceANGLE(GLuint shader,
682 GLsizei bufsize, 681 GLsizei bufsize,
683 GLsizei* length, 682 GLsizei* length,
684 char* source) = 0; 683 char* source) = 0;
685 virtual void PostSubBufferCHROMIUM(GLint x, 684 virtual void PostSubBufferCHROMIUM(GLint x,
686 GLint y, 685 GLint y,
687 GLint width, 686 GLint width,
688 GLint height) = 0; 687 GLint height) = 0;
689 virtual void CopyTextureCHROMIUM(GLenum source_id, 688 virtual void CopyTextureCHROMIUM(GLenum source_id,
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 const char* name) = 0; 874 const char* name) = 0;
876 virtual void BindFragDataLocationEXT(GLuint program, 875 virtual void BindFragDataLocationEXT(GLuint program,
877 GLuint colorNumber, 876 GLuint colorNumber,
878 const char* name) = 0; 877 const char* name) = 0;
879 virtual GLint GetFragDataIndexEXT(GLuint program, const char* name) = 0; 878 virtual GLint GetFragDataIndexEXT(GLuint program, const char* name) = 0;
880 virtual void UniformMatrix4fvStreamTextureMatrixCHROMIUM( 879 virtual void UniformMatrix4fvStreamTextureMatrixCHROMIUM(
881 GLint location, 880 GLint location,
882 GLboolean transpose, 881 GLboolean transpose,
883 const GLfloat* default_value) = 0; 882 const GLfloat* default_value) = 0;
884 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_ 883 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gles2_implementation_autogen.h ('k') | gpu/command_buffer/client/gles2_interface_stub_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698