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

Side by Side Diff: mojo/gpu/mojo_gles2_impl_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
« no previous file with comments | « mojo/gles2/command_buffer_client_impl.cc ('k') | mojo/gpu/mojo_gles2_impl_autogen.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 GLsizei* size, 661 GLsizei* size,
662 void* info) override; 662 void* info) override;
663 void GetTransformFeedbackVaryingsCHROMIUM(GLuint program, 663 void GetTransformFeedbackVaryingsCHROMIUM(GLuint program,
664 GLsizei bufsize, 664 GLsizei bufsize,
665 GLsizei* size, 665 GLsizei* size,
666 void* info) override; 666 void* info) override;
667 void GetUniformsES3CHROMIUM(GLuint program, 667 void GetUniformsES3CHROMIUM(GLuint program,
668 GLsizei bufsize, 668 GLsizei bufsize,
669 GLsizei* size, 669 GLsizei* size,
670 void* info) override; 670 void* info) override;
671 GLuint CreateStreamTextureCHROMIUM(GLuint texture) override;
672 GLuint CreateImageCHROMIUM(ClientBuffer buffer, 671 GLuint CreateImageCHROMIUM(ClientBuffer buffer,
673 GLsizei width, 672 GLsizei width,
674 GLsizei height, 673 GLsizei height,
675 GLenum internalformat) override; 674 GLenum internalformat) override;
676 void DestroyImageCHROMIUM(GLuint image_id) override; 675 void DestroyImageCHROMIUM(GLuint image_id) override;
677 GLuint CreateGpuMemoryBufferImageCHROMIUM(GLsizei width, 676 GLuint CreateGpuMemoryBufferImageCHROMIUM(GLsizei width,
678 GLsizei height, 677 GLsizei height,
679 GLenum internalformat, 678 GLenum internalformat,
680 GLenum usage) override; 679 GLenum usage) override;
681 void GetTranslatedShaderSourceANGLE(GLuint shader, 680 void GetTranslatedShaderSourceANGLE(GLuint shader,
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 GLenum GetGraphicsResetStatusKHR() override; 886 GLenum GetGraphicsResetStatusKHR() override;
888 void BlendBarrierKHR() override; 887 void BlendBarrierKHR() override;
889 void ApplyScreenSpaceAntialiasingCHROMIUM() override; 888 void ApplyScreenSpaceAntialiasingCHROMIUM() override;
890 889
891 private: 890 private:
892 MojoGLES2Context context_; 891 MojoGLES2Context context_;
893 }; 892 };
894 893
895 } // namespace mojo 894 } // namespace mojo
896 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_ 895 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_
OLDNEW
« no previous file with comments | « mojo/gles2/command_buffer_client_impl.cc ('k') | mojo/gpu/mojo_gles2_impl_autogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698