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

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

Issue 1472993003: Add CommitOverlayPlanesCHROMIUM command buffer function (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forgot to add the extension description txt file Created 5 years 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 767 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 GLfloat uv_x, 778 GLfloat uv_x,
779 GLfloat uv_y, 779 GLfloat uv_y,
780 GLfloat uv_width, 780 GLfloat uv_width,
781 GLfloat uv_height) = 0; 781 GLfloat uv_height) = 0;
782 virtual void ScheduleCALayerCHROMIUM(GLuint contents_texture_id, 782 virtual void ScheduleCALayerCHROMIUM(GLuint contents_texture_id,
783 const GLfloat* contents_rect, 783 const GLfloat* contents_rect,
784 GLfloat opacity, 784 GLfloat opacity,
785 const GLuint background_color, 785 const GLuint background_color,
786 const GLfloat* bounds_size, 786 const GLfloat* bounds_size,
787 const GLfloat* transform) = 0; 787 const GLfloat* transform) = 0;
788 virtual void CommitOverlayPlanesCHROMIUM() = 0;
788 virtual void SwapInterval(GLint interval) = 0; 789 virtual void SwapInterval(GLint interval) = 0;
789 virtual void FlushDriverCachesCHROMIUM() = 0; 790 virtual void FlushDriverCachesCHROMIUM() = 0;
790 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) = 0; 791 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) = 0;
791 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) = 0; 792 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) = 0;
792 virtual GLuint GenPathsCHROMIUM(GLsizei range) = 0; 793 virtual GLuint GenPathsCHROMIUM(GLsizei range) = 0;
793 virtual void DeletePathsCHROMIUM(GLuint path, GLsizei range) = 0; 794 virtual void DeletePathsCHROMIUM(GLuint path, GLsizei range) = 0;
794 virtual GLboolean IsPathCHROMIUM(GLuint path) = 0; 795 virtual GLboolean IsPathCHROMIUM(GLuint path) = 0;
795 virtual void PathCommandsCHROMIUM(GLuint path, 796 virtual void PathCommandsCHROMIUM(GLuint path,
796 GLsizei numCommands, 797 GLsizei numCommands,
797 const GLubyte* commands, 798 const GLubyte* commands,
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 const char* name) = 0; 878 const char* name) = 0;
878 virtual void ProgramPathFragmentInputGenCHROMIUM(GLuint program, 879 virtual void ProgramPathFragmentInputGenCHROMIUM(GLuint program,
879 GLint location, 880 GLint location,
880 GLenum genMode, 881 GLenum genMode,
881 GLint components, 882 GLint components,
882 const GLfloat* coeffs) = 0; 883 const GLfloat* coeffs) = 0;
883 virtual GLenum GetGraphicsResetStatusKHR() = 0; 884 virtual GLenum GetGraphicsResetStatusKHR() = 0;
884 virtual void BlendBarrierKHR() = 0; 885 virtual void BlendBarrierKHR() = 0;
885 virtual void ApplyScreenSpaceAntialiasingCHROMIUM() = 0; 886 virtual void ApplyScreenSpaceAntialiasingCHROMIUM() = 0;
886 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_ 887 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gles2_implementation_autogen.h ('k') | gpu/command_buffer/client/gles2_interface_stub_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698