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

Side by Side Diff: mojo/gpu/mojo_gles2_impl_autogen.h

Issue 1272153004: Add glCompressedCopySubTextureCHROMIUM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 4 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 697 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 GLint x, 708 GLint x,
709 GLint y, 709 GLint y,
710 GLsizei width, 710 GLsizei width,
711 GLsizei height, 711 GLsizei height,
712 GLboolean unpack_flip_y, 712 GLboolean unpack_flip_y,
713 GLboolean unpack_premultiply_alpha, 713 GLboolean unpack_premultiply_alpha,
714 GLboolean unpack_unmultiply_alpha) override; 714 GLboolean unpack_unmultiply_alpha) override;
715 void CompressedCopyTextureCHROMIUM(GLenum target, 715 void CompressedCopyTextureCHROMIUM(GLenum target,
716 GLenum source_id, 716 GLenum source_id,
717 GLenum dest_id) override; 717 GLenum dest_id) override;
718 void CompressedCopySubTextureCHROMIUM(GLenum target,
719 GLenum source_id,
720 GLenum dest_id,
721 GLint xoffset,
722 GLint yoffset,
723 GLint x,
724 GLint y,
725 GLsizei width,
726 GLsizei height) override;
718 void DrawArraysInstancedANGLE(GLenum mode, 727 void DrawArraysInstancedANGLE(GLenum mode,
719 GLint first, 728 GLint first,
720 GLsizei count, 729 GLsizei count,
721 GLsizei primcount) override; 730 GLsizei primcount) override;
722 void DrawElementsInstancedANGLE(GLenum mode, 731 void DrawElementsInstancedANGLE(GLenum mode,
723 GLsizei count, 732 GLsizei count,
724 GLenum type, 733 GLenum type,
725 const void* indices, 734 const void* indices,
726 GLsizei primcount) override; 735 GLsizei primcount) override;
727 void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) override; 736 void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) override;
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
826 GLenum coverMode) override; 835 GLenum coverMode) override;
827 GLenum GetGraphicsResetStatusKHR() override; 836 GLenum GetGraphicsResetStatusKHR() override;
828 void BlendBarrierKHR() override; 837 void BlendBarrierKHR() override;
829 838
830 private: 839 private:
831 MojoGLES2Context context_; 840 MojoGLES2Context context_;
832 }; 841 };
833 842
834 } // namespace mojo 843 } // namespace mojo
835 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_ 844 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc ('k') | mojo/gpu/mojo_gles2_impl_autogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698