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

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

Issue 1272153004: Add glCompressedCopySubTextureCHROMIUM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 4 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 921 matching lines...) Expand 10 before | Expand all | Expand 10 after
932 GLint /* x */, 932 GLint /* x */,
933 GLint /* y */, 933 GLint /* y */,
934 GLsizei /* width */, 934 GLsizei /* width */,
935 GLsizei /* height */, 935 GLsizei /* height */,
936 GLboolean /* unpack_flip_y */, 936 GLboolean /* unpack_flip_y */,
937 GLboolean /* unpack_premultiply_alpha */, 937 GLboolean /* unpack_premultiply_alpha */,
938 GLboolean /* unpack_unmultiply_alpha */) {} 938 GLboolean /* unpack_unmultiply_alpha */) {}
939 void GLES2InterfaceStub::CompressedCopyTextureCHROMIUM(GLenum /* target */, 939 void GLES2InterfaceStub::CompressedCopyTextureCHROMIUM(GLenum /* target */,
940 GLenum /* source_id */, 940 GLenum /* source_id */,
941 GLenum /* dest_id */) {} 941 GLenum /* dest_id */) {}
942 void GLES2InterfaceStub::CompressedCopySubTextureCHROMIUM(
943 GLenum /* target */,
944 GLenum /* source_id */,
945 GLenum /* dest_id */,
946 GLint /* xoffset */,
947 GLint /* yoffset */,
948 GLint /* x */,
949 GLint /* y */,
950 GLsizei /* width */,
951 GLsizei /* height */) {}
942 void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */, 952 void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */,
943 GLint /* first */, 953 GLint /* first */,
944 GLsizei /* count */, 954 GLsizei /* count */,
945 GLsizei /* primcount */) {} 955 GLsizei /* primcount */) {}
946 void GLES2InterfaceStub::DrawElementsInstancedANGLE(GLenum /* mode */, 956 void GLES2InterfaceStub::DrawElementsInstancedANGLE(GLenum /* mode */,
947 GLsizei /* count */, 957 GLsizei /* count */,
948 GLenum /* type */, 958 GLenum /* type */,
949 const void* /* indices */, 959 const void* /* indices */,
950 GLsizei /* primcount */) {} 960 GLsizei /* primcount */) {}
951 void GLES2InterfaceStub::VertexAttribDivisorANGLE(GLuint /* index */, 961 void GLES2InterfaceStub::VertexAttribDivisorANGLE(GLuint /* index */,
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
1083 void GLES2InterfaceStub::StencilThenCoverStrokePathCHROMIUM( 1093 void GLES2InterfaceStub::StencilThenCoverStrokePathCHROMIUM(
1084 GLuint /* path */, 1094 GLuint /* path */,
1085 GLint /* reference */, 1095 GLint /* reference */,
1086 GLuint /* mask */, 1096 GLuint /* mask */,
1087 GLenum /* coverMode */) {} 1097 GLenum /* coverMode */) {}
1088 GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() { 1098 GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() {
1089 return 0; 1099 return 0;
1090 } 1100 }
1091 void GLES2InterfaceStub::BlendBarrierKHR() {} 1101 void GLES2InterfaceStub::BlendBarrierKHR() {}
1092 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 1102 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698