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

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

Issue 864513004: gpu: introduce glCopySubTextureCHROMIUM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 955 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 GLuint /* ioSurfaceId */, 966 GLuint /* ioSurfaceId */,
967 GLuint /* plane */) { 967 GLuint /* plane */) {
968 } 968 }
969 void GLES2InterfaceStub::CopyTextureCHROMIUM(GLenum /* target */, 969 void GLES2InterfaceStub::CopyTextureCHROMIUM(GLenum /* target */,
970 GLenum /* source_id */, 970 GLenum /* source_id */,
971 GLenum /* dest_id */, 971 GLenum /* dest_id */,
972 GLint /* level */, 972 GLint /* level */,
973 GLint /* internalformat */, 973 GLint /* internalformat */,
974 GLenum /* dest_type */) { 974 GLenum /* dest_type */) {
975 } 975 }
976 void GLES2InterfaceStub::CopySubTextureCHROMIUM(GLenum /* target */,
977 GLenum /* source_id */,
978 GLenum /* dest_id */,
979 GLint /* level */,
980 GLint /* xoffset */,
981 GLint /* yoffset */) {
982 }
976 void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */, 983 void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */,
977 GLint /* first */, 984 GLint /* first */,
978 GLsizei /* count */, 985 GLsizei /* count */,
979 GLsizei /* primcount */) { 986 GLsizei /* primcount */) {
980 } 987 }
981 void GLES2InterfaceStub::DrawElementsInstancedANGLE(GLenum /* mode */, 988 void GLES2InterfaceStub::DrawElementsInstancedANGLE(GLenum /* mode */,
982 GLsizei /* count */, 989 GLsizei /* count */,
983 GLenum /* type */, 990 GLenum /* type */,
984 const void* /* indices */, 991 const void* /* indices */,
985 GLsizei /* primcount */) { 992 GLsizei /* primcount */) {
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1100 void GLES2InterfaceStub::SwapInterval(GLint /* interval */) { 1107 void GLES2InterfaceStub::SwapInterval(GLint /* interval */) {
1101 } 1108 }
1102 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, 1109 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */,
1103 const GLfloat* /* m */) { 1110 const GLfloat* /* m */) {
1104 } 1111 }
1105 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) { 1112 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) {
1106 } 1113 }
1107 void GLES2InterfaceStub::BlendBarrierKHR() { 1114 void GLES2InterfaceStub::BlendBarrierKHR() {
1108 } 1115 }
1109 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 1116 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698