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

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

Issue 1385883002: Leave CreateStreamTexture route id out of the GL interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing TOT! Created 5 years, 1 month 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 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 GLsizei* size, 658 GLsizei* size,
659 void* info) = 0; 659 void* info) = 0;
660 virtual void GetTransformFeedbackVaryingsCHROMIUM(GLuint program, 660 virtual void GetTransformFeedbackVaryingsCHROMIUM(GLuint program,
661 GLsizei bufsize, 661 GLsizei bufsize,
662 GLsizei* size, 662 GLsizei* size,
663 void* info) = 0; 663 void* info) = 0;
664 virtual void GetUniformsES3CHROMIUM(GLuint program, 664 virtual void GetUniformsES3CHROMIUM(GLuint program,
665 GLsizei bufsize, 665 GLsizei bufsize,
666 GLsizei* size, 666 GLsizei* size,
667 void* info) = 0; 667 void* info) = 0;
668 virtual GLuint CreateStreamTextureCHROMIUM(GLuint texture) = 0;
669 virtual GLuint CreateImageCHROMIUM(ClientBuffer buffer, 668 virtual GLuint CreateImageCHROMIUM(ClientBuffer buffer,
670 GLsizei width, 669 GLsizei width,
671 GLsizei height, 670 GLsizei height,
672 GLenum internalformat) = 0; 671 GLenum internalformat) = 0;
673 virtual void DestroyImageCHROMIUM(GLuint image_id) = 0; 672 virtual void DestroyImageCHROMIUM(GLuint image_id) = 0;
674 virtual GLuint CreateGpuMemoryBufferImageCHROMIUM(GLsizei width, 673 virtual GLuint CreateGpuMemoryBufferImageCHROMIUM(GLsizei width,
675 GLsizei height, 674 GLsizei height,
676 GLenum internalformat, 675 GLenum internalformat,
677 GLenum usage) = 0; 676 GLenum usage) = 0;
678 virtual void GetTranslatedShaderSourceANGLE(GLuint shader, 677 virtual void GetTranslatedShaderSourceANGLE(GLuint shader,
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
878 const char* name) = 0; 877 const char* name) = 0;
879 virtual void ProgramPathFragmentInputGenCHROMIUM(GLuint program, 878 virtual void ProgramPathFragmentInputGenCHROMIUM(GLuint program,
880 GLint location, 879 GLint location,
881 GLenum genMode, 880 GLenum genMode,
882 GLint components, 881 GLint components,
883 const GLfloat* coeffs) = 0; 882 const GLfloat* coeffs) = 0;
884 virtual GLenum GetGraphicsResetStatusKHR() = 0; 883 virtual GLenum GetGraphicsResetStatusKHR() = 0;
885 virtual void BlendBarrierKHR() = 0; 884 virtual void BlendBarrierKHR() = 0;
886 virtual void ApplyScreenSpaceAntialiasingCHROMIUM() = 0; 885 virtual void ApplyScreenSpaceAntialiasingCHROMIUM() = 0;
887 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_ 886 #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