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

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

Issue 988693005: Chromium roll (https://codereview.chromium.org/976353002) (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fixed bad android build patch 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 1051 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 } 1062 }
1063 void GLES2InterfaceStub::TexImageIOSurface2DCHROMIUM(GLenum /* target */, 1063 void GLES2InterfaceStub::TexImageIOSurface2DCHROMIUM(GLenum /* target */,
1064 GLsizei /* width */, 1064 GLsizei /* width */,
1065 GLsizei /* height */, 1065 GLsizei /* height */,
1066 GLuint /* ioSurfaceId */, 1066 GLuint /* ioSurfaceId */,
1067 GLuint /* plane */) { 1067 GLuint /* plane */) {
1068 } 1068 }
1069 void GLES2InterfaceStub::CopyTextureCHROMIUM(GLenum /* target */, 1069 void GLES2InterfaceStub::CopyTextureCHROMIUM(GLenum /* target */,
1070 GLenum /* source_id */, 1070 GLenum /* source_id */,
1071 GLenum /* dest_id */, 1071 GLenum /* dest_id */,
1072 GLint /* level */,
1073 GLint /* internalformat */, 1072 GLint /* internalformat */,
1074 GLenum /* dest_type */) { 1073 GLenum /* dest_type */) {
1075 } 1074 }
1075 void GLES2InterfaceStub::CopySubTextureCHROMIUM(GLenum /* target */,
1076 GLenum /* source_id */,
1077 GLenum /* dest_id */,
1078 GLint /* xoffset */,
1079 GLint /* yoffset */) {
1080 }
1076 void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */, 1081 void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */,
1077 GLint /* first */, 1082 GLint /* first */,
1078 GLsizei /* count */, 1083 GLsizei /* count */,
1079 GLsizei /* primcount */) { 1084 GLsizei /* primcount */) {
1080 } 1085 }
1081 void GLES2InterfaceStub::DrawElementsInstancedANGLE(GLenum /* mode */, 1086 void GLES2InterfaceStub::DrawElementsInstancedANGLE(GLenum /* mode */,
1082 GLsizei /* count */, 1087 GLsizei /* count */,
1083 GLenum /* type */, 1088 GLenum /* type */,
1084 const void* /* indices */, 1089 const void* /* indices */,
1085 GLsizei /* primcount */) { 1090 GLsizei /* primcount */) {
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1200 void GLES2InterfaceStub::SwapInterval(GLint /* interval */) { 1205 void GLES2InterfaceStub::SwapInterval(GLint /* interval */) {
1201 } 1206 }
1202 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, 1207 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */,
1203 const GLfloat* /* m */) { 1208 const GLfloat* /* m */) {
1204 } 1209 }
1205 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) { 1210 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) {
1206 } 1211 }
1207 void GLES2InterfaceStub::BlendBarrierKHR() { 1212 void GLES2InterfaceStub::BlendBarrierKHR() {
1208 } 1213 }
1209 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 1214 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698