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

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

Issue 1409193007: gpu: Add CHROMIUM_schedule_ca_layer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporate review feedback 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
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 762 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 GLenum plane_transform, 773 GLenum plane_transform,
774 GLuint overlay_texture_id, 774 GLuint overlay_texture_id,
775 GLint bounds_x, 775 GLint bounds_x,
776 GLint bounds_y, 776 GLint bounds_y,
777 GLint bounds_width, 777 GLint bounds_width,
778 GLint bounds_height, 778 GLint bounds_height,
779 GLfloat uv_x, 779 GLfloat uv_x,
780 GLfloat uv_y, 780 GLfloat uv_y,
781 GLfloat uv_width, 781 GLfloat uv_width,
782 GLfloat uv_height) = 0; 782 GLfloat uv_height) = 0;
783 virtual void ScheduleCALayerCHROMIUM(GLuint contents_texture_id,
784 const GLfloat* contents_rect,
785 GLfloat opacity,
786 const GLuint background_color,
787 const GLfloat* bounds_size,
788 const GLfloat* transform) = 0;
783 virtual void SwapInterval(GLint interval) = 0; 789 virtual void SwapInterval(GLint interval) = 0;
784 virtual void FlushDriverCachesCHROMIUM() = 0; 790 virtual void FlushDriverCachesCHROMIUM() = 0;
785 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) = 0; 791 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) = 0;
786 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) = 0; 792 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) = 0;
787 virtual GLuint GenPathsCHROMIUM(GLsizei range) = 0; 793 virtual GLuint GenPathsCHROMIUM(GLsizei range) = 0;
788 virtual void DeletePathsCHROMIUM(GLuint path, GLsizei range) = 0; 794 virtual void DeletePathsCHROMIUM(GLuint path, GLsizei range) = 0;
789 virtual GLboolean IsPathCHROMIUM(GLuint path) = 0; 795 virtual GLboolean IsPathCHROMIUM(GLuint path) = 0;
790 virtual void PathCommandsCHROMIUM(GLuint path, 796 virtual void PathCommandsCHROMIUM(GLuint path,
791 GLsizei numCommands, 797 GLsizei numCommands,
792 const GLubyte* commands, 798 const GLubyte* commands,
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
872 const char* name) = 0; 878 const char* name) = 0;
873 virtual void ProgramPathFragmentInputGenCHROMIUM(GLuint program, 879 virtual void ProgramPathFragmentInputGenCHROMIUM(GLuint program,
874 GLint location, 880 GLint location,
875 GLenum genMode, 881 GLenum genMode,
876 GLint components, 882 GLint components,
877 const GLfloat* coeffs) = 0; 883 const GLfloat* coeffs) = 0;
878 virtual GLenum GetGraphicsResetStatusKHR() = 0; 884 virtual GLenum GetGraphicsResetStatusKHR() = 0;
879 virtual void BlendBarrierKHR() = 0; 885 virtual void BlendBarrierKHR() = 0;
880 virtual void ApplyScreenSpaceAntialiasingCHROMIUM() = 0; 886 virtual void ApplyScreenSpaceAntialiasingCHROMIUM() = 0;
881 #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