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

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

Issue 1119723003: Add glCopyCompressedTextureCHROMIUM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use ScopedVector for storing image format configurations Created 5 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
« no previous file with comments | « gpu/gpu.gyp ('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 678 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 GLenum dest_type) override; 689 GLenum dest_type) override;
690 void CopySubTextureCHROMIUM(GLenum target, 690 void CopySubTextureCHROMIUM(GLenum target,
691 GLenum source_id, 691 GLenum source_id,
692 GLenum dest_id, 692 GLenum dest_id,
693 GLint xoffset, 693 GLint xoffset,
694 GLint yoffset, 694 GLint yoffset,
695 GLint x, 695 GLint x,
696 GLint y, 696 GLint y,
697 GLsizei width, 697 GLsizei width,
698 GLsizei height) override; 698 GLsizei height) override;
699 void CompressedCopyTextureCHROMIUM(GLenum target,
700 GLenum source_id,
701 GLenum dest_id) override;
699 void DrawArraysInstancedANGLE(GLenum mode, 702 void DrawArraysInstancedANGLE(GLenum mode,
700 GLint first, 703 GLint first,
701 GLsizei count, 704 GLsizei count,
702 GLsizei primcount) override; 705 GLsizei primcount) override;
703 void DrawElementsInstancedANGLE(GLenum mode, 706 void DrawElementsInstancedANGLE(GLenum mode,
704 GLsizei count, 707 GLsizei count,
705 GLenum type, 708 GLenum type,
706 const void* indices, 709 const void* indices,
707 GLsizei primcount) override; 710 GLsizei primcount) override;
708 void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) override; 711 void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) override;
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; 779 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override;
777 GLenum GetGraphicsResetStatusKHR() override; 780 GLenum GetGraphicsResetStatusKHR() override;
778 void BlendBarrierKHR() override; 781 void BlendBarrierKHR() override;
779 782
780 private: 783 private:
781 MojoGLES2Context context_; 784 MojoGLES2Context context_;
782 }; 785 };
783 786
784 } // namespace mojo 787 } // namespace mojo
785 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_ 788 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/gpu.gyp ('k') | mojo/gpu/mojo_gles2_impl_autogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698