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

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

Issue 1385883002: Leave CreateStreamTexture route id out of the GL interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing TOT! 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 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 GLsizei* size, 635 GLsizei* size,
636 void* info) override; 636 void* info) override;
637 void GetTransformFeedbackVaryingsCHROMIUM(GLuint program, 637 void GetTransformFeedbackVaryingsCHROMIUM(GLuint program,
638 GLsizei bufsize, 638 GLsizei bufsize,
639 GLsizei* size, 639 GLsizei* size,
640 void* info) override; 640 void* info) override;
641 void GetUniformsES3CHROMIUM(GLuint program, 641 void GetUniformsES3CHROMIUM(GLuint program,
642 GLsizei bufsize, 642 GLsizei bufsize,
643 GLsizei* size, 643 GLsizei* size,
644 void* info) override; 644 void* info) override;
645 GLuint CreateStreamTextureCHROMIUM(GLuint texture) override;
646 GLuint CreateImageCHROMIUM(ClientBuffer buffer, 645 GLuint CreateImageCHROMIUM(ClientBuffer buffer,
647 GLsizei width, 646 GLsizei width,
648 GLsizei height, 647 GLsizei height,
649 GLenum internalformat) override; 648 GLenum internalformat) override;
650 void DestroyImageCHROMIUM(GLuint image_id) override; 649 void DestroyImageCHROMIUM(GLuint image_id) override;
651 GLuint CreateGpuMemoryBufferImageCHROMIUM(GLsizei width, 650 GLuint CreateGpuMemoryBufferImageCHROMIUM(GLsizei width,
652 GLsizei height, 651 GLsizei height,
653 GLenum internalformat, 652 GLenum internalformat,
654 GLenum usage) override; 653 GLenum usage) override;
655 void GetTranslatedShaderSourceANGLE(GLuint shader, 654 void GetTranslatedShaderSourceANGLE(GLuint shader,
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 const char* name) override; 849 const char* name) override;
851 void ProgramPathFragmentInputGenCHROMIUM(GLuint program, 850 void ProgramPathFragmentInputGenCHROMIUM(GLuint program,
852 GLint location, 851 GLint location,
853 GLenum genMode, 852 GLenum genMode,
854 GLint components, 853 GLint components,
855 const GLfloat* coeffs) override; 854 const GLfloat* coeffs) override;
856 GLenum GetGraphicsResetStatusKHR() override; 855 GLenum GetGraphicsResetStatusKHR() override;
857 void BlendBarrierKHR() override; 856 void BlendBarrierKHR() override;
858 void ApplyScreenSpaceAntialiasingCHROMIUM() override; 857 void ApplyScreenSpaceAntialiasingCHROMIUM() override;
859 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ 858 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gles2_interface_autogen.h ('k') | gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698