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

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

Issue 1143373004: gpu: Extend CopyTextureCHROMIUM with support for copying part of source texture. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: keep TODO for now Created 5 years, 7 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 1119 matching lines...) Expand 10 before | Expand all | Expand 10 after
1130 void GLES2InterfaceStub::CopyTextureCHROMIUM(GLenum /* target */, 1130 void GLES2InterfaceStub::CopyTextureCHROMIUM(GLenum /* target */,
1131 GLenum /* source_id */, 1131 GLenum /* source_id */,
1132 GLenum /* dest_id */, 1132 GLenum /* dest_id */,
1133 GLint /* internalformat */, 1133 GLint /* internalformat */,
1134 GLenum /* dest_type */) { 1134 GLenum /* dest_type */) {
1135 } 1135 }
1136 void GLES2InterfaceStub::CopySubTextureCHROMIUM(GLenum /* target */, 1136 void GLES2InterfaceStub::CopySubTextureCHROMIUM(GLenum /* target */,
1137 GLenum /* source_id */, 1137 GLenum /* source_id */,
1138 GLenum /* dest_id */, 1138 GLenum /* dest_id */,
1139 GLint /* xoffset */, 1139 GLint /* xoffset */,
1140 GLint /* yoffset */) { 1140 GLint /* yoffset */,
1141 GLint /* x */,
1142 GLint /* y */,
1143 GLsizei /* width */,
1144 GLsizei /* height */) {
1141 } 1145 }
1142 void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */, 1146 void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */,
1143 GLint /* first */, 1147 GLint /* first */,
1144 GLsizei /* count */, 1148 GLsizei /* count */,
1145 GLsizei /* primcount */) { 1149 GLsizei /* primcount */) {
1146 } 1150 }
1147 void GLES2InterfaceStub::DrawElementsInstancedANGLE(GLenum /* mode */, 1151 void GLES2InterfaceStub::DrawElementsInstancedANGLE(GLenum /* mode */,
1148 GLsizei /* count */, 1152 GLsizei /* count */,
1149 GLenum /* type */, 1153 GLenum /* type */,
1150 const void* /* indices */, 1154 const void* /* indices */,
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1266 void GLES2InterfaceStub::SwapInterval(GLint /* interval */) { 1270 void GLES2InterfaceStub::SwapInterval(GLint /* interval */) {
1267 } 1271 }
1268 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, 1272 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */,
1269 const GLfloat* /* m */) { 1273 const GLfloat* /* m */) {
1270 } 1274 }
1271 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) { 1275 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) {
1272 } 1276 }
1273 void GLES2InterfaceStub::BlendBarrierKHR() { 1277 void GLES2InterfaceStub::BlendBarrierKHR() {
1274 } 1278 }
1275 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 1279 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698