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

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

Issue 2852953003: Use real colorspace for DirectComposition overlays.
Patch Set: rebase Created 3 years, 7 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 772 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 GLboolean is_clipped, 783 GLboolean is_clipped,
784 const GLfloat* clip_rect, 784 const GLfloat* clip_rect,
785 GLint z_order, 785 GLint z_order,
786 const GLfloat* transform) = 0; 786 const GLfloat* transform) = 0;
787 virtual void ScheduleDCLayerCHROMIUM(GLsizei num_textures, 787 virtual void ScheduleDCLayerCHROMIUM(GLsizei num_textures,
788 const GLuint* contents_texture_ids, 788 const GLuint* contents_texture_ids,
789 const GLfloat* contents_rect, 789 const GLfloat* contents_rect,
790 GLuint background_color, 790 GLuint background_color,
791 GLuint edge_aa_mask, 791 GLuint edge_aa_mask,
792 const GLfloat* bounds_rect, 792 const GLfloat* bounds_rect,
793 GLuint filter) = 0; 793 GLuint filter,
794 GLsizei color_space_size,
795 const GLvoid* color_space) = 0;
794 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) = 0; 796 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) = 0;
795 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) = 0; 797 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) = 0;
796 virtual GLuint GenPathsCHROMIUM(GLsizei range) = 0; 798 virtual GLuint GenPathsCHROMIUM(GLsizei range) = 0;
797 virtual void DeletePathsCHROMIUM(GLuint path, GLsizei range) = 0; 799 virtual void DeletePathsCHROMIUM(GLuint path, GLsizei range) = 0;
798 virtual GLboolean IsPathCHROMIUM(GLuint path) = 0; 800 virtual GLboolean IsPathCHROMIUM(GLuint path) = 0;
799 virtual void PathCommandsCHROMIUM(GLuint path, 801 virtual void PathCommandsCHROMIUM(GLuint path,
800 GLsizei numCommands, 802 GLsizei numCommands,
801 const GLubyte* commands, 803 const GLubyte* commands,
802 GLsizei numCoords, 804 GLsizei numCoords,
803 GLenum coordType, 805 GLenum coordType,
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 GLint display_x, 910 GLint display_x,
909 GLint display_y) = 0; 911 GLint display_y) = 0;
910 virtual void SwapBuffersWithBoundsCHROMIUM(GLsizei count, 912 virtual void SwapBuffersWithBoundsCHROMIUM(GLsizei count,
911 const GLint* rects) = 0; 913 const GLint* rects) = 0;
912 virtual void SetDrawRectangleCHROMIUM(GLint x, 914 virtual void SetDrawRectangleCHROMIUM(GLint x,
913 GLint y, 915 GLint y,
914 GLint width, 916 GLint width,
915 GLint height) = 0; 917 GLint height) = 0;
916 virtual void SetEnableDCLayersCHROMIUM(GLboolean enabled) = 0; 918 virtual void SetEnableDCLayersCHROMIUM(GLboolean enabled) = 0;
917 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_ 919 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698