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

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

Issue 477623004: command_buffer: Support instanced path rendering in gpu command buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-03-path-funcs
Patch Set: fix msvc signedness warning in an unittest 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 | « gpu/skia_bindings/gl_bindings_skia_cmd_buffer.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 799 matching lines...) Expand 10 before | Expand all | Expand 10 after
810 void CoverFillPathCHROMIUM(GLuint path, GLenum coverMode) override; 810 void CoverFillPathCHROMIUM(GLuint path, GLenum coverMode) override;
811 void CoverStrokePathCHROMIUM(GLuint path, GLenum coverMode) override; 811 void CoverStrokePathCHROMIUM(GLuint path, GLenum coverMode) override;
812 void StencilThenCoverFillPathCHROMIUM(GLuint path, 812 void StencilThenCoverFillPathCHROMIUM(GLuint path,
813 GLenum fillMode, 813 GLenum fillMode,
814 GLuint mask, 814 GLuint mask,
815 GLenum coverMode) override; 815 GLenum coverMode) override;
816 void StencilThenCoverStrokePathCHROMIUM(GLuint path, 816 void StencilThenCoverStrokePathCHROMIUM(GLuint path,
817 GLint reference, 817 GLint reference,
818 GLuint mask, 818 GLuint mask,
819 GLenum coverMode) override; 819 GLenum coverMode) override;
820 void StencilFillPathInstancedCHROMIUM(
821 GLsizei numPaths,
822 GLenum pathNameType,
823 const GLvoid* paths,
824 GLuint pathBase,
825 GLenum fillMode,
826 GLuint mask,
827 GLenum transformType,
828 const GLfloat* transformValues) override;
829 void StencilStrokePathInstancedCHROMIUM(
830 GLsizei numPaths,
831 GLenum pathNameType,
832 const GLvoid* paths,
833 GLuint pathBase,
834 GLint reference,
835 GLuint mask,
836 GLenum transformType,
837 const GLfloat* transformValues) override;
838 void CoverFillPathInstancedCHROMIUM(GLsizei numPaths,
839 GLenum pathNameType,
840 const GLvoid* paths,
841 GLuint pathBase,
842 GLenum coverMode,
843 GLenum transformType,
844 const GLfloat* transformValues) override;
845 void CoverStrokePathInstancedCHROMIUM(
846 GLsizei numPaths,
847 GLenum pathNameType,
848 const GLvoid* paths,
849 GLuint pathBase,
850 GLenum coverMode,
851 GLenum transformType,
852 const GLfloat* transformValues) override;
853 void StencilThenCoverFillPathInstancedCHROMIUM(
854 GLsizei numPaths,
855 GLenum pathNameType,
856 const GLvoid* paths,
857 GLuint pathBase,
858 GLenum fillMode,
859 GLuint mask,
860 GLenum coverMode,
861 GLenum transformType,
862 const GLfloat* transformValues) override;
863 void StencilThenCoverStrokePathInstancedCHROMIUM(
864 GLsizei numPaths,
865 GLenum pathNameType,
866 const GLvoid* paths,
867 GLuint pathBase,
868 GLint reference,
869 GLuint mask,
870 GLenum coverMode,
871 GLenum transformType,
872 const GLfloat* transformValues) override;
820 GLenum GetGraphicsResetStatusKHR() override; 873 GLenum GetGraphicsResetStatusKHR() override;
821 void BlendBarrierKHR() override; 874 void BlendBarrierKHR() override;
822 void ApplyScreenSpaceAntialiasingCHROMIUM() override; 875 void ApplyScreenSpaceAntialiasingCHROMIUM() override;
823 876
824 private: 877 private:
825 MojoGLES2Context context_; 878 MojoGLES2Context context_;
826 }; 879 };
827 880
828 } // namespace mojo 881 } // namespace mojo
829 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_ 882 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/skia_bindings/gl_bindings_skia_cmd_buffer.cc ('k') | mojo/gpu/mojo_gles2_impl_autogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698