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

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: 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 914 matching lines...) Expand 10 before | Expand all | Expand 10 after
925 GLint /* x */, 925 GLint /* x */,
926 GLint /* y */, 926 GLint /* y */,
927 GLsizei /* width */, 927 GLsizei /* width */,
928 GLsizei /* height */, 928 GLsizei /* height */,
929 GLboolean /* unpack_flip_y */, 929 GLboolean /* unpack_flip_y */,
930 GLboolean /* unpack_premultiply_alpha */, 930 GLboolean /* unpack_premultiply_alpha */,
931 GLboolean /* unpack_unmultiply_alpha */) {} 931 GLboolean /* unpack_unmultiply_alpha */) {}
932 void GLES2InterfaceStub::CompressedCopyTextureCHROMIUM(GLenum /* target */, 932 void GLES2InterfaceStub::CompressedCopyTextureCHROMIUM(GLenum /* target */,
933 GLenum /* source_id */, 933 GLenum /* source_id */,
934 GLenum /* dest_id */) {} 934 GLenum /* dest_id */) {}
935 void GLES2InterfaceStub::CompressedCopySubTextureCHROMIUM(
936 GLenum /* target */,
937 GLenum /* source_id */,
938 GLenum /* dest_id */,
939 GLint /* xoffset */,
940 GLint /* yoffset */,
941 GLint /* x */,
942 GLint /* y */,
943 GLsizei /* width */,
944 GLsizei /* height */) {}
935 void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */, 945 void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */,
936 GLint /* first */, 946 GLint /* first */,
937 GLsizei /* count */, 947 GLsizei /* count */,
938 GLsizei /* primcount */) {} 948 GLsizei /* primcount */) {}
939 void GLES2InterfaceStub::DrawElementsInstancedANGLE(GLenum /* mode */, 949 void GLES2InterfaceStub::DrawElementsInstancedANGLE(GLenum /* mode */,
940 GLsizei /* count */, 950 GLsizei /* count */,
941 GLenum /* type */, 951 GLenum /* type */,
942 const void* /* indices */, 952 const void* /* indices */,
943 GLsizei /* primcount */) {} 953 GLsizei /* primcount */) {}
944 void GLES2InterfaceStub::VertexAttribDivisorANGLE(GLuint /* index */, 954 void GLES2InterfaceStub::VertexAttribDivisorANGLE(GLuint /* index */,
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
1076 void GLES2InterfaceStub::StencilThenCoverStrokePathCHROMIUM( 1086 void GLES2InterfaceStub::StencilThenCoverStrokePathCHROMIUM(
1077 GLuint /* path */, 1087 GLuint /* path */,
1078 GLint /* reference */, 1088 GLint /* reference */,
1079 GLuint /* mask */, 1089 GLuint /* mask */,
1080 GLenum /* coverMode */) {} 1090 GLenum /* coverMode */) {}
1081 GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() { 1091 GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() {
1082 return 0; 1092 return 0;
1083 } 1093 }
1084 void GLES2InterfaceStub::BlendBarrierKHR() {} 1094 void GLES2InterfaceStub::BlendBarrierKHR() {}
1085 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 1095 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698