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

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

Issue 2021603002: gpu: Add a new extension CHROMIUM_deschedule. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 virtual GLuint CreateImageCHROMIUM(ClientBuffer buffer, 670 virtual GLuint CreateImageCHROMIUM(ClientBuffer buffer,
671 GLsizei width, 671 GLsizei width,
672 GLsizei height, 672 GLsizei height,
673 GLenum internalformat) = 0; 673 GLenum internalformat) = 0;
674 virtual void DestroyImageCHROMIUM(GLuint image_id) = 0; 674 virtual void DestroyImageCHROMIUM(GLuint image_id) = 0;
675 virtual GLuint CreateGpuMemoryBufferImageCHROMIUM(GLsizei width, 675 virtual GLuint CreateGpuMemoryBufferImageCHROMIUM(GLsizei width,
676 GLsizei height, 676 GLsizei height,
677 GLenum internalformat, 677 GLenum internalformat,
678 GLenum usage) = 0; 678 GLenum usage) = 0;
679 virtual void GetImageivCHROMIUM(GLuint image_id, GLenum param, GLint* data) = 0; 679 virtual void GetImageivCHROMIUM(GLuint image_id, GLenum param, GLint* data) = 0;
680 virtual void DescheduleUntilFinishedCHROMIUM() = 0;
680 virtual void GetTranslatedShaderSourceANGLE(GLuint shader, 681 virtual void GetTranslatedShaderSourceANGLE(GLuint shader,
681 GLsizei bufsize, 682 GLsizei bufsize,
682 GLsizei* length, 683 GLsizei* length,
683 char* source) = 0; 684 char* source) = 0;
684 virtual void PostSubBufferCHROMIUM(GLint x, 685 virtual void PostSubBufferCHROMIUM(GLint x,
685 GLint y, 686 GLint y,
686 GLint width, 687 GLint width,
687 GLint height) = 0; 688 GLint height) = 0;
688 virtual void TexImageIOSurface2DCHROMIUM(GLenum target, 689 virtual void TexImageIOSurface2DCHROMIUM(GLenum target,
689 GLsizei width, 690 GLsizei width,
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 const char* name) = 0; 878 const char* name) = 0;
878 virtual void BindFragDataLocationEXT(GLuint program, 879 virtual void BindFragDataLocationEXT(GLuint program,
879 GLuint colorNumber, 880 GLuint colorNumber,
880 const char* name) = 0; 881 const char* name) = 0;
881 virtual GLint GetFragDataIndexEXT(GLuint program, const char* name) = 0; 882 virtual GLint GetFragDataIndexEXT(GLuint program, const char* name) = 0;
882 virtual void UniformMatrix4fvStreamTextureMatrixCHROMIUM( 883 virtual void UniformMatrix4fvStreamTextureMatrixCHROMIUM(
883 GLint location, 884 GLint location,
884 GLboolean transpose, 885 GLboolean transpose,
885 const GLfloat* default_value) = 0; 886 const GLfloat* default_value) = 0;
886 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_ 887 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698