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

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

Issue 962723002: Change CHROMIUM_image declarations to support multi planar input. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reveman@ comments. Created 5 years, 9 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 602 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 void* info) = 0; 613 void* info) = 0;
614 virtual void GetTransformFeedbackVaryingsCHROMIUM(GLuint program, 614 virtual void GetTransformFeedbackVaryingsCHROMIUM(GLuint program,
615 GLsizei bufsize, 615 GLsizei bufsize,
616 GLsizei* size, 616 GLsizei* size,
617 void* info) = 0; 617 void* info) = 0;
618 virtual void GetUniformsES3CHROMIUM(GLuint program, 618 virtual void GetUniformsES3CHROMIUM(GLuint program,
619 GLsizei bufsize, 619 GLsizei bufsize,
620 GLsizei* size, 620 GLsizei* size,
621 void* info) = 0; 621 void* info) = 0;
622 virtual GLuint CreateStreamTextureCHROMIUM(GLuint texture) = 0; 622 virtual GLuint CreateStreamTextureCHROMIUM(GLuint texture) = 0;
623 virtual GLuint CreateImageCHROMIUM(ClientBuffer buffer, 623 virtual GLuint CreateImageCHROMIUM(ClientBuffer* buffers,
624 GLsizei width, 624 GLsizei width,
625 GLsizei height, 625 GLsizei height,
626 GLenum internalformat) = 0; 626 GLenum internalformat) = 0;
627 virtual void DestroyImageCHROMIUM(GLuint image_id) = 0; 627 virtual void DestroyImageCHROMIUM(GLuint image_id) = 0;
628 virtual GLuint CreateGpuMemoryBufferImageCHROMIUM(GLsizei width, 628 virtual GLuint CreateGpuMemoryBufferImageCHROMIUM(GLsizei width,
629 GLsizei height, 629 GLsizei height,
630 GLenum internalformat, 630 GLenum internalformat,
631 GLenum usage) = 0; 631 GLenum usage) = 0;
632 virtual void GetTranslatedShaderSourceANGLE(GLuint shader, 632 virtual void GetTranslatedShaderSourceANGLE(GLuint shader,
633 GLsizei bufsize, 633 GLsizei bufsize,
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 GLint bounds_height, 725 GLint bounds_height,
726 GLfloat uv_x, 726 GLfloat uv_x,
727 GLfloat uv_y, 727 GLfloat uv_y,
728 GLfloat uv_width, 728 GLfloat uv_width,
729 GLfloat uv_height) = 0; 729 GLfloat uv_height) = 0;
730 virtual void SwapInterval(GLint interval) = 0; 730 virtual void SwapInterval(GLint interval) = 0;
731 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) = 0; 731 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) = 0;
732 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) = 0; 732 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) = 0;
733 virtual void BlendBarrierKHR() = 0; 733 virtual void BlendBarrierKHR() = 0;
734 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_ 734 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698