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

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

Issue 1565953002: Remove glCompressedCopySubTextureCHROMIUM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 11 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 916 matching lines...) Expand 10 before | Expand all | Expand 10 after
927 GLint /* x */, 927 GLint /* x */,
928 GLint /* y */, 928 GLint /* y */,
929 GLsizei /* width */, 929 GLsizei /* width */,
930 GLsizei /* height */, 930 GLsizei /* height */,
931 GLboolean /* unpack_flip_y */, 931 GLboolean /* unpack_flip_y */,
932 GLboolean /* unpack_premultiply_alpha */, 932 GLboolean /* unpack_premultiply_alpha */,
933 GLboolean /* unpack_unmultiply_alpha */) {} 933 GLboolean /* unpack_unmultiply_alpha */) {}
934 void GLES2InterfaceStub::CompressedCopyTextureCHROMIUM(GLenum /* target */, 934 void GLES2InterfaceStub::CompressedCopyTextureCHROMIUM(GLenum /* target */,
935 GLenum /* source_id */, 935 GLenum /* source_id */,
936 GLenum /* dest_id */) {} 936 GLenum /* dest_id */) {}
937 void GLES2InterfaceStub::CompressedCopySubTextureCHROMIUM(
938 GLenum /* target */,
939 GLenum /* source_id */,
940 GLenum /* dest_id */,
941 GLint /* xoffset */,
942 GLint /* yoffset */,
943 GLint /* x */,
944 GLint /* y */,
945 GLsizei /* width */,
946 GLsizei /* height */) {}
947 void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */, 937 void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */,
948 GLint /* first */, 938 GLint /* first */,
949 GLsizei /* count */, 939 GLsizei /* count */,
950 GLsizei /* primcount */) {} 940 GLsizei /* primcount */) {}
951 void GLES2InterfaceStub::DrawElementsInstancedANGLE(GLenum /* mode */, 941 void GLES2InterfaceStub::DrawElementsInstancedANGLE(GLenum /* mode */,
952 GLsizei /* count */, 942 GLsizei /* count */,
953 GLenum /* type */, 943 GLenum /* type */,
954 const void* /* indices */, 944 const void* /* indices */,
955 GLsizei /* primcount */) {} 945 GLsizei /* primcount */) {}
956 void GLES2InterfaceStub::VertexAttribDivisorANGLE(GLuint /* index */, 946 void GLES2InterfaceStub::VertexAttribDivisorANGLE(GLuint /* index */,
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
1170 GLuint /* index */, 1160 GLuint /* index */,
1171 const char* /* name */) {} 1161 const char* /* name */) {}
1172 void GLES2InterfaceStub::BindFragDataLocationEXT(GLuint /* program */, 1162 void GLES2InterfaceStub::BindFragDataLocationEXT(GLuint /* program */,
1173 GLuint /* colorNumber */, 1163 GLuint /* colorNumber */,
1174 const char* /* name */) {} 1164 const char* /* name */) {}
1175 GLint GLES2InterfaceStub::GetFragDataIndexEXT(GLuint /* program */, 1165 GLint GLES2InterfaceStub::GetFragDataIndexEXT(GLuint /* program */,
1176 const char* /* name */) { 1166 const char* /* name */) {
1177 return 0; 1167 return 0;
1178 } 1168 }
1179 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 1169 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698