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

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

Issue 1119723003: Add glCopyCompressedTextureCHROMIUM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use ScopedVector for storing image format configurations Created 5 years, 6 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 1125 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 */, 1141 GLint /* x */,
1142 GLint /* y */, 1142 GLint /* y */,
1143 GLsizei /* width */, 1143 GLsizei /* width */,
1144 GLsizei /* height */) { 1144 GLsizei /* height */) {
1145 } 1145 }
1146 void GLES2InterfaceStub::CompressedCopyTextureCHROMIUM(GLenum /* target */,
1147 GLenum /* source_id */,
1148 GLenum /* dest_id */) {
1149 }
1146 void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */, 1150 void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */,
1147 GLint /* first */, 1151 GLint /* first */,
1148 GLsizei /* count */, 1152 GLsizei /* count */,
1149 GLsizei /* primcount */) { 1153 GLsizei /* primcount */) {
1150 } 1154 }
1151 void GLES2InterfaceStub::DrawElementsInstancedANGLE(GLenum /* mode */, 1155 void GLES2InterfaceStub::DrawElementsInstancedANGLE(GLenum /* mode */,
1152 GLsizei /* count */, 1156 GLsizei /* count */,
1153 GLenum /* type */, 1157 GLenum /* type */,
1154 const void* /* indices */, 1158 const void* /* indices */,
1155 GLsizei /* primcount */) { 1159 GLsizei /* primcount */) {
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
1273 const GLfloat* /* m */) { 1277 const GLfloat* /* m */) {
1274 } 1278 }
1275 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) { 1279 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) {
1276 } 1280 }
1277 GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() { 1281 GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() {
1278 return 0; 1282 return 0;
1279 } 1283 }
1280 void GLES2InterfaceStub::BlendBarrierKHR() { 1284 void GLES2InterfaceStub::BlendBarrierKHR() {
1281 } 1285 }
1282 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 1286 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698